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

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

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

See Also:
Serialized Form

Nested Class Summary
 class BugCategoryTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Abbreviation
           
protected  String _Category
           
protected  String _Description
           
protected  String _Details
           
static Class version
           
 
Constructor Summary
BugCategoryTypeImpl()
           
 
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 getAbbreviation()
          Gets the value of the abbreviation property.
 String getCategory()
          Gets the value of the category property.
 String getDescription()
          Gets the value of the description property.
 String getDetails()
          Gets the value of the details property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isSetAbbreviation()
           
 boolean isSetCategory()
           
 boolean isSetDescription()
           
 boolean isSetDetails()
           
 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 setAbbreviation(String value)
          Sets the value of the abbreviation property.
 void setCategory(String value)
          Sets the value of the category property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDetails(String value)
          Sets the value of the details property.
 void unsetAbbreviation()
           
 void unsetCategory()
           
 void unsetDescription()
           
 void unsetDetails()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Description

protected String _Description

_Category

protected String _Category

_Details

protected String _Details

_Abbreviation

protected String _Abbreviation

version

public static final Class version
Constructor Detail

BugCategoryTypeImpl

public BugCategoryTypeImpl()
Method Detail

getDescription

public String getDescription()
Description copied from interface: BugCategoryType
Gets the value of the description property.

Specified by:
getDescription in interface BugCategoryType
Returns:
possible object is String

setDescription

public void setDescription(String value)
Description copied from interface: BugCategoryType
Sets the value of the description property.

Specified by:
setDescription in interface BugCategoryType
Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()
Specified by:
isSetDescription in interface BugCategoryType

unsetDescription

public void unsetDescription()
Specified by:
unsetDescription in interface BugCategoryType

getCategory

public String getCategory()
Description copied from interface: BugCategoryType
Gets the value of the category property.

Specified by:
getCategory in interface BugCategoryType
Returns:
possible object is String

setCategory

public void setCategory(String value)
Description copied from interface: BugCategoryType
Sets the value of the category property.

Specified by:
setCategory in interface BugCategoryType
Parameters:
value - allowed object is String

isSetCategory

public boolean isSetCategory()
Specified by:
isSetCategory in interface BugCategoryType

unsetCategory

public void unsetCategory()
Specified by:
unsetCategory in interface BugCategoryType

getDetails

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

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

setDetails

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

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

isSetDetails

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

unsetDetails

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

getAbbreviation

public String getAbbreviation()
Description copied from interface: BugCategoryType
Gets the value of the abbreviation property.

Specified by:
getAbbreviation in interface BugCategoryType
Returns:
possible object is String

setAbbreviation

public void setAbbreviation(String value)
Description copied from interface: BugCategoryType
Sets the value of the abbreviation property.

Specified by:
setAbbreviation in interface BugCategoryType
Parameters:
value - allowed object is String

isSetAbbreviation

public boolean isSetAbbreviation()
Specified by:
isSetAbbreviation in interface BugCategoryType

unsetAbbreviation

public void unsetAbbreviation()
Specified by:
unsetAbbreviation in interface BugCategoryType

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.