|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.findbugs.jaxb.impl.FieldTypeImpl
public class FieldTypeImpl
| 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 |
|---|
protected String _Name
protected String _Message
protected String _Role
protected boolean has_Primary
protected boolean _Primary
protected String _Classname
protected SourceLineType _SourceLine
protected String _IsStatic
protected String _Signature
public static final Class version
| Constructor Detail |
|---|
public FieldTypeImpl()
| Method Detail |
|---|
public String getName()
FieldType
getName in interface FieldTypeStringpublic void setName(String value)
FieldType
setName in interface FieldTypevalue - allowed object is
Stringpublic boolean isSetName()
isSetName in interface FieldTypepublic void unsetName()
unsetName in interface FieldTypepublic String getMessage()
FieldType
getMessage in interface FieldTypeStringpublic void setMessage(String value)
FieldType
setMessage in interface FieldTypevalue - allowed object is
Stringpublic boolean isSetMessage()
isSetMessage in interface FieldTypepublic void unsetMessage()
unsetMessage in interface FieldTypepublic String getRole()
FieldType
getRole in interface FieldTypeStringpublic void setRole(String value)
FieldType
setRole in interface FieldTypevalue - allowed object is
Stringpublic boolean isSetRole()
isSetRole in interface FieldTypepublic void unsetRole()
unsetRole in interface FieldTypepublic boolean isPrimary()
FieldType
isPrimary in interface FieldTypepublic void setPrimary(boolean value)
FieldType
setPrimary in interface FieldTypepublic boolean isSetPrimary()
isSetPrimary in interface FieldTypepublic void unsetPrimary()
unsetPrimary in interface FieldTypepublic String getClassname()
FieldType
getClassname in interface FieldTypeStringpublic void setClassname(String value)
FieldType
setClassname in interface FieldTypevalue - allowed object is
Stringpublic boolean isSetClassname()
isSetClassname in interface FieldTypepublic void unsetClassname()
unsetClassname in interface FieldTypepublic SourceLineType getSourceLine()
FieldType
getSourceLine in interface FieldTypeSourceLine
SourceLineTypepublic void setSourceLine(SourceLineType value)
FieldType
setSourceLine in interface FieldTypevalue - allowed object is
SourceLine
SourceLineTypepublic boolean isSetSourceLine()
isSetSourceLine in interface FieldTypepublic void unsetSourceLine()
unsetSourceLine in interface FieldTypepublic String getIsStatic()
FieldType
getIsStatic in interface FieldTypeStringpublic void setIsStatic(String value)
FieldType
setIsStatic in interface FieldTypevalue - allowed object is
Stringpublic boolean isSetIsStatic()
isSetIsStatic in interface FieldTypepublic void unsetIsStatic()
unsetIsStatic in interface FieldTypepublic String getSignature()
FieldType
getSignature in interface FieldTypeStringpublic void setSignature(String value)
FieldType
setSignature in interface FieldTypevalue - allowed object is
Stringpublic boolean isSetSignature()
isSetSignature in interface FieldTypepublic void unsetSignature()
unsetSignature in interface FieldTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws SAXException
XMLSerializable
serializeBody in interface XMLSerializableSAXException
public void serializeAttributes(XMLSerializer context)
throws SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableSAXException
public void serializeURIs(XMLSerializer context)
throws SAXException
XMLSerializable
serializeURIs in interface XMLSerializableSAXExceptionpublic Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||