|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Information
Java content class for information complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/biom/biom1/tdekens/workspace/rtt/xml/measurementReport.xsd line 25)
<complexType name="information">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{}IPAddress" maxOccurs="unbounded"/>
<element name="resolution" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="timingUnits" type="{}delayUnits"/>
<element name="constantError" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Gets the value of the comment property. |
java.math.BigDecimal |
getConstantError()
Gets the value of the constantError property. |
java.util.List |
getId()
Gets the value of the Id property. |
java.math.BigDecimal |
getResolution()
Gets the value of the resolution property. |
java.lang.String |
getTimingUnits()
Gets the value of the timingUnits property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setConstantError(java.math.BigDecimal value)
Sets the value of the constantError property. |
void |
setResolution(java.math.BigDecimal value)
Sets the value of the resolution property. |
void |
setTimingUnits(java.lang.String value)
Sets the value of the timingUnits property. |
| Method Detail |
|---|
java.lang.String getComment()
Stringvoid setComment(java.lang.String value)
value - allowed object is
Stringjava.lang.String getTimingUnits()
Stringvoid setTimingUnits(java.lang.String value)
value - allowed object is
Stringjava.math.BigDecimal getConstantError()
BigDecimalvoid setConstantError(java.math.BigDecimal value)
value - allowed object is
BigDecimaljava.math.BigDecimal getResolution()
BigDecimalvoid setResolution(java.math.BigDecimal value)
value - allowed object is
BigDecimaljava.util.List getId()
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 Id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||