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

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

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

See Also:
Serialized Form

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

_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

has_IsStatic

protected boolean has_IsStatic

_IsStatic

protected boolean _IsStatic

_Signature

protected String _Signature

version

public static final Class version
Constructor Detail

MethodTypeImpl

public MethodTypeImpl()
Method Detail

getName

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

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

setName

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

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

isSetName

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

unsetName

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

getMessage

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

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

setMessage

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

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

isSetMessage

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

unsetMessage

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

getRole

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

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

setRole

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

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

isSetRole

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

unsetRole

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

isPrimary

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

Specified by:
isPrimary in interface MethodType

setPrimary

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

Specified by:
setPrimary in interface MethodType

isSetPrimary

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

unsetPrimary

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

getClassname

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

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

setClassname

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

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

isSetClassname

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

unsetClassname

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

getSourceLine

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

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

setSourceLine

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

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

isSetSourceLine

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

unsetSourceLine

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

isIsStatic

public boolean isIsStatic()
Description copied from interface: MethodType
Gets the value of the isStatic property.

Specified by:
isIsStatic in interface MethodType

setIsStatic

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

Specified by:
setIsStatic in interface MethodType

isSetIsStatic

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

unsetIsStatic

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

getSignature

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

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

setSignature

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

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

isSetSignature

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

unsetSignature

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

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.