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

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

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

See Also:
Serialized Form

Nested Class Summary
 class FieldTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Classname
           
protected  String _IsStatic
           
protected  String _Message
           
protected  String _Name
           
protected  boolean _Primary
           
protected  String _Role
           
protected  String _Signature
           
protected  SourceLineType _SourceLine
           
protected  boolean has_Primary
           
static Class version
           
 
Constructor Summary
FieldTypeImpl()
           
 
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 getIsStatic()
          Gets the value of the isStatic property.
 String getMessage()
          Gets the value of the message property.
 String getName()
          Gets the value of the name property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getRole()
          Gets the value of the role property.
 String getSignature()
          Gets the value of the signature property.
 SourceLineType getSourceLine()
          Gets the value of the sourceLine property.
 boolean isPrimary()
          Gets the value of the primary property.
 boolean isSetClassname()
           
 boolean isSetIsStatic()
           
 boolean isSetMessage()
           
 boolean isSetName()
           
 boolean isSetPrimary()
           
 boolean isSetRole()
           
 boolean isSetSignature()
           
 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 setIsStatic(String value)
          Sets the value of the isStatic property.
 void setMessage(String value)
          Sets the value of the message property.
 void setName(String value)
          Sets the value of the name property.
 void setPrimary(boolean value)
          Sets the value of the primary property.
 void setRole(String value)
          Sets the value of the role property.
 void setSignature(String value)
          Sets the value of the signature property.
 void setSourceLine(SourceLineType value)
          Sets the value of the sourceLine property.
 void unsetClassname()
           
 void unsetIsStatic()
           
 void unsetMessage()
           
 void unsetName()
           
 void unsetPrimary()
           
 void unsetRole()
           
 void unsetSignature()
           
 void unsetSourceLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Name

protected String _Name

_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

_IsStatic

protected String _IsStatic

_Signature

protected String _Signature

version

public static final Class version
Constructor Detail

FieldTypeImpl

public FieldTypeImpl()
Method Detail

getName

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

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

setName

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

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

isSetName

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

unsetName

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

getMessage

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

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

setMessage

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

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

isSetMessage

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

unsetMessage

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

getRole

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

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

setRole

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

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

isSetRole

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

unsetRole

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

isPrimary

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

Specified by:
isPrimary in interface FieldType

setPrimary

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

Specified by:
setPrimary in interface FieldType

isSetPrimary

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

unsetPrimary

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

getClassname

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

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

setClassname

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

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

isSetClassname

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

unsetClassname

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

getSourceLine

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

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

setSourceLine

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

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

isSetSourceLine

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

unsetSourceLine

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

getIsStatic

public String getIsStatic()
Description copied from interface: FieldType
Gets the value of the isStatic property.

Specified by:
getIsStatic in interface FieldType
Returns:
possible object is String

setIsStatic

public void setIsStatic(String value)
Description copied from interface: FieldType
Sets the value of the isStatic property.

Specified by:
setIsStatic in interface FieldType
Parameters:
value - allowed object is String

isSetIsStatic

public boolean isSetIsStatic()
Specified by:
isSetIsStatic in interface FieldType

unsetIsStatic

public void unsetIsStatic()
Specified by:
unsetIsStatic in interface FieldType

getSignature

public String getSignature()
Description copied from interface: FieldType
Gets the value of the signature property.

Specified by:
getSignature in interface FieldType
Returns:
possible object is String

setSignature

public void setSignature(String value)
Description copied from interface: FieldType
Sets the value of the signature property.

Specified by:
setSignature in interface FieldType
Parameters:
value - allowed object is String

isSetSignature

public boolean isSetSignature()
Specified by:
isSetSignature in interface FieldType

unsetSignature

public void unsetSignature()
Specified by:
unsetSignature in interface FieldType

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.