org.jcoderz.phoenix.pmd.jaxb.impl
Class PmdTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.pmd.jaxb.impl.PmdTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, PmdType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
PmdImpl

public class PmdTypeImpl
extends Object
implements PmdType, Serializable, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject

See Also:
Serialized Form

Nested Class Summary
 class PmdTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _ElapsedTime
           
protected  com.sun.xml.bind.util.ListImpl _Error
           
protected  com.sun.xml.bind.util.ListImpl _File
           
protected  String _Timestamp
           
protected  String _Version
           
static Class version
           
 
Constructor Summary
PmdTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getError()
           
protected  com.sun.xml.bind.util.ListImpl _getFile()
           
 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.
 String getElapsedTime()
          Gets the value of the elapsedTime property.
 List getError()
          Gets the value of the Error property.
 List getFile()
          Gets the value of the File property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getTimestamp()
          Gets the value of the timestamp property.
 String getVersion()
          Gets the value of the version property.
 boolean isSetElapsedTime()
           
 boolean isSetError()
           
 boolean isSetFile()
           
 boolean isSetTimestamp()
           
 boolean isSetVersion()
           
 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 setElapsedTime(String value)
          Sets the value of the elapsedTime property.
 void setTimestamp(String value)
          Sets the value of the timestamp property.
 void setVersion(String value)
          Sets the value of the version property.
 void unsetElapsedTime()
           
 void unsetError()
           
 void unsetFile()
           
 void unsetTimestamp()
           
 void unsetVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ElapsedTime

protected String _ElapsedTime

_File

protected com.sun.xml.bind.util.ListImpl _File

_Version

protected String _Version

_Error

protected com.sun.xml.bind.util.ListImpl _Error

_Timestamp

protected String _Timestamp

version

public static final Class version
Constructor Detail

PmdTypeImpl

public PmdTypeImpl()
Method Detail

getElapsedTime

public String getElapsedTime()
Description copied from interface: PmdType
Gets the value of the elapsedTime property.

Specified by:
getElapsedTime in interface PmdType
Returns:
possible object is String

setElapsedTime

public void setElapsedTime(String value)
Description copied from interface: PmdType
Sets the value of the elapsedTime property.

Specified by:
setElapsedTime in interface PmdType
Parameters:
value - allowed object is String

isSetElapsedTime

public boolean isSetElapsedTime()
Specified by:
isSetElapsedTime in interface PmdType

unsetElapsedTime

public void unsetElapsedTime()
Specified by:
unsetElapsedTime in interface PmdType

_getFile

protected com.sun.xml.bind.util.ListImpl _getFile()

getFile

public List getFile()
Description copied from interface: PmdType
Gets the value of the File property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the File property.

For example, to add a new item, do as follows:

    getFile().add(newItem);
 

Objects of the following type(s) are allowed in the list File FileType

Specified by:
getFile in interface PmdType

isSetFile

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

unsetFile

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

getVersion

public String getVersion()
Description copied from interface: PmdType
Gets the value of the version property.

Specified by:
getVersion in interface PmdType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: PmdType
Sets the value of the version property.

Specified by:
setVersion in interface PmdType
Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()
Specified by:
isSetVersion in interface PmdType

unsetVersion

public void unsetVersion()
Specified by:
unsetVersion in interface PmdType

_getError

protected com.sun.xml.bind.util.ListImpl _getError()

getError

public List getError()
Description copied from interface: PmdType
Gets the value of the Error property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Error property.

For example, to add a new item, do as follows:

    getError().add(newItem);
 

Objects of the following type(s) are allowed in the list Error ErrorType

Specified by:
getError in interface PmdType

isSetError

public boolean isSetError()
Specified by:
isSetError in interface PmdType

unsetError

public void unsetError()
Specified by:
unsetError in interface PmdType

getTimestamp

public String getTimestamp()
Description copied from interface: PmdType
Gets the value of the timestamp property.

Specified by:
getTimestamp in interface PmdType
Returns:
possible object is String

setTimestamp

public void setTimestamp(String value)
Description copied from interface: PmdType
Sets the value of the timestamp property.

Specified by:
setTimestamp in interface PmdType
Parameters:
value - allowed object is String

isSetTimestamp

public boolean isSetTimestamp()
Specified by:
isSetTimestamp in interface PmdType

unsetTimestamp

public void unsetTimestamp()
Specified by:
unsetTimestamp in interface PmdType

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 SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws 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:
SAXException

getPrimaryInterface

public 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 2007 The jCoderZ Project.