|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebservices.Exp
webservices.ExpTypSeq
public class ExpTypSeq
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 |
|---|
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
| Constructor Detail |
|---|
public ExpTypSeq()
| Method Detail |
|---|
public java.util.List<java.lang.Integer> getJump()
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
public java.util.List<java.lang.Integer> getMinLen()
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
public java.util.List<java.lang.Double> getTol()
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
public java.util.List<DoubleArray> getTypSeqs()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||