org.jcoderz.phoenix.findbugs.jaxb.impl
Class TypeTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.findbugs.jaxb.impl.TypeTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, TypeType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
TypeImpl

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

See Also:
Serialized Form

Nested Class Summary
 class TypeTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Descriptor
           
protected  String _Message
           
protected  String _Role
           
protected  SourceLineType _SourceLine
           
protected  String _TypeParameters
           
static Class version
           
 
Constructor Summary
TypeTypeImpl()
           
 
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 getDescriptor()
          Gets the value of the descriptor property.
 String getMessage()
          Gets the value of the message property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getRole()
          Gets the value of the role property.
 SourceLineType getSourceLine()
          Gets the value of the sourceLine property.
 String getTypeParameters()
          Gets the value of the typeParameters property.
 boolean isSetDescriptor()
           
 boolean isSetMessage()
           
 boolean isSetRole()
           
 boolean isSetSourceLine()
           
 boolean isSetTypeParameters()
           
 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 setDescriptor(String value)
          Sets the value of the descriptor property.
 void setMessage(String value)
          Sets the value of the message property.
 void setRole(String value)
          Sets the value of the role property.
 void setSourceLine(SourceLineType value)
          Sets the value of the sourceLine property.
 void setTypeParameters(String value)
          Sets the value of the typeParameters property.
 void unsetDescriptor()
           
 void unsetMessage()
           
 void unsetRole()
           
 void unsetSourceLine()
           
 void unsetTypeParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_TypeParameters

protected String _TypeParameters

_Descriptor

protected String _Descriptor

_Message

protected String _Message

_Role

protected String _Role

_SourceLine

protected SourceLineType _SourceLine

version

public static final Class version
Constructor Detail

TypeTypeImpl

public TypeTypeImpl()
Method Detail

getTypeParameters

public String getTypeParameters()
Description copied from interface: TypeType
Gets the value of the typeParameters property.

Specified by:
getTypeParameters in interface TypeType
Returns:
possible object is String

setTypeParameters

public void setTypeParameters(String value)
Description copied from interface: TypeType
Sets the value of the typeParameters property.

Specified by:
setTypeParameters in interface TypeType
Parameters:
value - allowed object is String

isSetTypeParameters

public boolean isSetTypeParameters()
Specified by:
isSetTypeParameters in interface TypeType

unsetTypeParameters

public void unsetTypeParameters()
Specified by:
unsetTypeParameters in interface TypeType

getDescriptor

public String getDescriptor()
Description copied from interface: TypeType
Gets the value of the descriptor property.

Specified by:
getDescriptor in interface TypeType
Returns:
possible object is String

setDescriptor

public void setDescriptor(String value)
Description copied from interface: TypeType
Sets the value of the descriptor property.

Specified by:
setDescriptor in interface TypeType
Parameters:
value - allowed object is String

isSetDescriptor

public boolean isSetDescriptor()
Specified by:
isSetDescriptor in interface TypeType

unsetDescriptor

public void unsetDescriptor()
Specified by:
unsetDescriptor in interface TypeType

getMessage

public String getMessage()
Description copied from interface: TypeType
Gets the value of the message property.

Specified by:
getMessage in interface TypeType
Returns:
possible object is String

setMessage

public void setMessage(String value)
Description copied from interface: TypeType
Sets the value of the message property.

Specified by:
setMessage in interface TypeType
Parameters:
value - allowed object is String

isSetMessage

public boolean isSetMessage()
Specified by:
isSetMessage in interface TypeType

unsetMessage

public void unsetMessage()
Specified by:
unsetMessage in interface TypeType

getRole

public String getRole()
Description copied from interface: TypeType
Gets the value of the role property.

Specified by:
getRole in interface TypeType
Returns:
possible object is String

setRole

public void setRole(String value)
Description copied from interface: TypeType
Sets the value of the role property.

Specified by:
setRole in interface TypeType
Parameters:
value - allowed object is String

isSetRole

public boolean isSetRole()
Specified by:
isSetRole in interface TypeType

unsetRole

public void unsetRole()
Specified by:
unsetRole in interface TypeType

getSourceLine

public SourceLineType getSourceLine()
Description copied from interface: TypeType
Gets the value of the sourceLine property.

Specified by:
getSourceLine in interface TypeType
Returns:
possible object is SourceLine SourceLineType

setSourceLine

public void setSourceLine(SourceLineType value)
Description copied from interface: TypeType
Sets the value of the sourceLine property.

Specified by:
setSourceLine in interface TypeType
Parameters:
value - allowed object is SourceLine SourceLineType

isSetSourceLine

public boolean isSetSourceLine()
Specified by:
isSetSourceLine in interface TypeType

unsetSourceLine

public void unsetSourceLine()
Specified by:
unsetSourceLine in interface TypeType

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.