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

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

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

See Also:
Serialized Form

Nested Class Summary
 class ClassTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Classname
           
protected  String _Message
           
protected  boolean _Primary
           
protected  String _Role
           
protected  SourceLineType _SourceLine
           
protected  boolean has_Primary
           
static Class version
           
 
Constructor Summary
ClassTypeImpl()
           
 
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 getClassname()
          Gets the value of the classname 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.
 boolean isPrimary()
          Gets the value of the primary property.
 boolean isSetClassname()
           
 boolean isSetMessage()
           
 boolean isSetPrimary()
           
 boolean isSetRole()
           
 boolean isSetSourceLine()
           
 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 setClassname(String value)
          Sets the value of the classname property.
 void setMessage(String value)
          Sets the value of the message property.
 void setPrimary(boolean value)
          Sets the value of the primary property.
 void setRole(String value)
          Sets the value of the role property.
 void setSourceLine(SourceLineType value)
          Sets the value of the sourceLine property.
 void unsetClassname()
           
 void unsetMessage()
           
 void unsetPrimary()
           
 void unsetRole()
           
 void unsetSourceLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Message

protected String _Message

_Role

protected String _Role

has_Primary

protected boolean has_Primary

_Primary

protected boolean _Primary

_Classname

protected String _Classname

_SourceLine

protected SourceLineType _SourceLine

version

public static final Class version
Constructor Detail

ClassTypeImpl

public ClassTypeImpl()
Method Detail

getMessage

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

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

setMessage

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

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

isSetMessage

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

unsetMessage

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

getRole

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

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

setRole

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

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

isSetRole

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

unsetRole

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

isPrimary

public boolean isPrimary()
Description copied from interface: ClassType
Gets the value of the primary property.

Specified by:
isPrimary in interface ClassType

setPrimary

public void setPrimary(boolean value)
Description copied from interface: ClassType
Sets the value of the primary property.

Specified by:
setPrimary in interface ClassType

isSetPrimary

public boolean isSetPrimary()
Specified by:
isSetPrimary in interface ClassType

unsetPrimary

public void unsetPrimary()
Specified by:
unsetPrimary in interface ClassType

getClassname

public String getClassname()
Description copied from interface: ClassType
Gets the value of the classname property.

Specified by:
getClassname in interface ClassType
Returns:
possible object is String

setClassname

public void setClassname(String value)
Description copied from interface: ClassType
Sets the value of the classname property.

Specified by:
setClassname in interface ClassType
Parameters:
value - allowed object is String

isSetClassname

public boolean isSetClassname()
Specified by:
isSetClassname in interface ClassType

unsetClassname

public void unsetClassname()
Specified by:
unsetClassname in interface ClassType

getSourceLine

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

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

setSourceLine

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

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

isSetSourceLine

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

unsetSourceLine

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

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.