be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl
Class ChartSaveTypeImpl

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
      extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ChartSaveTypeImpl
All Implemented Interfaces:
ChartSaveType, EventType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
ChartSaveImpl

public class ChartSaveTypeImpl
extends EventTypeImpl
implements ChartSaveType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
static class ChartSaveTypeImpl.PlotterTypeImpl
           
 class ChartSaveTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ChartSaveType
ChartSaveType.PlotterType
 
Field Summary
protected  java.lang.String _ChartId
           
protected  java.lang.String _File
           
protected  ChartFormatType _Format
           
protected  int _Height
           
protected  ChartSaveType.PlotterType _Plotter
           
protected  java.lang.String _Title
           
protected  int _Width
           
protected  java.lang.String _XAxisTitle
           
protected  java.lang.String _YAxisTitle
           
protected  boolean has_Height
           
protected  boolean has_Width
           
static java.lang.Class version
           
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
_Time
 
Constructor Summary
ChartSaveTypeImpl()
           
 
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 getChartId()
          Gets the value of the chartId property.
 java.lang.String getFile()
          Gets the value of the file property.
 ChartFormatType getFormat()
          Gets the value of the format property.
 int getHeight()
          Gets the value of the height property.
 ChartSaveType.PlotterType getPlotter()
          Gets the value of the plotter property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getTitle()
          Gets the value of the title property.
 int getWidth()
          Gets the value of the width property.
 java.lang.String getXAxisTitle()
          Gets the value of the xAxisTitle property.
 java.lang.String getYAxisTitle()
          Gets the value of the yAxisTitle property.
 boolean isSetChartId()
           
 boolean isSetFile()
           
 boolean isSetFormat()
           
 boolean isSetHeight()
           
 boolean isSetPlotter()
           
 boolean isSetTitle()
           
 boolean isSetWidth()
           
 boolean isSetXAxisTitle()
           
 boolean isSetYAxisTitle()
           
 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 setChartId(java.lang.String value)
          Sets the value of the chartId property.
 void setFile(java.lang.String value)
          Sets the value of the file property.
 void setFormat(ChartFormatType value)
          Sets the value of the format property.
 void setHeight(int value)
          Sets the value of the height property.
 void setPlotter(ChartSaveType.PlotterType value)
          Sets the value of the plotter property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setWidth(int value)
          Sets the value of the width property.
 void setXAxisTitle(java.lang.String value)
          Sets the value of the xAxisTitle property.
 void setYAxisTitle(java.lang.String value)
          Sets the value of the yAxisTitle property.
 void unsetChartId()
           
 void unsetFile()
           
 void unsetFormat()
           
 void unsetHeight()
           
 void unsetPlotter()
           
 void unsetTitle()
           
 void unsetWidth()
           
 void unsetXAxisTitle()
           
 void unsetYAxisTitle()
           
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
getTime, isSetTime, setTime, unsetTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Field Detail

_ChartId

protected java.lang.String _ChartId

_XAxisTitle

protected java.lang.String _XAxisTitle

_YAxisTitle

protected java.lang.String _YAxisTitle

has_Width

protected boolean has_Width

_Width

protected int _Width

has_Height

protected boolean has_Height

_Height

protected int _Height

_Plotter

protected ChartSaveType.PlotterType _Plotter

_Title

protected java.lang.String _Title

_Format

protected ChartFormatType _Format

_File

protected java.lang.String _File

version

public static final java.lang.Class version
Constructor Detail

ChartSaveTypeImpl

public ChartSaveTypeImpl()
Method Detail

getChartId

public java.lang.String getChartId()
Description copied from interface: ChartSaveType
Gets the value of the chartId property.

Specified by:
getChartId in interface ChartSaveType
Returns:
possible object is String

setChartId

public void setChartId(java.lang.String value)
Description copied from interface: ChartSaveType
Sets the value of the chartId property.

Specified by:
setChartId in interface ChartSaveType
Parameters:
value - allowed object is String

isSetChartId

public boolean isSetChartId()
Specified by:
isSetChartId in interface ChartSaveType

unsetChartId

public void unsetChartId()
Specified by:
unsetChartId in interface ChartSaveType

getXAxisTitle

public java.lang.String getXAxisTitle()
Description copied from interface: ChartSaveType
Gets the value of the xAxisTitle property.

Specified by:
getXAxisTitle in interface ChartSaveType
Returns:
possible object is String

setXAxisTitle

public void setXAxisTitle(java.lang.String value)
Description copied from interface: ChartSaveType
Sets the value of the xAxisTitle property.

Specified by:
setXAxisTitle in interface ChartSaveType
Parameters:
value - allowed object is String

isSetXAxisTitle

public boolean isSetXAxisTitle()
Specified by:
isSetXAxisTitle in interface ChartSaveType

unsetXAxisTitle

public void unsetXAxisTitle()
Specified by:
unsetXAxisTitle in interface ChartSaveType

getYAxisTitle

public java.lang.String getYAxisTitle()
Description copied from interface: ChartSaveType
Gets the value of the yAxisTitle property.

Specified by:
getYAxisTitle in interface ChartSaveType
Returns:
possible object is String

setYAxisTitle

public void setYAxisTitle(java.lang.String value)
Description copied from interface: ChartSaveType
Sets the value of the yAxisTitle property.

Specified by:
setYAxisTitle in interface ChartSaveType
Parameters:
value - allowed object is String

isSetYAxisTitle

public boolean isSetYAxisTitle()
Specified by:
isSetYAxisTitle in interface ChartSaveType

unsetYAxisTitle

public void unsetYAxisTitle()
Specified by:
unsetYAxisTitle in interface ChartSaveType

getWidth

public int getWidth()
Description copied from interface: ChartSaveType
Gets the value of the width property.

Specified by:
getWidth in interface ChartSaveType

setWidth

public void setWidth(int value)
Description copied from interface: ChartSaveType
Sets the value of the width property.

Specified by:
setWidth in interface ChartSaveType

isSetWidth

public boolean isSetWidth()
Specified by:
isSetWidth in interface ChartSaveType

unsetWidth

public void unsetWidth()
Specified by:
unsetWidth in interface ChartSaveType

getHeight

public int getHeight()
Description copied from interface: ChartSaveType
Gets the value of the height property.

Specified by:
getHeight in interface ChartSaveType

setHeight

public void setHeight(int value)
Description copied from interface: ChartSaveType
Sets the value of the height property.

Specified by:
setHeight in interface ChartSaveType

isSetHeight

public boolean isSetHeight()
Specified by:
isSetHeight in interface ChartSaveType

unsetHeight

public void unsetHeight()
Specified by:
unsetHeight in interface ChartSaveType

getPlotter

public ChartSaveType.PlotterType getPlotter()
Description copied from interface: ChartSaveType
Gets the value of the plotter property.

Specified by:
getPlotter in interface ChartSaveType
Returns:
possible object is ChartSaveType.PlotterType

setPlotter

public void setPlotter(ChartSaveType.PlotterType value)
Description copied from interface: ChartSaveType
Sets the value of the plotter property.

Specified by:
setPlotter in interface ChartSaveType
Parameters:
value - allowed object is ChartSaveType.PlotterType

isSetPlotter

public boolean isSetPlotter()
Specified by:
isSetPlotter in interface ChartSaveType

unsetPlotter

public void unsetPlotter()
Specified by:
unsetPlotter in interface ChartSaveType

getTitle

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

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

setTitle

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

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

isSetTitle

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

unsetTitle

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

getFormat

public ChartFormatType getFormat()
Description copied from interface: ChartSaveType
Gets the value of the format property.

Specified by:
getFormat in interface ChartSaveType
Returns:
possible object is ChartFormatType

setFormat

public void setFormat(ChartFormatType value)
Description copied from interface: ChartSaveType
Sets the value of the format property.

Specified by:
setFormat in interface ChartSaveType
Parameters:
value - allowed object is ChartFormatType

isSetFormat

public boolean isSetFormat()
Specified by:
isSetFormat in interface ChartSaveType

unsetFormat

public void unsetFormat()
Specified by:
unsetFormat in interface ChartSaveType

getFile

public java.lang.String getFile()
Description copied from interface: ChartSaveType
Gets the value of the file property.

Specified by:
getFile in interface ChartSaveType
Returns:
possible object is String

setFile

public void setFile(java.lang.String value)
Description copied from interface: ChartSaveType
Sets the value of the file property.

Specified by:
setFile in interface ChartSaveType
Parameters:
value - allowed object is String

isSetFile

public boolean isSetFile()
Specified by:
isSetFile in interface ChartSaveType

unsetFile

public void unsetFile()
Specified by:
unsetFile in interface ChartSaveType

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
Overrides:
createUnmarshaller in class EventTypeImpl

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
Overrides:
serializeBody in class EventTypeImpl
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
Overrides:
serializeAttributes in class EventTypeImpl
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
Overrides:
serializeURIs in class EventTypeImpl
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
Overrides:
getPrimaryInterface in class EventTypeImpl

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
Overrides:
createRawValidator in class EventTypeImpl


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