|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.report.jaxb.impl.ItemTypeImpl
public class ItemTypeImpl
| 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 |
|---|
protected String _SourceText
protected String _Message
protected boolean has_Counter
protected int _Counter
protected boolean has_New
protected boolean _New
protected Origin _Origin
protected Date _Since
protected boolean has_Column
protected int _Column
protected boolean has_EndColumn
protected int _EndColumn
protected boolean has_EndLine
protected int _EndLine
protected Severity _Severity
protected boolean has_Old
protected boolean _Old
protected String _SeverityReason
protected String _FindingType
protected boolean has_Line
protected int _Line
protected boolean has_Global
protected boolean _Global
public static final Class version
| Constructor Detail |
|---|
public ItemTypeImpl()
| Method Detail |
|---|
public String getSourceText()
ItemType
getSourceText in interface ItemTypeStringpublic void setSourceText(String value)
ItemType
setSourceText in interface ItemTypevalue - allowed object is
Stringpublic boolean isSetSourceText()
isSetSourceText in interface ItemTypepublic void unsetSourceText()
unsetSourceText in interface ItemTypepublic String getMessage()
ItemType
getMessage in interface ItemTypeStringpublic void setMessage(String value)
ItemType
setMessage in interface ItemTypevalue - allowed object is
Stringpublic boolean isSetMessage()
isSetMessage in interface ItemTypepublic void unsetMessage()
unsetMessage in interface ItemTypepublic int getCounter()
ItemType
getCounter in interface ItemTypepublic void setCounter(int value)
ItemType
setCounter in interface ItemTypepublic boolean isSetCounter()
isSetCounter in interface ItemTypepublic void unsetCounter()
unsetCounter in interface ItemTypepublic boolean isNew()
ItemType
isNew in interface ItemTypepublic void setNew(boolean value)
ItemType
setNew in interface ItemTypepublic boolean isSetNew()
isSetNew in interface ItemTypepublic void unsetNew()
unsetNew in interface ItemTypepublic Origin getOrigin()
ItemType
getOrigin in interface ItemTypeOriginpublic void setOrigin(Origin value)
ItemType
setOrigin in interface ItemTypevalue - allowed object is
Originpublic boolean isSetOrigin()
isSetOrigin in interface ItemTypepublic void unsetOrigin()
unsetOrigin in interface ItemTypepublic Date getSince()
ItemType
getSince in interface ItemTypeDatepublic void setSince(Date value)
ItemType
setSince in interface ItemTypevalue - allowed object is
Datepublic boolean isSetSince()
isSetSince in interface ItemTypepublic void unsetSince()
unsetSince in interface ItemTypepublic int getColumn()
ItemType
getColumn in interface ItemTypepublic void setColumn(int value)
ItemType
setColumn in interface ItemTypepublic boolean isSetColumn()
isSetColumn in interface ItemTypepublic void unsetColumn()
unsetColumn in interface ItemTypepublic int getEndColumn()
ItemType
getEndColumn in interface ItemTypepublic void setEndColumn(int value)
ItemType
setEndColumn in interface ItemTypepublic boolean isSetEndColumn()
isSetEndColumn in interface ItemTypepublic void unsetEndColumn()
unsetEndColumn in interface ItemTypepublic int getEndLine()
ItemType
getEndLine in interface ItemTypepublic void setEndLine(int value)
ItemType
setEndLine in interface ItemTypepublic boolean isSetEndLine()
isSetEndLine in interface ItemTypepublic void unsetEndLine()
unsetEndLine in interface ItemTypepublic Severity getSeverity()
ItemType
getSeverity in interface ItemTypeSeveritypublic void setSeverity(Severity value)
ItemType
setSeverity in interface ItemTypevalue - allowed object is
Severitypublic boolean isSetSeverity()
isSetSeverity in interface ItemTypepublic void unsetSeverity()
unsetSeverity in interface ItemTypepublic boolean isOld()
ItemType
isOld in interface ItemTypepublic void setOld(boolean value)
ItemType
setOld in interface ItemTypepublic boolean isSetOld()
isSetOld in interface ItemTypepublic void unsetOld()
unsetOld in interface ItemTypepublic String getSeverityReason()
ItemType
getSeverityReason in interface ItemTypeStringpublic void setSeverityReason(String value)
ItemType
setSeverityReason in interface ItemTypevalue - allowed object is
Stringpublic boolean isSetSeverityReason()
isSetSeverityReason in interface ItemTypepublic void unsetSeverityReason()
unsetSeverityReason in interface ItemTypepublic String getFindingType()
ItemType
getFindingType in interface ItemTypeStringpublic void setFindingType(String value)
ItemType
setFindingType in interface ItemTypevalue - allowed object is
Stringpublic boolean isSetFindingType()
isSetFindingType in interface ItemTypepublic void unsetFindingType()
unsetFindingType in interface ItemTypepublic int getLine()
ItemType
getLine in interface ItemTypepublic void setLine(int value)
ItemType
setLine in interface ItemTypepublic boolean isSetLine()
isSetLine in interface ItemTypepublic void unsetLine()
unsetLine in interface ItemTypepublic boolean isGlobal()
ItemType
isGlobal in interface ItemTypepublic void setGlobal(boolean value)
ItemType
setGlobal in interface ItemTypepublic boolean isSetGlobal()
isSetGlobal in interface ItemTypepublic void unsetGlobal()
unsetGlobal in interface ItemTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws SAXException
XMLSerializable
serializeBody in interface XMLSerializableSAXException
public void serializeAttributes(XMLSerializer context)
throws SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableSAXException
public void serializeURIs(XMLSerializer context)
throws SAXException
XMLSerializable
serializeURIs in interface XMLSerializableSAXExceptionpublic Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||