com.pushtotest.tool.xml.SDLog.impl
Class LogTypeImpl

java.lang.Object
  extended by com.pushtotest.tool.xml.SDLog.impl.LogTypeImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, LogType, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
LogDataImpl

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


Nested Class Summary
 class LogTypeImpl.Unmarshaller
           
 
Field Summary
protected  MeassureType _CPU
           
protected  int _Cvus
           
protected  java.lang.String _Description
           
protected  MeassureType _MEM
           
protected  MeassureType _NET
           
protected  java.lang.String _Node
           
protected  int _Size
           
protected  java.lang.String _Target
           
protected  java.lang.String _Usecase
           
protected  boolean has_Cvus
           
protected  boolean has_Size
           
static java.lang.Class version
           
 
Constructor Summary
LogTypeImpl()
           
 
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.
 MeassureType getCPU()
          Gets the value of the cpu property.
 int getCvus()
          Gets the value of the cvus property.
 java.lang.String getDescription()
          Gets the value of the description property.
 MeassureType getMEM()
          Gets the value of the mem property.
 MeassureType getNET()
          Gets the value of the net property.
 java.lang.String getNode()
          Gets the value of the node property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getSize()
          Gets the value of the size property.
 java.lang.String getTarget()
          Gets the value of the target property.
 java.lang.String getUsecase()
          Gets the value of the usecase 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 setCPU(MeassureType value)
          Sets the value of the cpu property.
 void setCvus(int value)
          Sets the value of the cvus property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setMEM(MeassureType value)
          Sets the value of the mem property.
 void setNET(MeassureType value)
          Sets the value of the net property.
 void setNode(java.lang.String value)
          Sets the value of the node property.
 void setSize(int value)
          Sets the value of the size property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setUsecase(java.lang.String value)
          Sets the value of the usecase property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_NET

protected MeassureType _NET

_Description

protected java.lang.String _Description

_Usecase

protected java.lang.String _Usecase

_Node

protected java.lang.String _Node

_CPU

protected MeassureType _CPU

has_Size

protected boolean has_Size

_Size

protected int _Size

has_Cvus

protected boolean has_Cvus

_Cvus

protected int _Cvus

_MEM

protected MeassureType _MEM

_Target

protected java.lang.String _Target

version

public static final java.lang.Class version
Constructor Detail

LogTypeImpl

public LogTypeImpl()
Method Detail

getNET

public MeassureType getNET()
Description copied from interface: LogType
Gets the value of the net property.

Specified by:
getNET in interface LogType
Returns:
possible object is MeassureType

setNET

public void setNET(MeassureType value)
Description copied from interface: LogType
Sets the value of the net property.

Specified by:
setNET in interface LogType
Parameters:
value - allowed object is MeassureType

getDescription

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

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

setDescription

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

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

getUsecase

public java.lang.String getUsecase()
Description copied from interface: LogType
Gets the value of the usecase property.

Specified by:
getUsecase in interface LogType
Returns:
possible object is String

setUsecase

public void setUsecase(java.lang.String value)
Description copied from interface: LogType
Sets the value of the usecase property.

Specified by:
setUsecase in interface LogType
Parameters:
value - allowed object is String

getNode

public java.lang.String getNode()
Description copied from interface: LogType
Gets the value of the node property.

Specified by:
getNode in interface LogType
Returns:
possible object is String

setNode

public void setNode(java.lang.String value)
Description copied from interface: LogType
Sets the value of the node property.

Specified by:
setNode in interface LogType
Parameters:
value - allowed object is String

getCPU

public MeassureType getCPU()
Description copied from interface: LogType
Gets the value of the cpu property.

Specified by:
getCPU in interface LogType
Returns:
possible object is MeassureType

setCPU

public void setCPU(MeassureType value)
Description copied from interface: LogType
Sets the value of the cpu property.

Specified by:
setCPU in interface LogType
Parameters:
value - allowed object is MeassureType

getSize

public int getSize()
Description copied from interface: LogType
Gets the value of the size property.

Specified by:
getSize in interface LogType

setSize

public void setSize(int value)
Description copied from interface: LogType
Sets the value of the size property.

Specified by:
setSize in interface LogType

getCvus

public int getCvus()
Description copied from interface: LogType
Gets the value of the cvus property.

Specified by:
getCvus in interface LogType

setCvus

public void setCvus(int value)
Description copied from interface: LogType
Sets the value of the cvus property.

Specified by:
setCvus in interface LogType

getMEM

public MeassureType getMEM()
Description copied from interface: LogType
Gets the value of the mem property.

Specified by:
getMEM in interface LogType
Returns:
possible object is MeassureType

setMEM

public void setMEM(MeassureType value)
Description copied from interface: LogType
Sets the value of the mem property.

Specified by:
setMEM in interface LogType
Parameters:
value - allowed object is MeassureType

getTarget

public java.lang.String getTarget()
Description copied from interface: LogType
Gets the value of the target property.

Specified by:
getTarget in interface LogType
Returns:
possible object is String

setTarget

public void setTarget(java.lang.String value)
Description copied from interface: LogType
Sets the value of the target property.

Specified by:
setTarget in interface LogType
Parameters:
value - allowed object is String

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