org.jcoderz.phoenix.report.ftf.jaxb.impl
Class FindingDescriptionImpl

java.lang.Object
  extended by org.jcoderz.phoenix.report.ftf.jaxb.impl.FindingDescriptionImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, FindingDescription, UnmarshallableObject, ValidatableObject, XMLSerializable

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

See Also:
Serialized Form

Nested Class Summary
 class FindingDescriptionImpl.Unmarshaller
           
 
Field Summary
protected  String _ColumnEndPos
           
protected  String _ColumnStartPos
           
protected  String _Description
           
protected  String _FilenamePos
           
protected  boolean _Global
           
protected  String _LineEndPos
           
protected  String _LineStartPos
           
protected  String _Pattern
           
protected  int _Priority
           
protected  Severity _Severity
           
protected  SeverityMap _SeverityMap
           
protected  String _SeverityPos
           
protected  String _ShortDescription
           
protected  String _SourceTextPos
           
protected  String _Symbol
           
protected  String _TextPos
           
protected  boolean has_Global
           
protected  boolean has_Priority
           
static Class version
           
 
Constructor Summary
FindingDescriptionImpl()
           
 
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 getColumnEndPos()
          Gets the value of the columnEndPos property.
 String getColumnStartPos()
          Gets the value of the columnStartPos property.
 String getDescription()
          Gets the value of the description property.
 String getFilenamePos()
          Gets the value of the filenamePos property.
 String getLineEndPos()
          Gets the value of the lineEndPos property.
 String getLineStartPos()
          Gets the value of the lineStartPos property.
 String getPattern()
          Gets the value of the pattern property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getPriority()
          Gets the value of the priority property.
 Severity getSeverity()
          Gets the value of the severity property.
 SeverityMap getSeverityMap()
          Gets the value of the severityMap property.
 String getSeverityPos()
          Gets the value of the severityPos property.
 String getShortDescription()
          Gets the value of the shortDescription property.
 String getSourceTextPos()
          Gets the value of the sourceTextPos property.
 String getSymbol()
          Gets the value of the symbol property.
 String getTextPos()
          Gets the value of the textPos property.
 boolean isGlobal()
          Gets the value of the global property.
 boolean isSetColumnEndPos()
           
 boolean isSetColumnStartPos()
           
 boolean isSetDescription()
           
 boolean isSetFilenamePos()
           
 boolean isSetGlobal()
           
 boolean isSetLineEndPos()
           
 boolean isSetLineStartPos()
           
 boolean isSetPattern()
           
 boolean isSetPriority()
           
 boolean isSetSeverity()
           
 boolean isSetSeverityMap()
           
 boolean isSetSeverityPos()
           
 boolean isSetShortDescription()
           
 boolean isSetSourceTextPos()
           
 boolean isSetSymbol()
           
 boolean isSetTextPos()
           
 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 setColumnEndPos(String value)
          Sets the value of the columnEndPos property.
 void setColumnStartPos(String value)
          Sets the value of the columnStartPos property.
 void setDescription(String value)
          Sets the value of the description property.
 void setFilenamePos(String value)
          Sets the value of the filenamePos property.
 void setGlobal(boolean value)
          Sets the value of the global property.
 void setLineEndPos(String value)
          Sets the value of the lineEndPos property.
 void setLineStartPos(String value)
          Sets the value of the lineStartPos property.
 void setPattern(String value)
          Sets the value of the pattern property.
 void setPriority(int value)
          Sets the value of the priority property.
 void setSeverity(Severity value)
          Sets the value of the severity property.
 void setSeverityMap(SeverityMap value)
          Sets the value of the severityMap property.
 void setSeverityPos(String value)
          Sets the value of the severityPos property.
 void setShortDescription(String value)
          Sets the value of the shortDescription property.
 void setSourceTextPos(String value)
          Sets the value of the sourceTextPos property.
 void setSymbol(String value)
          Sets the value of the symbol property.
 void setTextPos(String value)
          Sets the value of the textPos property.
 void unsetColumnEndPos()
           
 void unsetColumnStartPos()
           
 void unsetDescription()
           
 void unsetFilenamePos()
           
 void unsetGlobal()
           
 void unsetLineEndPos()
           
 void unsetLineStartPos()
           
 void unsetPattern()
           
 void unsetPriority()
           
 void unsetSeverity()
           
 void unsetSeverityMap()
           
 void unsetSeverityPos()
           
 void unsetShortDescription()
           
 void unsetSourceTextPos()
           
 void unsetSymbol()
           
 void unsetTextPos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_TextPos

protected String _TextPos

_Description

protected String _Description

_SeverityPos

protected String _SeverityPos

has_Priority

protected boolean has_Priority

_Priority

protected int _Priority

_LineStartPos

protected String _LineStartPos

_ShortDescription

protected String _ShortDescription

_SeverityMap

protected SeverityMap _SeverityMap

_Severity

protected Severity _Severity

_Symbol

protected String _Symbol

_LineEndPos

protected String _LineEndPos

_Pattern

protected String _Pattern

_ColumnStartPos

protected String _ColumnStartPos

_SourceTextPos

protected String _SourceTextPos

_ColumnEndPos

protected String _ColumnEndPos

has_Global

protected boolean has_Global

_Global

protected boolean _Global

_FilenamePos

protected String _FilenamePos

version

public static final Class version
Constructor Detail

FindingDescriptionImpl

public FindingDescriptionImpl()
Method Detail

getTextPos

public String getTextPos()
Description copied from interface: FindingDescription
Gets the value of the textPos property.

Specified by:
getTextPos in interface FindingDescription
Returns:
possible object is String

setTextPos

public void setTextPos(String value)
Description copied from interface: FindingDescription
Sets the value of the textPos property.

Specified by:
setTextPos in interface FindingDescription
Parameters:
value - allowed object is String

isSetTextPos

public boolean isSetTextPos()
Specified by:
isSetTextPos in interface FindingDescription

unsetTextPos

public void unsetTextPos()
Specified by:
unsetTextPos in interface FindingDescription

getDescription

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

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

setDescription

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

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

isSetDescription

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

unsetDescription

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

getSeverityPos

public String getSeverityPos()
Description copied from interface: FindingDescription
Gets the value of the severityPos property.

Specified by:
getSeverityPos in interface FindingDescription
Returns:
possible object is String

setSeverityPos

public void setSeverityPos(String value)
Description copied from interface: FindingDescription
Sets the value of the severityPos property.

Specified by:
setSeverityPos in interface FindingDescription
Parameters:
value - allowed object is String

isSetSeverityPos

public boolean isSetSeverityPos()
Specified by:
isSetSeverityPos in interface FindingDescription

unsetSeverityPos

public void unsetSeverityPos()
Specified by:
unsetSeverityPos in interface FindingDescription

getPriority

public int getPriority()
Description copied from interface: FindingDescription
Gets the value of the priority property.

Specified by:
getPriority in interface FindingDescription

setPriority

public void setPriority(int value)
Description copied from interface: FindingDescription
Sets the value of the priority property.

Specified by:
setPriority in interface FindingDescription

isSetPriority

public boolean isSetPriority()
Specified by:
isSetPriority in interface FindingDescription

unsetPriority

public void unsetPriority()
Specified by:
unsetPriority in interface FindingDescription

getLineStartPos

public String getLineStartPos()
Description copied from interface: FindingDescription
Gets the value of the lineStartPos property.

Specified by:
getLineStartPos in interface FindingDescription
Returns:
possible object is String

setLineStartPos

public void setLineStartPos(String value)
Description copied from interface: FindingDescription
Sets the value of the lineStartPos property.

Specified by:
setLineStartPos in interface FindingDescription
Parameters:
value - allowed object is String

isSetLineStartPos

public boolean isSetLineStartPos()
Specified by:
isSetLineStartPos in interface FindingDescription

unsetLineStartPos

public void unsetLineStartPos()
Specified by:
unsetLineStartPos in interface FindingDescription

getShortDescription

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

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

setShortDescription

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

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

isSetShortDescription

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

unsetShortDescription

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

getSeverityMap

public SeverityMap getSeverityMap()
Description copied from interface: FindingDescription
Gets the value of the severityMap property.

Specified by:
getSeverityMap in interface FindingDescription
Returns:
possible object is SeverityMap

setSeverityMap

public void setSeverityMap(SeverityMap value)
Description copied from interface: FindingDescription
Sets the value of the severityMap property.

Specified by:
setSeverityMap in interface FindingDescription
Parameters:
value - allowed object is SeverityMap

isSetSeverityMap

public boolean isSetSeverityMap()
Specified by:
isSetSeverityMap in interface FindingDescription

unsetSeverityMap

public void unsetSeverityMap()
Specified by:
unsetSeverityMap in interface FindingDescription

getSeverity

public Severity getSeverity()
Description copied from interface: FindingDescription
Gets the value of the severity property.

Specified by:
getSeverity in interface FindingDescription
Returns:
possible object is Severity

setSeverity

public void setSeverity(Severity value)
Description copied from interface: FindingDescription
Sets the value of the severity property.

Specified by:
setSeverity in interface FindingDescription
Parameters:
value - allowed object is Severity

isSetSeverity

public boolean isSetSeverity()
Specified by:
isSetSeverity in interface FindingDescription

unsetSeverity

public void unsetSeverity()
Specified by:
unsetSeverity in interface FindingDescription

getSymbol

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

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

setSymbol

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

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

isSetSymbol

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

unsetSymbol

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

getLineEndPos

public String getLineEndPos()
Description copied from interface: FindingDescription
Gets the value of the lineEndPos property.

Specified by:
getLineEndPos in interface FindingDescription
Returns:
possible object is String

setLineEndPos

public void setLineEndPos(String value)
Description copied from interface: FindingDescription
Sets the value of the lineEndPos property.

Specified by:
setLineEndPos in interface FindingDescription
Parameters:
value - allowed object is String

isSetLineEndPos

public boolean isSetLineEndPos()
Specified by:
isSetLineEndPos in interface FindingDescription

unsetLineEndPos

public void unsetLineEndPos()
Specified by:
unsetLineEndPos in interface FindingDescription

getPattern

public String getPattern()
Description copied from interface: FindingDescription
Gets the value of the pattern property.

Specified by:
getPattern in interface FindingDescription
Returns:
possible object is String

setPattern

public void setPattern(String value)
Description copied from interface: FindingDescription
Sets the value of the pattern property.

Specified by:
setPattern in interface FindingDescription
Parameters:
value - allowed object is String

isSetPattern

public boolean isSetPattern()
Specified by:
isSetPattern in interface FindingDescription

unsetPattern

public void unsetPattern()
Specified by:
unsetPattern in interface FindingDescription

getColumnStartPos

public String getColumnStartPos()
Description copied from interface: FindingDescription
Gets the value of the columnStartPos property.

Specified by:
getColumnStartPos in interface FindingDescription
Returns:
possible object is String

setColumnStartPos

public void setColumnStartPos(String value)
Description copied from interface: FindingDescription
Sets the value of the columnStartPos property.

Specified by:
setColumnStartPos in interface FindingDescription
Parameters:
value - allowed object is String

isSetColumnStartPos

public boolean isSetColumnStartPos()
Specified by:
isSetColumnStartPos in interface FindingDescription

unsetColumnStartPos

public void unsetColumnStartPos()
Specified by:
unsetColumnStartPos in interface FindingDescription

getSourceTextPos

public String getSourceTextPos()
Description copied from interface: FindingDescription
Gets the value of the sourceTextPos property.

Specified by:
getSourceTextPos in interface FindingDescription
Returns:
possible object is String

setSourceTextPos

public void setSourceTextPos(String value)
Description copied from interface: FindingDescription
Sets the value of the sourceTextPos property.

Specified by:
setSourceTextPos in interface FindingDescription
Parameters:
value - allowed object is String

isSetSourceTextPos

public boolean isSetSourceTextPos()
Specified by:
isSetSourceTextPos in interface FindingDescription

unsetSourceTextPos

public void unsetSourceTextPos()
Specified by:
unsetSourceTextPos in interface FindingDescription

getColumnEndPos

public String getColumnEndPos()
Description copied from interface: FindingDescription
Gets the value of the columnEndPos property.

Specified by:
getColumnEndPos in interface FindingDescription
Returns:
possible object is String

setColumnEndPos

public void setColumnEndPos(String value)
Description copied from interface: FindingDescription
Sets the value of the columnEndPos property.

Specified by:
setColumnEndPos in interface FindingDescription
Parameters:
value - allowed object is String

isSetColumnEndPos

public boolean isSetColumnEndPos()
Specified by:
isSetColumnEndPos in interface FindingDescription

unsetColumnEndPos

public void unsetColumnEndPos()
Specified by:
unsetColumnEndPos in interface FindingDescription

isGlobal

public boolean isGlobal()
Description copied from interface: FindingDescription
Gets the value of the global property.

Specified by:
isGlobal in interface FindingDescription

setGlobal

public void setGlobal(boolean value)
Description copied from interface: FindingDescription
Sets the value of the global property.

Specified by:
setGlobal in interface FindingDescription

isSetGlobal

public boolean isSetGlobal()
Specified by:
isSetGlobal in interface FindingDescription

unsetGlobal

public void unsetGlobal()
Specified by:
unsetGlobal in interface FindingDescription

getFilenamePos

public String getFilenamePos()
Description copied from interface: FindingDescription
Gets the value of the filenamePos property.

Specified by:
getFilenamePos in interface FindingDescription
Returns:
possible object is String

setFilenamePos

public void setFilenamePos(String value)
Description copied from interface: FindingDescription
Sets the value of the filenamePos property.

Specified by:
setFilenamePos in interface FindingDescription
Parameters:
value - allowed object is String

isSetFilenamePos

public boolean isSetFilenamePos()
Specified by:
isSetFilenamePos in interface FindingDescription

unsetFilenamePos

public void unsetFilenamePos()
Specified by:
unsetFilenamePos in interface FindingDescription

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.