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

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.trafficMatrix.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.UnitsTypeImpl
           
 class InformationImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.trafficMatrix.model.jaxb.Information
Information.UnitsType
 
Field Summary
protected  java.lang.String _Author
           
protected  java.util.Calendar _Date
           
protected  java.lang.String _Description
           
protected  double _Duration
           
protected  java.lang.String _Title
           
protected  Information.UnitsType _Units
           
protected  boolean has_Duration
           
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.
 double getDuration()
          Gets the value of the duration property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 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 isSetDuration()
           
 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 setDuration(double value)
          Sets the value of the duration 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 unsetDuration()
           
 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

_Author

protected java.lang.String _Author

has_Duration

protected boolean has_Duration

_Duration

protected double _Duration

_Title

protected java.lang.String _Title

_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

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

getDuration

public double getDuration()
Description copied from interface: Information
Gets the value of the duration property.

Specified by:
getDuration in interface Information

setDuration

public void setDuration(double value)
Description copied from interface: Information
Sets the value of the duration property.

Specified by:
setDuration in interface Information

isSetDuration

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

unsetDuration

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

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.