org.jcoderz.phoenix.report.jaxb.impl
Class ItemImpl
java.lang.Object
org.jcoderz.phoenix.report.jaxb.impl.ItemTypeImpl
org.jcoderz.phoenix.report.jaxb.impl.ItemImpl
- All Implemented Interfaces:
- com.sun.xml.bind.JAXBObject, com.sun.xml.bind.RIElement, Serializable, Element, UnmarshallableObject, ValidatableObject, XMLSerializable, Item, ItemType
public class ItemImpl
- extends ItemTypeImpl
- implements Item, Serializable, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject
- See Also:
- Serialized Form
| Fields inherited from class org.jcoderz.phoenix.report.jaxb.impl.ItemTypeImpl |
_Column, _Counter, _EndColumn, _EndLine, _FindingType, _Global, _Line, _Message, _New, _Old, _Origin, _Severity, _SeverityReason, _Since, _SourceText, has_Column, has_Counter, has_EndColumn, has_EndLine, has_Global, has_Line, has_New, has_Old |
| Methods inherited from class org.jcoderz.phoenix.report.jaxb.impl.ItemTypeImpl |
getColumn, getCounter, getEndColumn, getEndLine, getFindingType, getLine, getMessage, getOrigin, getSeverity, getSeverityReason, getSince, getSourceText, isGlobal, isNew, isOld, isSetColumn, isSetCounter, isSetEndColumn, isSetEndLine, isSetFindingType, isSetGlobal, isSetLine, isSetMessage, isSetNew, isSetOld, isSetOrigin, isSetSeverity, isSetSeverityReason, isSetSince, isSetSourceText, setColumn, setCounter, setEndColumn, setEndLine, setFindingType, setGlobal, setLine, setMessage, setNew, setOld, setOrigin, setSeverity, setSeverityReason, setSince, setSourceText, unsetColumn, unsetCounter, unsetEndColumn, unsetEndLine, unsetFindingType, unsetGlobal, unsetLine, unsetMessage, unsetNew, unsetOld, unsetOrigin, unsetSeverity, unsetSeverityReason, unsetSince, unsetSourceText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jcoderz.phoenix.report.jaxb.ItemType |
getColumn, getCounter, getEndColumn, getEndLine, getFindingType, getLine, getMessage, getOrigin, getSeverity, getSeverityReason, getSince, getSourceText, isGlobal, isNew, isOld, isSetColumn, isSetCounter, isSetEndColumn, isSetEndLine, isSetFindingType, isSetGlobal, isSetLine, isSetMessage, isSetNew, isSetOld, isSetOrigin, isSetSeverity, isSetSeverityReason, isSetSince, isSetSourceText, setColumn, setCounter, setEndColumn, setEndLine, setFindingType, setGlobal, setLine, setMessage, setNew, setOld, setOrigin, setSeverity, setSeverityReason, setSince, setSourceText, unsetColumn, unsetCounter, unsetEndColumn, unsetEndLine, unsetFindingType, unsetGlobal, unsetLine, unsetMessage, unsetNew, unsetOld, unsetOrigin, unsetSeverity, unsetSeverityReason, unsetSince, unsetSourceText |
version
public static final Class version
ItemImpl
public ItemImpl()
____jaxb_ri____getNamespaceURI
public String ____jaxb_ri____getNamespaceURI()
- Specified by:
____jaxb_ri____getNamespaceURI in interface com.sun.xml.bind.RIElement
____jaxb_ri____getLocalName
public String ____jaxb_ri____getLocalName()
- Specified by:
____jaxb_ri____getLocalName in interface com.sun.xml.bind.RIElement
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- Overrides:
createUnmarshaller in class ItemTypeImpl
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- Overrides:
serializeBody in class ItemTypeImpl
- 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- Overrides:
serializeAttributes in class ItemTypeImpl
- 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- Overrides:
serializeURIs in class ItemTypeImpl
- 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- Overrides:
getPrimaryInterface in class ItemTypeImpl
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- Overrides:
createRawValidator in class ItemTypeImpl
Copyright 2007 The jCoderZ Project.