|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.checkstyle.jaxb.impl.ErrorTypeImpl
public class ErrorTypeImpl
| Nested Class Summary | |
|---|---|
class |
ErrorTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected int |
_Column
|
protected int |
_Line
|
protected String |
_Message
|
protected Severity |
_Severity
|
protected String |
_Source
|
protected boolean |
has_Column
|
protected boolean |
has_Line
|
static Class |
version
|
| Constructor Summary | |
|---|---|
ErrorTypeImpl()
|
|
| 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 |
getLine()
Gets the value of the line property. |
String |
getMessage()
Gets the value of the message property. |
Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
Severity |
getSeverity()
Gets the value of the severity property. |
String |
getSource()
Gets the value of the source property. |
boolean |
isSetColumn()
|
boolean |
isSetLine()
|
boolean |
isSetMessage()
|
boolean |
isSetSeverity()
|
boolean |
isSetSource()
|
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 |
setLine(int value)
Sets the value of the line property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setSeverity(Severity value)
Sets the value of the severity property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
unsetColumn()
|
void |
unsetLine()
|
void |
unsetMessage()
|
void |
unsetSeverity()
|
void |
unsetSource()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String _Source
protected Severity _Severity
protected String _Message
protected boolean has_Line
protected int _Line
protected boolean has_Column
protected int _Column
public static final Class version
| Constructor Detail |
|---|
public ErrorTypeImpl()
| Method Detail |
|---|
public String getSource()
ErrorType
getSource in interface ErrorTypeStringpublic void setSource(String value)
ErrorType
setSource in interface ErrorTypevalue - allowed object is
Stringpublic boolean isSetSource()
isSetSource in interface ErrorTypepublic void unsetSource()
unsetSource in interface ErrorTypepublic Severity getSeverity()
ErrorType
getSeverity in interface ErrorTypeSeveritypublic void setSeverity(Severity value)
ErrorType
setSeverity in interface ErrorTypevalue - allowed object is
Severitypublic boolean isSetSeverity()
isSetSeverity in interface ErrorTypepublic void unsetSeverity()
unsetSeverity in interface ErrorTypepublic String getMessage()
ErrorType
getMessage in interface ErrorTypeStringpublic void setMessage(String value)
ErrorType
setMessage in interface ErrorTypevalue - allowed object is
Stringpublic boolean isSetMessage()
isSetMessage in interface ErrorTypepublic void unsetMessage()
unsetMessage in interface ErrorTypepublic int getLine()
ErrorType
getLine in interface ErrorTypepublic void setLine(int value)
ErrorType
setLine in interface ErrorTypepublic boolean isSetLine()
isSetLine in interface ErrorTypepublic void unsetLine()
unsetLine in interface ErrorTypepublic int getColumn()
ErrorType
getColumn in interface ErrorTypepublic void setColumn(int value)
ErrorType
setColumn in interface ErrorTypepublic boolean isSetColumn()
isSetColumn in interface ErrorTypepublic void unsetColumn()
unsetColumn in interface ErrorTypepublic 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 | |||||||||