org.jcoderz.phoenix.checkstyle.jaxb.impl
Class ErrorTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.checkstyle.jaxb.impl.ErrorTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, ErrorType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
ErrorImpl

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

See Also:
Serialized Form

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

_Source

protected String _Source

_Severity

protected Severity _Severity

_Message

protected String _Message

has_Line

protected boolean has_Line

_Line

protected int _Line

has_Column

protected boolean has_Column

_Column

protected int _Column

version

public static final Class version
Constructor Detail

ErrorTypeImpl

public ErrorTypeImpl()
Method Detail

getSource

public String getSource()
Description copied from interface: ErrorType
Gets the value of the source property.

Specified by:
getSource in interface ErrorType
Returns:
possible object is String

setSource

public void setSource(String value)
Description copied from interface: ErrorType
Sets the value of the source property.

Specified by:
setSource in interface ErrorType
Parameters:
value - allowed object is String

isSetSource

public boolean isSetSource()
Specified by:
isSetSource in interface ErrorType

unsetSource

public void unsetSource()
Specified by:
unsetSource in interface ErrorType

getSeverity

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

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

setSeverity

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

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

isSetSeverity

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

unsetSeverity

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

getMessage

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

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

setMessage

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

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

isSetMessage

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

unsetMessage

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

getLine

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

Specified by:
getLine in interface ErrorType

setLine

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

Specified by:
setLine in interface ErrorType

isSetLine

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

unsetLine

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

getColumn

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

Specified by:
getColumn in interface ErrorType

setColumn

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

Specified by:
setColumn in interface ErrorType

isSetColumn

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

unsetColumn

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

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.