webservices
Class ExpTypSeq

java.lang.Object
  extended by webservices.Exp
      extended by webservices.ExpTypSeq

public class ExpTypSeq
extends Exp

Java class for expTypSeq complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="expTypSeq">
   <complexContent>
     <extension base="{http://webservices/}exp">
       <sequence>
         <element name="jump" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
         <element name="minLen" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
         <element name="tol" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded" minOccurs="0"/>
         <element name="typSeqs" type="{http://jaxb.dev.java.net/array}doubleArray" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Integer> jump
           
protected  java.util.List<java.lang.Integer> minLen
           
protected  java.util.List<java.lang.Double> tol
           
protected  java.util.List<DoubleArray> typSeqs
           
 
Fields inherited from class webservices.Exp
gen
 
Constructor Summary
ExpTypSeq()
           
 
Method Summary
 java.util.List<java.lang.Integer> getJump()
          Gets the value of the jump property.
 java.util.List<java.lang.Integer> getMinLen()
          Gets the value of the minLen property.
 java.util.List<java.lang.Double> getTol()
          Gets the value of the tol property.
 java.util.List<DoubleArray> getTypSeqs()
          Gets the value of the typSeqs property.
 
Methods inherited from class webservices.Exp
getGen, setGen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jump

protected java.util.List<java.lang.Integer> jump

minLen

protected java.util.List<java.lang.Integer> minLen

tol

protected java.util.List<java.lang.Double> tol

typSeqs

protected java.util.List<DoubleArray> typSeqs
Constructor Detail

ExpTypSeq

public ExpTypSeq()
Method Detail

getJump

public java.util.List<java.lang.Integer> getJump()
Gets the value of the jump property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the jump property.

For example, to add a new item, do as follows:

    getJump().add(newItem);
 

Objects of the following type(s) are allowed in the list Integer


getMinLen

public java.util.List<java.lang.Integer> getMinLen()
Gets the value of the minLen property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the minLen property.

For example, to add a new item, do as follows:

    getMinLen().add(newItem);
 

Objects of the following type(s) are allowed in the list Integer


getTol

public java.util.List<java.lang.Double> getTol()
Gets the value of the tol property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tol property.

For example, to add a new item, do as follows:

    getTol().add(newItem);
 

Objects of the following type(s) are allowed in the list Double


getTypSeqs

public java.util.List<DoubleArray> getTypSeqs()
Gets the value of the typSeqs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the typSeqs property.

For example, to add a new item, do as follows:

    getTypSeqs().add(newItem);
 

Objects of the following type(s) are allowed in the list DoubleArray