org.jcoderz.phoenix.report.jaxb.impl
Class ItemTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.report.jaxb.impl.ItemTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, UnmarshallableObject, ValidatableObject, XMLSerializable, ItemType
Direct Known Subclasses:
ItemImpl

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

See Also:
Serialized Form

Nested Class Summary
 class ItemTypeImpl.Unmarshaller
           
 
Field Summary
protected  int _Column
           
protected  int _Counter
           
protected  int _EndColumn
           
protected  int _EndLine
           
protected  String _FindingType
           
protected  boolean _Global
           
protected  int _Line
           
protected  String _Message
           
protected  boolean _New
           
protected  boolean _Old
           
protected  Origin _Origin
           
protected  Severity _Severity
           
protected  String _SeverityReason
           
protected  Date _Since
           
protected  String _SourceText
           
protected  boolean has_Column
           
protected  boolean has_Counter
           
protected  boolean has_EndColumn
           
protected  boolean has_EndLine
           
protected  boolean has_Global
           
protected  boolean has_Line
           
protected  boolean has_New
           
protected  boolean has_Old
           
static Class version
           
 
Constructor Summary
ItemTypeImpl()
           
 
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.
 int getColumn()
          Gets the value of the column property.
 int getCounter()
          Gets the value of the counter property.
 int getEndColumn()
          Gets the value of the endColumn property.
 int getEndLine()
          Gets the value of the endLine property.
 String getFindingType()
          Gets the value of the findingType property.
 int getLine()
          Gets the value of the line property.
 String getMessage()
          Gets the value of the message property.
 Origin getOrigin()
          Gets the value of the origin property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 Severity getSeverity()
          Gets the value of the severity property.
 String getSeverityReason()
          Gets the value of the severityReason property.
 Date getSince()
          Gets the value of the since property.
 String getSourceText()
          Gets the value of the sourceText property.
 boolean isGlobal()
          Gets the value of the global property.
 boolean isNew()
          Gets the value of the new property.
 boolean isOld()
          Gets the value of the old property.
 boolean isSetColumn()
           
 boolean isSetCounter()
           
 boolean isSetEndColumn()
           
 boolean isSetEndLine()
           
 boolean isSetFindingType()
           
 boolean isSetGlobal()
           
 boolean isSetLine()
           
 boolean isSetMessage()
           
 boolean isSetNew()
           
 boolean isSetOld()
           
 boolean isSetOrigin()
           
 boolean isSetSeverity()
           
 boolean isSetSeverityReason()
           
 boolean isSetSince()
           
 boolean isSetSourceText()
           
 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 setColumn(int value)
          Sets the value of the column property.
 void setCounter(int value)
          Sets the value of the counter property.
 void setEndColumn(int value)
          Sets the value of the endColumn property.
 void setEndLine(int value)
          Sets the value of the endLine property.
 void setFindingType(String value)
          Sets the value of the findingType property.
 void setGlobal(boolean value)
          Sets the value of the global property.
 void setLine(int value)
          Sets the value of the line property.
 void setMessage(String value)
          Sets the value of the message property.
 void setNew(boolean value)
          Sets the value of the new property.
 void setOld(boolean value)
          Sets the value of the old property.
 void setOrigin(Origin value)
          Sets the value of the origin property.
 void setSeverity(Severity value)
          Sets the value of the severity property.
 void setSeverityReason(String value)
          Sets the value of the severityReason property.
 void setSince(Date value)
          Sets the value of the since property.
 void setSourceText(String value)
          Sets the value of the sourceText property.
 void unsetColumn()
           
 void unsetCounter()
           
 void unsetEndColumn()
           
 void unsetEndLine()
           
 void unsetFindingType()
           
 void unsetGlobal()
           
 void unsetLine()
           
 void unsetMessage()
           
 void unsetNew()
           
 void unsetOld()
           
 void unsetOrigin()
           
 void unsetSeverity()
           
 void unsetSeverityReason()
           
 void unsetSince()
           
 void unsetSourceText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_SourceText

protected String _SourceText

_Message

protected String _Message

has_Counter

protected boolean has_Counter

_Counter

protected int _Counter

has_New

protected boolean has_New

_New

protected boolean _New

_Origin

protected Origin _Origin

_Since

protected Date _Since

has_Column

protected boolean has_Column

_Column

protected int _Column

has_EndColumn

protected boolean has_EndColumn

_EndColumn

protected int _EndColumn

has_EndLine

protected boolean has_EndLine

_EndLine

protected int _EndLine

_Severity

protected Severity _Severity

has_Old

protected boolean has_Old

_Old

protected boolean _Old

_SeverityReason

protected String _SeverityReason

_FindingType

protected String _FindingType

has_Line

protected boolean has_Line

_Line

protected int _Line

has_Global

protected boolean has_Global

_Global

protected boolean _Global

version

public static final Class version
Constructor Detail

ItemTypeImpl

public ItemTypeImpl()
Method Detail

getSourceText

public String getSourceText()
Description copied from interface: ItemType
Gets the value of the sourceText property.

Specified by:
getSourceText in interface ItemType
Returns:
possible object is String

setSourceText

public void setSourceText(String value)
Description copied from interface: ItemType
Sets the value of the sourceText property.

Specified by:
setSourceText in interface ItemType
Parameters:
value - allowed object is String

isSetSourceText

public boolean isSetSourceText()
Specified by:
isSetSourceText in interface ItemType

unsetSourceText

public void unsetSourceText()
Specified by:
unsetSourceText in interface ItemType

getMessage

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

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

setMessage

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

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

isSetMessage

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

unsetMessage

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

getCounter

public int getCounter()
Description copied from interface: ItemType
Gets the value of the counter property.

Specified by:
getCounter in interface ItemType

setCounter

public void setCounter(int value)
Description copied from interface: ItemType
Sets the value of the counter property.

Specified by:
setCounter in interface ItemType

isSetCounter

public boolean isSetCounter()
Specified by:
isSetCounter in interface ItemType

unsetCounter

public void unsetCounter()
Specified by:
unsetCounter in interface ItemType

isNew

public boolean isNew()
Description copied from interface: ItemType
Gets the value of the new property.

Specified by:
isNew in interface ItemType

setNew

public void setNew(boolean value)
Description copied from interface: ItemType
Sets the value of the new property.

Specified by:
setNew in interface ItemType

isSetNew

public boolean isSetNew()
Specified by:
isSetNew in interface ItemType

unsetNew

public void unsetNew()
Specified by:
unsetNew in interface ItemType

getOrigin

public Origin getOrigin()
Description copied from interface: ItemType
Gets the value of the origin property.

Specified by:
getOrigin in interface ItemType
Returns:
possible object is Origin

setOrigin

public void setOrigin(Origin value)
Description copied from interface: ItemType
Sets the value of the origin property.

Specified by:
setOrigin in interface ItemType
Parameters:
value - allowed object is Origin

isSetOrigin

public boolean isSetOrigin()
Specified by:
isSetOrigin in interface ItemType

unsetOrigin

public void unsetOrigin()
Specified by:
unsetOrigin in interface ItemType

getSince

public Date getSince()
Description copied from interface: ItemType
Gets the value of the since property.

Specified by:
getSince in interface ItemType
Returns:
possible object is Date

setSince

public void setSince(Date value)
Description copied from interface: ItemType
Sets the value of the since property.

Specified by:
setSince in interface ItemType
Parameters:
value - allowed object is Date

isSetSince

public boolean isSetSince()
Specified by:
isSetSince in interface ItemType

unsetSince

public void unsetSince()
Specified by:
unsetSince in interface ItemType

getColumn

public int getColumn()
Description copied from interface: ItemType
Gets the value of the column property.

Specified by:
getColumn in interface ItemType

setColumn

public void setColumn(int value)
Description copied from interface: ItemType
Sets the value of the column property.

Specified by:
setColumn in interface ItemType

isSetColumn

public boolean isSetColumn()
Specified by:
isSetColumn in interface ItemType

unsetColumn

public void unsetColumn()
Specified by:
unsetColumn in interface ItemType

getEndColumn

public int getEndColumn()
Description copied from interface: ItemType
Gets the value of the endColumn property.

Specified by:
getEndColumn in interface ItemType

setEndColumn

public void setEndColumn(int value)
Description copied from interface: ItemType
Sets the value of the endColumn property.

Specified by:
setEndColumn in interface ItemType

isSetEndColumn

public boolean isSetEndColumn()
Specified by:
isSetEndColumn in interface ItemType

unsetEndColumn

public void unsetEndColumn()
Specified by:
unsetEndColumn in interface ItemType

getEndLine

public int getEndLine()
Description copied from interface: ItemType
Gets the value of the endLine property.

Specified by:
getEndLine in interface ItemType

setEndLine

public void setEndLine(int value)
Description copied from interface: ItemType
Sets the value of the endLine property.

Specified by:
setEndLine in interface ItemType

isSetEndLine

public boolean isSetEndLine()
Specified by:
isSetEndLine in interface ItemType

unsetEndLine

public void unsetEndLine()
Specified by:
unsetEndLine in interface ItemType

getSeverity

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

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

setSeverity

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

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

isSetSeverity

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

unsetSeverity

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

isOld

public boolean isOld()
Description copied from interface: ItemType
Gets the value of the old property.

Specified by:
isOld in interface ItemType

setOld

public void setOld(boolean value)
Description copied from interface: ItemType
Sets the value of the old property.

Specified by:
setOld in interface ItemType

isSetOld

public boolean isSetOld()
Specified by:
isSetOld in interface ItemType

unsetOld

public void unsetOld()
Specified by:
unsetOld in interface ItemType

getSeverityReason

public String getSeverityReason()
Description copied from interface: ItemType
Gets the value of the severityReason property.

Specified by:
getSeverityReason in interface ItemType
Returns:
possible object is String

setSeverityReason

public void setSeverityReason(String value)
Description copied from interface: ItemType
Sets the value of the severityReason property.

Specified by:
setSeverityReason in interface ItemType
Parameters:
value - allowed object is String

isSetSeverityReason

public boolean isSetSeverityReason()
Specified by:
isSetSeverityReason in interface ItemType

unsetSeverityReason

public void unsetSeverityReason()
Specified by:
unsetSeverityReason in interface ItemType

getFindingType

public String getFindingType()
Description copied from interface: ItemType
Gets the value of the findingType property.

Specified by:
getFindingType in interface ItemType
Returns:
possible object is String

setFindingType

public void setFindingType(String value)
Description copied from interface: ItemType
Sets the value of the findingType property.

Specified by:
setFindingType in interface ItemType
Parameters:
value - allowed object is String

isSetFindingType

public boolean isSetFindingType()
Specified by:
isSetFindingType in interface ItemType

unsetFindingType

public void unsetFindingType()
Specified by:
unsetFindingType in interface ItemType

getLine

public int getLine()
Description copied from interface: ItemType
Gets the value of the line property.

Specified by:
getLine in interface ItemType

setLine

public void setLine(int value)
Description copied from interface: ItemType
Sets the value of the line property.

Specified by:
setLine in interface ItemType

isSetLine

public boolean isSetLine()
Specified by:
isSetLine in interface ItemType

unsetLine

public void unsetLine()
Specified by:
unsetLine in interface ItemType

isGlobal

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

Specified by:
isGlobal in interface ItemType

setGlobal

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

Specified by:
setGlobal in interface ItemType

isSetGlobal

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

unsetGlobal

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

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.