be.ac.ucl.ingi.totem.measurementReport.model.jaxb.impl
Class InformationImpl

java.lang.Object
  extended by be.ac.ucl.ingi.totem.measurementReport.model.jaxb.impl.InformationImpl
All Implemented Interfaces:
Information, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject

public class InformationImpl
extends java.lang.Object
implements Information, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class InformationImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Comment
           
protected  java.math.BigDecimal _ConstantError
           
protected  com.sun.xml.bind.util.ListImpl _Id
           
protected  java.math.BigDecimal _Resolution
           
protected  java.lang.String _TimingUnits
           
static java.lang.Class version
           
 
Constructor Summary
InformationImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getId()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 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.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.math.BigDecimal getResolution()
          Gets the value of the resolution property.
 java.lang.String getTimingUnits()
          Gets the value of the timingUnits property.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Comment

protected java.lang.String _Comment

_TimingUnits

protected java.lang.String _TimingUnits

_ConstantError

protected java.math.BigDecimal _ConstantError

_Resolution

protected java.math.BigDecimal _Resolution

_Id

protected com.sun.xml.bind.util.ListImpl _Id

version

public static final java.lang.Class version
Constructor Detail

InformationImpl

public InformationImpl()
Method Detail

getComment

public java.lang.String getComment()
Description copied from interface: Information
Gets the value of the comment property.

Specified by:
getComment in interface Information
Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Description copied from interface: Information
Sets the value of the comment property.

Specified by:
setComment in interface Information
Parameters:
value - allowed object is String

getTimingUnits

public java.lang.String getTimingUnits()
Description copied from interface: Information
Gets the value of the timingUnits property.

Specified by:
getTimingUnits in interface Information
Returns:
possible object is String

setTimingUnits

public void setTimingUnits(java.lang.String value)
Description copied from interface: Information
Sets the value of the timingUnits property.

Specified by:
setTimingUnits in interface Information
Parameters:
value - allowed object is String

getConstantError

public java.math.BigDecimal getConstantError()
Description copied from interface: Information
Gets the value of the constantError property.

Specified by:
getConstantError in interface Information
Returns:
possible object is BigDecimal

setConstantError

public void setConstantError(java.math.BigDecimal value)
Description copied from interface: Information
Sets the value of the constantError property.

Specified by:
setConstantError in interface Information
Parameters:
value - allowed object is BigDecimal

getResolution

public java.math.BigDecimal getResolution()
Description copied from interface: Information
Gets the value of the resolution property.

Specified by:
getResolution in interface Information
Returns:
possible object is BigDecimal

setResolution

public void setResolution(java.math.BigDecimal value)
Description copied from interface: Information
Sets the value of the resolution property.

Specified by:
setResolution in interface Information
Parameters:
value - allowed object is BigDecimal

_getId

protected com.sun.xml.bind.util.ListImpl _getId()

getId

public java.util.List getId()
Description copied from interface: Information
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

Specified by:
getId in interface Information

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject


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