be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl
Class InformationImpl

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.domain.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
static class InformationImpl.DiffServTypeImpl
           
static class InformationImpl.SrlgsTypeImpl
           
static class InformationImpl.UnitsTypeImpl
           
 class InformationImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.jaxb.Information
Information.DiffServType, Information.SrlgsType, Information.UnitsType
 
Field Summary
protected  java.lang.String _Author
           
protected  java.util.Calendar _Date
           
protected  java.lang.String _Description
           
protected  Information.DiffServType _DiffServ
           
protected  Information.SrlgsType _Srlgs
           
protected  java.lang.String _Title
           
protected  Information.UnitsType _Units
           
static java.lang.Class version
           
 
Constructor Summary
InformationImpl()
           
 
Method Summary
 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 getAuthor()
          Gets the value of the author property.
 java.util.Calendar getDate()
          Gets the value of the date property.
 java.lang.String getDescription()
          Gets the value of the description property.
 Information.DiffServType getDiffServ()
          Gets the value of the diffServ property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 Information.SrlgsType getSrlgs()
          Gets the value of the srlgs property.
 java.lang.String getTitle()
          Gets the value of the title property.
 Information.UnitsType getUnits()
          Gets the value of the units property.
 boolean isSetAuthor()
           
 boolean isSetDate()
           
 boolean isSetDescription()
           
 boolean isSetDiffServ()
           
 boolean isSetSrlgs()
           
 boolean isSetTitle()
           
 boolean isSetUnits()
           
 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 setAuthor(java.lang.String value)
          Sets the value of the author property.
 void setDate(java.util.Calendar value)
          Sets the value of the date property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDiffServ(Information.DiffServType value)
          Sets the value of the diffServ property.
 void setSrlgs(Information.SrlgsType value)
          Sets the value of the srlgs property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setUnits(Information.UnitsType value)
          Sets the value of the units property.
 void unsetAuthor()
           
 void unsetDate()
           
 void unsetDescription()
           
 void unsetDiffServ()
           
 void unsetSrlgs()
           
 void unsetTitle()
           
 void unsetUnits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Description

protected java.lang.String _Description

_Date

protected java.util.Calendar _Date

_Srlgs

protected Information.SrlgsType _Srlgs

_Author

protected java.lang.String _Author

_Title

protected java.lang.String _Title

_DiffServ

protected Information.DiffServType _DiffServ

_Units

protected Information.UnitsType _Units

version

public static final java.lang.Class version
Constructor Detail

InformationImpl

public InformationImpl()
Method Detail

getDescription

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

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

setDescription

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

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

isSetDescription

public boolean isSetDescription()
Specified by:
isSetDescription in interface Information

unsetDescription

public void unsetDescription()
Specified by:
unsetDescription in interface Information

getDate

public java.util.Calendar getDate()
Description copied from interface: Information
Gets the value of the date property.

Specified by:
getDate in interface Information
Returns:
possible object is Calendar

setDate

public void setDate(java.util.Calendar value)
Description copied from interface: Information
Sets the value of the date property.

Specified by:
setDate in interface Information
Parameters:
value - allowed object is Calendar

isSetDate

public boolean isSetDate()
Specified by:
isSetDate in interface Information

unsetDate

public void unsetDate()
Specified by:
unsetDate in interface Information

getSrlgs

public Information.SrlgsType getSrlgs()
Description copied from interface: Information
Gets the value of the srlgs property.

Specified by:
getSrlgs in interface Information
Returns:
possible object is Information.SrlgsType

setSrlgs

public void setSrlgs(Information.SrlgsType value)
Description copied from interface: Information
Sets the value of the srlgs property.

Specified by:
setSrlgs in interface Information
Parameters:
value - allowed object is Information.SrlgsType

isSetSrlgs

public boolean isSetSrlgs()
Specified by:
isSetSrlgs in interface Information

unsetSrlgs

public void unsetSrlgs()
Specified by:
unsetSrlgs in interface Information

getAuthor

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

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

setAuthor

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

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

isSetAuthor

public boolean isSetAuthor()
Specified by:
isSetAuthor in interface Information

unsetAuthor

public void unsetAuthor()
Specified by:
unsetAuthor in interface Information

getTitle

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

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

setTitle

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

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

isSetTitle

public boolean isSetTitle()
Specified by:
isSetTitle in interface Information

unsetTitle

public void unsetTitle()
Specified by:
unsetTitle in interface Information

getDiffServ

public Information.DiffServType getDiffServ()
Description copied from interface: Information
Gets the value of the diffServ property.

Specified by:
getDiffServ in interface Information
Returns:
possible object is Information.DiffServType

setDiffServ

public void setDiffServ(Information.DiffServType value)
Description copied from interface: Information
Sets the value of the diffServ property.

Specified by:
setDiffServ in interface Information
Parameters:
value - allowed object is Information.DiffServType

isSetDiffServ

public boolean isSetDiffServ()
Specified by:
isSetDiffServ in interface Information

unsetDiffServ

public void unsetDiffServ()
Specified by:
unsetDiffServ in interface Information

getUnits

public Information.UnitsType getUnits()
Description copied from interface: Information
Gets the value of the units property.

Specified by:
getUnits in interface Information
Returns:
possible object is Information.UnitsType

setUnits

public void setUnits(Information.UnitsType value)
Description copied from interface: Information
Sets the value of the units property.

Specified by:
setUnits in interface Information
Parameters:
value - allowed object is Information.UnitsType

isSetUnits

public boolean isSetUnits()
Specified by:
isSetUnits in interface Information

unsetUnits

public void unsetUnits()
Specified by:
unsetUnits 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.