webservices
Class ExpTypSeqProf

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

public class ExpTypSeqProf
extends Exp

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

lengths

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

lens

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

tests

protected java.util.List<TolTest> tests

tol

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

nLens

protected int nLens
Constructor Detail

ExpTypSeqProf

public ExpTypSeqProf()
Method Detail

getLengths

public java.util.List<java.lang.Integer> getLengths()
Gets the value of the lengths 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 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


getLens

public java.util.List<java.lang.Integer> getLens()
Gets the value of the lens 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 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


getTests

public java.util.List<TolTest> getTests()
Gets the value of the tests 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 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


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


getNLens

public int getNLens()
Gets the value of the nLens property.


setNLens

public void setNLens(int value)
Sets the value of the nLens property.