|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebservices.TolTest
public class TolTest
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 |
---|
protected DataModel dm
protected java.util.List<java.lang.Integer> occurences
protected double tol
protected int value
Constructor Detail |
---|
public TolTest()
Method Detail |
---|
public DataModel getDm()
DataModel
public void setDm(DataModel value)
value
- allowed object is
DataModel
public java.util.List<java.lang.Integer> getOccurences()
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
public double getTol()
public void setTol(double value)
public int getValue()
public void setValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |