org.jcoderz.phoenix.report.ftf.jaxb.impl
Class TypeInfoImpl

java.lang.Object
  extended by org.jcoderz.phoenix.report.ftf.jaxb.impl.TypeInfoImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, TypeInfo, UnmarshallableObject, ValidatableObject, XMLSerializable

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

See Also:
Serialized Form

Nested Class Summary
 class TypeInfoImpl.Unmarshaller
           
 
Field Summary
protected  String _FindingReportFilenamePattern
           
protected  String _Logo
           
protected  String _Name
           
protected  String _Version
           
static Class version
           
 
Constructor Summary
TypeInfoImpl()
           
 
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.
 String getFindingReportFilenamePattern()
          Gets the value of the findingReportFilenamePattern property.
 String getLogo()
          Gets the value of the logo property.
 String getName()
          Gets the value of the name property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getVersion()
          Gets the value of the version property.
 boolean isSetFindingReportFilenamePattern()
           
 boolean isSetLogo()
           
 boolean isSetName()
           
 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 setFindingReportFilenamePattern(String value)
          Sets the value of the findingReportFilenamePattern property.
 void setLogo(String value)
          Sets the value of the logo property.
 void setName(String value)
          Sets the value of the name property.
 void setVersion(String value)
          Sets the value of the version property.
 void unsetFindingReportFilenamePattern()
           
 void unsetLogo()
           
 void unsetName()
           
 void unsetVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Name

protected String _Name

_Logo

protected String _Logo

_FindingReportFilenamePattern

protected String _FindingReportFilenamePattern

_Version

protected String _Version

version

public static final Class version
Constructor Detail

TypeInfoImpl

public TypeInfoImpl()
Method Detail

getName

public String getName()
Description copied from interface: TypeInfo
Gets the value of the name property.

Specified by:
getName in interface TypeInfo
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: TypeInfo
Sets the value of the name property.

Specified by:
setName in interface TypeInfo
Parameters:
value - allowed object is String

isSetName

public boolean isSetName()
Specified by:
isSetName in interface TypeInfo

unsetName

public void unsetName()
Specified by:
unsetName in interface TypeInfo

getLogo

public String getLogo()
Description copied from interface: TypeInfo
Gets the value of the logo property.

Specified by:
getLogo in interface TypeInfo
Returns:
possible object is String

setLogo

public void setLogo(String value)
Description copied from interface: TypeInfo
Sets the value of the logo property.

Specified by:
setLogo in interface TypeInfo
Parameters:
value - allowed object is String

isSetLogo

public boolean isSetLogo()
Specified by:
isSetLogo in interface TypeInfo

unsetLogo

public void unsetLogo()
Specified by:
unsetLogo in interface TypeInfo

getFindingReportFilenamePattern

public String getFindingReportFilenamePattern()
Description copied from interface: TypeInfo
Gets the value of the findingReportFilenamePattern property.

Specified by:
getFindingReportFilenamePattern in interface TypeInfo
Returns:
possible object is String

setFindingReportFilenamePattern

public void setFindingReportFilenamePattern(String value)
Description copied from interface: TypeInfo
Sets the value of the findingReportFilenamePattern property.

Specified by:
setFindingReportFilenamePattern in interface TypeInfo
Parameters:
value - allowed object is String

isSetFindingReportFilenamePattern

public boolean isSetFindingReportFilenamePattern()
Specified by:
isSetFindingReportFilenamePattern in interface TypeInfo

unsetFindingReportFilenamePattern

public void unsetFindingReportFilenamePattern()
Specified by:
unsetFindingReportFilenamePattern in interface TypeInfo

getVersion

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

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

setVersion

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

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

isSetVersion

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

unsetVersion

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

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.