|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebservices.Exp
webservices.ExpTypSeqProf
public class ExpTypSeqProf
Java class for expTypSeqProf complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="expTypSeqProf">
<complexContent>
<extension base="{http://webservices/}exp">
<sequence>
<element name="lengths" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="lens" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="tests" type="{http://webservices/}tolTest" maxOccurs="unbounded" minOccurs="0"/>
<element name="tol" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded" minOccurs="0"/>
<element name="nLens" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Integer> |
lengths
|
protected java.util.List<java.lang.Integer> |
lens
|
protected int |
nLens
|
protected java.util.List<TolTest> |
tests
|
protected java.util.List<java.lang.Double> |
tol
|
| Fields inherited from class webservices.Exp |
|---|
gen |
| Constructor Summary | |
|---|---|
ExpTypSeqProf()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Integer> |
getLengths()
Gets the value of the lengths property. |
java.util.List<java.lang.Integer> |
getLens()
Gets the value of the lens property. |
int |
getNLens()
Gets the value of the nLens property. |
java.util.List<TolTest> |
getTests()
Gets the value of the tests property. |
java.util.List<java.lang.Double> |
getTol()
Gets the value of the tol property. |
void |
setNLens(int value)
Sets the value of the nLens 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> lengths
protected java.util.List<java.lang.Integer> lens
protected java.util.List<TolTest> tests
protected java.util.List<java.lang.Double> tol
protected int nLens
| Constructor Detail |
|---|
public ExpTypSeqProf()
| Method Detail |
|---|
public java.util.List<java.lang.Integer> getLengths()
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 lengths property.
For example, to add a new item, do as follows:
getLengths().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.util.List<java.lang.Integer> getLens()
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 lens property.
For example, to add a new item, do as follows:
getLens().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.util.List<TolTest> getTests()
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 tests property.
For example, to add a new item, do as follows:
getTests().add(newItem);
Objects of the following type(s) are allowed in the list
TolTest
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 int getNLens()
public void setNLens(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||