|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.findbugs.jaxb.impl.MethodTypeImpl
public class MethodTypeImpl
| Nested Class Summary | |
|---|---|
class |
MethodTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected String |
_Classname
|
protected boolean |
_IsStatic
|
protected String |
_Message
|
protected String |
_Name
|
protected boolean |
_Primary
|
protected String |
_Role
|
protected String |
_Signature
|
protected SourceLineType |
_SourceLine
|
protected boolean |
has_IsStatic
|
protected boolean |
has_Primary
|
static Class |
version
|
| Constructor Summary | |
|---|---|
MethodTypeImpl()
|
|
| 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. |
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 |
isIsStatic()
Gets the value of the isStatic 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(boolean 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 boolean has_IsStatic
protected boolean _IsStatic
protected String _Signature
public static final Class version
| Constructor Detail |
|---|
public MethodTypeImpl()
| Method Detail |
|---|
public String getName()
MethodType
getName in interface MethodTypeStringpublic void setName(String value)
MethodType
setName in interface MethodTypevalue - allowed object is
Stringpublic boolean isSetName()
isSetName in interface MethodTypepublic void unsetName()
unsetName in interface MethodTypepublic String getMessage()
MethodType
getMessage in interface MethodTypeStringpublic void setMessage(String value)
MethodType
setMessage in interface MethodTypevalue - allowed object is
Stringpublic boolean isSetMessage()
isSetMessage in interface MethodTypepublic void unsetMessage()
unsetMessage in interface MethodTypepublic String getRole()
MethodType
getRole in interface MethodTypeStringpublic void setRole(String value)
MethodType
setRole in interface MethodTypevalue - allowed object is
Stringpublic boolean isSetRole()
isSetRole in interface MethodTypepublic void unsetRole()
unsetRole in interface MethodTypepublic boolean isPrimary()
MethodType
isPrimary in interface MethodTypepublic void setPrimary(boolean value)
MethodType
setPrimary in interface MethodTypepublic boolean isSetPrimary()
isSetPrimary in interface MethodTypepublic void unsetPrimary()
unsetPrimary in interface MethodTypepublic String getClassname()
MethodType
getClassname in interface MethodTypeStringpublic void setClassname(String value)
MethodType
setClassname in interface MethodTypevalue - allowed object is
Stringpublic boolean isSetClassname()
isSetClassname in interface MethodTypepublic void unsetClassname()
unsetClassname in interface MethodTypepublic SourceLineType getSourceLine()
MethodType
getSourceLine in interface MethodTypeSourceLine
SourceLineTypepublic void setSourceLine(SourceLineType value)
MethodType
setSourceLine in interface MethodTypevalue - allowed object is
SourceLine
SourceLineTypepublic boolean isSetSourceLine()
isSetSourceLine in interface MethodTypepublic void unsetSourceLine()
unsetSourceLine in interface MethodTypepublic boolean isIsStatic()
MethodType
isIsStatic in interface MethodTypepublic void setIsStatic(boolean value)
MethodType
setIsStatic in interface MethodTypepublic boolean isSetIsStatic()
isSetIsStatic in interface MethodTypepublic void unsetIsStatic()
unsetIsStatic in interface MethodTypepublic String getSignature()
MethodType
getSignature in interface MethodTypeStringpublic void setSignature(String value)
MethodType
setSignature in interface MethodTypevalue - allowed object is
Stringpublic boolean isSetSignature()
isSetSignature in interface MethodTypepublic void unsetSignature()
unsetSignature in interface MethodTypepublic 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 | |||||||||