webservices
Class TolTest

java.lang.Object
  extended by webservices.TolTest

public class TolTest
extends java.lang.Object

Java class for tolTest complex type.

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

 <complexType name="tolTest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dm" type="{http://webservices/}dataModel" minOccurs="0"/>
         <element name="occurences" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
         <element name="tol" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataModel dm
           
protected  java.util.List<java.lang.Integer> occurences
           
protected  double tol
           
protected  int value
           
 
Constructor Summary
TolTest()
           
 
Method Summary
 DataModel getDm()
          Gets the value of the dm property.
 java.util.List<java.lang.Integer> getOccurences()
          Gets the value of the occurences property.
 double getTol()
          Gets the value of the tol property.
 int getValue()
          Gets the value of the value property.
 void setDm(DataModel value)
          Sets the value of the dm property.
 void setTol(double value)
          Sets the value of the tol property.
 void setValue(int value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dm

protected DataModel dm

occurences

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

tol

protected double tol

value

protected int value
Constructor Detail

TolTest

public TolTest()
Method Detail

getDm

public DataModel getDm()
Gets the value of the dm property.

Returns:
possible object is DataModel

setDm

public void setDm(DataModel value)
Sets the value of the dm property.

Parameters:
value - allowed object is DataModel

getOccurences

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

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

    getOccurences().add(newItem);
 

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


getTol

public double getTol()
Gets the value of the tol property.


setTol

public void setTol(double value)
Sets the value of the tol property.


getValue

public int getValue()
Gets the value of the value property.


setValue

public void setValue(int value)
Sets the value of the value property.