org.jcoderz.phoenix.findbugs.message.jaxb.impl
Class BugPatternTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.findbugs.message.jaxb.impl.BugPatternTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, BugPatternType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
MessageCollectionTypeImpl.BugPatternImpl

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

See Also:
Serialized Form

Nested Class Summary
 class BugPatternTypeImpl.Unmarshaller
           
 
Field Summary
protected  boolean _Deprecated
           
protected  String _Details
           
protected  String _LongDescription
           
protected  String _ShortDescription
           
protected  String _Type
           
protected  boolean has_Deprecated
           
static Class version
           
 
Constructor Summary
BugPatternTypeImpl()
           
 
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 getDetails()
          Gets the value of the details property.
 String getLongDescription()
          Gets the value of the longDescription property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getShortDescription()
          Gets the value of the shortDescription property.
 String getType()
          Gets the value of the type property.
 boolean isDeprecated()
          Gets the value of the deprecated property.
 boolean isSetDeprecated()
           
 boolean isSetDetails()
           
 boolean isSetLongDescription()
           
 boolean isSetShortDescription()
           
 boolean isSetType()
           
 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 setDeprecated(boolean value)
          Sets the value of the deprecated property.
 void setDetails(String value)
          Sets the value of the details property.
 void setLongDescription(String value)
          Sets the value of the longDescription property.
 void setShortDescription(String value)
          Sets the value of the shortDescription property.
 void setType(String value)
          Sets the value of the type property.
 void unsetDeprecated()
           
 void unsetDetails()
           
 void unsetLongDescription()
           
 void unsetShortDescription()
           
 void unsetType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ShortDescription

protected String _ShortDescription

has_Deprecated

protected boolean has_Deprecated

_Deprecated

protected boolean _Deprecated

_LongDescription

protected String _LongDescription

_Details

protected String _Details

_Type

protected String _Type

version

public static final Class version
Constructor Detail

BugPatternTypeImpl

public BugPatternTypeImpl()
Method Detail

getShortDescription

public String getShortDescription()
Description copied from interface: BugPatternType
Gets the value of the shortDescription property.

Specified by:
getShortDescription in interface BugPatternType
Returns:
possible object is String

setShortDescription

public void setShortDescription(String value)
Description copied from interface: BugPatternType
Sets the value of the shortDescription property.

Specified by:
setShortDescription in interface BugPatternType
Parameters:
value - allowed object is String

isSetShortDescription

public boolean isSetShortDescription()
Specified by:
isSetShortDescription in interface BugPatternType

unsetShortDescription

public void unsetShortDescription()
Specified by:
unsetShortDescription in interface BugPatternType

isDeprecated

public boolean isDeprecated()
Description copied from interface: BugPatternType
Gets the value of the deprecated property.

Specified by:
isDeprecated in interface BugPatternType

setDeprecated

public void setDeprecated(boolean value)
Description copied from interface: BugPatternType
Sets the value of the deprecated property.

Specified by:
setDeprecated in interface BugPatternType

isSetDeprecated

public boolean isSetDeprecated()
Specified by:
isSetDeprecated in interface BugPatternType

unsetDeprecated

public void unsetDeprecated()
Specified by:
unsetDeprecated in interface BugPatternType

getLongDescription

public String getLongDescription()
Description copied from interface: BugPatternType
Gets the value of the longDescription property.

Specified by:
getLongDescription in interface BugPatternType
Returns:
possible object is String

setLongDescription

public void setLongDescription(String value)
Description copied from interface: BugPatternType
Sets the value of the longDescription property.

Specified by:
setLongDescription in interface BugPatternType
Parameters:
value - allowed object is String

isSetLongDescription

public boolean isSetLongDescription()
Specified by:
isSetLongDescription in interface BugPatternType

unsetLongDescription

public void unsetLongDescription()
Specified by:
unsetLongDescription in interface BugPatternType

getDetails

public String getDetails()
Description copied from interface: BugPatternType
Gets the value of the details property.

Specified by:
getDetails in interface BugPatternType
Returns:
possible object is String

setDetails

public void setDetails(String value)
Description copied from interface: BugPatternType
Sets the value of the details property.

Specified by:
setDetails in interface BugPatternType
Parameters:
value - allowed object is String

isSetDetails

public boolean isSetDetails()
Specified by:
isSetDetails in interface BugPatternType

unsetDetails

public void unsetDetails()
Specified by:
unsetDetails in interface BugPatternType

getType

public String getType()
Description copied from interface: BugPatternType
Gets the value of the type property.

Specified by:
getType in interface BugPatternType
Returns:
possible object is String

setType

public void setType(String value)
Description copied from interface: BugPatternType
Sets the value of the type property.

Specified by:
setType in interface BugPatternType
Parameters:
value - allowed object is String

isSetType

public boolean isSetType()
Specified by:
isSetType in interface BugPatternType

unsetType

public void unsetType()
Specified by:
unsetType in interface BugPatternType

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.