be.ac.ulg.montefiore.run.totem.repository.SAMTE.scenario.jaxb.impl
Class GenerateCPLTypeImpl

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.ASEventTypeImpl
          extended by be.ac.ulg.montefiore.run.totem.repository.SAMTE.scenario.jaxb.impl.GenerateCPLTypeImpl
All Implemented Interfaces:
GenerateCPLType, ASEventType, EventType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
GenerateCPLImpl

public class GenerateCPLTypeImpl
extends ASEventTypeImpl
implements GenerateCPLType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class GenerateCPLTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _FileName
           
protected  int _MaxDepth
           
protected  int _NbPath
           
protected  CplType _Type
           
protected  boolean _Verbose
           
protected  boolean has_MaxDepth
           
protected  boolean has_NbPath
           
protected  boolean has_Verbose
           
static java.lang.Class version
           
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
_ASID, has_ASID
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
_Time
 
Constructor Summary
GenerateCPLTypeImpl()
           
 
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 getFileName()
          Gets the value of the fileName property.
 int getMaxDepth()
          Gets the value of the maxDepth property.
 int getNbPath()
          Gets the value of the nbPath property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 CplType getType()
          Gets the value of the type property.
 boolean isSetFileName()
           
 boolean isSetMaxDepth()
           
 boolean isSetNbPath()
           
 boolean isSetType()
           
 boolean isSetVerbose()
           
 boolean isVerbose()
          Gets the value of the verbose 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 setFileName(java.lang.String value)
          Sets the value of the fileName property.
 void setMaxDepth(int value)
          Sets the value of the maxDepth property.
 void setNbPath(int value)
          Sets the value of the nbPath property.
 void setType(CplType value)
          Sets the value of the type property.
 void setVerbose(boolean value)
          Sets the value of the verbose property.
 void unsetFileName()
           
 void unsetMaxDepth()
           
 void unsetNbPath()
           
 void unsetType()
           
 void unsetVerbose()
           
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
getASID, isSetASID, setASID, unsetASID
 
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.ASEventType
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Field Detail

_Type

protected CplType _Type

has_NbPath

protected boolean has_NbPath

_NbPath

protected int _NbPath

has_Verbose

protected boolean has_Verbose

_Verbose

protected boolean _Verbose

has_MaxDepth

protected boolean has_MaxDepth

_MaxDepth

protected int _MaxDepth

_FileName

protected java.lang.String _FileName

version

public static final java.lang.Class version
Constructor Detail

GenerateCPLTypeImpl

public GenerateCPLTypeImpl()
Method Detail

getType

public CplType getType()
Description copied from interface: GenerateCPLType
Gets the value of the type property.

Specified by:
getType in interface GenerateCPLType
Returns:
possible object is CplType

setType

public void setType(CplType value)
Description copied from interface: GenerateCPLType
Sets the value of the type property.

Specified by:
setType in interface GenerateCPLType
Parameters:
value - allowed object is CplType

isSetType

public boolean isSetType()
Specified by:
isSetType in interface GenerateCPLType

unsetType

public void unsetType()
Specified by:
unsetType in interface GenerateCPLType

getNbPath

public int getNbPath()
Description copied from interface: GenerateCPLType
Gets the value of the nbPath property.

Specified by:
getNbPath in interface GenerateCPLType

setNbPath

public void setNbPath(int value)
Description copied from interface: GenerateCPLType
Sets the value of the nbPath property.

Specified by:
setNbPath in interface GenerateCPLType

isSetNbPath

public boolean isSetNbPath()
Specified by:
isSetNbPath in interface GenerateCPLType

unsetNbPath

public void unsetNbPath()
Specified by:
unsetNbPath in interface GenerateCPLType

isVerbose

public boolean isVerbose()
Description copied from interface: GenerateCPLType
Gets the value of the verbose property.

Specified by:
isVerbose in interface GenerateCPLType

setVerbose

public void setVerbose(boolean value)
Description copied from interface: GenerateCPLType
Sets the value of the verbose property.

Specified by:
setVerbose in interface GenerateCPLType

isSetVerbose

public boolean isSetVerbose()
Specified by:
isSetVerbose in interface GenerateCPLType

unsetVerbose

public void unsetVerbose()
Specified by:
unsetVerbose in interface GenerateCPLType

getMaxDepth

public int getMaxDepth()
Description copied from interface: GenerateCPLType
Gets the value of the maxDepth property.

Specified by:
getMaxDepth in interface GenerateCPLType

setMaxDepth

public void setMaxDepth(int value)
Description copied from interface: GenerateCPLType
Sets the value of the maxDepth property.

Specified by:
setMaxDepth in interface GenerateCPLType

isSetMaxDepth

public boolean isSetMaxDepth()
Specified by:
isSetMaxDepth in interface GenerateCPLType

unsetMaxDepth

public void unsetMaxDepth()
Specified by:
unsetMaxDepth in interface GenerateCPLType

getFileName

public java.lang.String getFileName()
Description copied from interface: GenerateCPLType
Gets the value of the fileName property.

Specified by:
getFileName in interface GenerateCPLType
Returns:
possible object is String

setFileName

public void setFileName(java.lang.String value)
Description copied from interface: GenerateCPLType
Sets the value of the fileName property.

Specified by:
setFileName in interface GenerateCPLType
Parameters:
value - allowed object is String

isSetFileName

public boolean isSetFileName()
Specified by:
isSetFileName in interface GenerateCPLType

unsetFileName

public void unsetFileName()
Specified by:
unsetFileName in interface GenerateCPLType

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 ASEventTypeImpl

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 ASEventTypeImpl
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 ASEventTypeImpl
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 ASEventTypeImpl
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 ASEventTypeImpl

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 ASEventTypeImpl


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