org.jcoderz.phoenix.checkstyle.message.jaxb.impl
Class FindingDataImpl

java.lang.Object
  extended by org.jcoderz.phoenix.checkstyle.message.jaxb.impl.FindingDataImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, FindingData, UnmarshallableObject, ValidatableObject, XMLSerializable

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

See Also:
Serialized Form

Nested Class Summary
 class FindingDataImpl.Unmarshaller
           
 
Field Summary
protected  String _DetailedDescription
           
protected  String _MessagePattern
           
protected  String _ShortDescription
           
protected  String _Symbol
           
static Class version
           
 
Constructor Summary
FindingDataImpl()
           
 
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 getDetailedDescription()
          Gets the value of the detailedDescription property.
 String getMessagePattern()
          Gets the value of the messagePattern property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getShortDescription()
          Gets the value of the shortDescription property.
 String getSymbol()
          Gets the value of the symbol property.
 boolean isSetDetailedDescription()
           
 boolean isSetMessagePattern()
           
 boolean isSetShortDescription()
           
 boolean isSetSymbol()
           
 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 setDetailedDescription(String value)
          Sets the value of the detailedDescription property.
 void setMessagePattern(String value)
          Sets the value of the messagePattern property.
 void setShortDescription(String value)
          Sets the value of the shortDescription property.
 void setSymbol(String value)
          Sets the value of the symbol property.
 void unsetDetailedDescription()
           
 void unsetMessagePattern()
           
 void unsetShortDescription()
           
 void unsetSymbol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_DetailedDescription

protected String _DetailedDescription

_ShortDescription

protected String _ShortDescription

_Symbol

protected String _Symbol

_MessagePattern

protected String _MessagePattern

version

public static final Class version
Constructor Detail

FindingDataImpl

public FindingDataImpl()
Method Detail

getDetailedDescription

public String getDetailedDescription()
Description copied from interface: FindingData
Gets the value of the detailedDescription property.

Specified by:
getDetailedDescription in interface FindingData
Returns:
possible object is String

setDetailedDescription

public void setDetailedDescription(String value)
Description copied from interface: FindingData
Sets the value of the detailedDescription property.

Specified by:
setDetailedDescription in interface FindingData
Parameters:
value - allowed object is String

isSetDetailedDescription

public boolean isSetDetailedDescription()
Specified by:
isSetDetailedDescription in interface FindingData

unsetDetailedDescription

public void unsetDetailedDescription()
Specified by:
unsetDetailedDescription in interface FindingData

getShortDescription

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

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

setShortDescription

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

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

isSetShortDescription

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

unsetShortDescription

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

getSymbol

public String getSymbol()
Description copied from interface: FindingData
Gets the value of the symbol property.

Specified by:
getSymbol in interface FindingData
Returns:
possible object is String

setSymbol

public void setSymbol(String value)
Description copied from interface: FindingData
Sets the value of the symbol property.

Specified by:
setSymbol in interface FindingData
Parameters:
value - allowed object is String

isSetSymbol

public boolean isSetSymbol()
Specified by:
isSetSymbol in interface FindingData

unsetSymbol

public void unsetSymbol()
Specified by:
unsetSymbol in interface FindingData

getMessagePattern

public String getMessagePattern()
Description copied from interface: FindingData
Gets the value of the messagePattern property.

Specified by:
getMessagePattern in interface FindingData
Returns:
possible object is String

setMessagePattern

public void setMessagePattern(String value)
Description copied from interface: FindingData
Sets the value of the messagePattern property.

Specified by:
setMessagePattern in interface FindingData
Parameters:
value - allowed object is String

isSetMessagePattern

public boolean isSetMessagePattern()
Specified by:
isSetMessagePattern in interface FindingData

unsetMessagePattern

public void unsetMessagePattern()
Specified by:
unsetMessagePattern in interface FindingData

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.