be.ac.ucl.ingi.totem.measurementReport.model.jaxb
Interface Information

All Known Implementing Classes:
InformationImpl

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

getComment

java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getTimingUnits

java.lang.String getTimingUnits()
Gets the value of the timingUnits property.

Returns:
possible object is String

setTimingUnits

void setTimingUnits(java.lang.String value)
Sets the value of the timingUnits property.

Parameters:
value - allowed object is String

getConstantError

java.math.BigDecimal getConstantError()
Gets the value of the constantError property.

Returns:
possible object is BigDecimal

setConstantError

void setConstantError(java.math.BigDecimal value)
Sets the value of the constantError property.

Parameters:
value - allowed object is BigDecimal

getResolution

java.math.BigDecimal getResolution()
Gets the value of the resolution property.

Returns:
possible object is BigDecimal

setResolution

void setResolution(java.math.BigDecimal value)
Sets the value of the resolution property.

Parameters:
value - allowed object is BigDecimal

getId

java.util.List getId()
Gets the value of the Id 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 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



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.