org.infoml.jaxb.impl
Class ExtendedPointersTypeImpl
java.lang.Object
org.infoml.jaxb.impl.PointersTypeImpl
org.infoml.jaxb.impl.ExtendedPointersTypeImpl
- All Implemented Interfaces:
- ExtendedPointersType, PointersType
- Direct Known Subclasses:
- ExtendedPointersWithOwnerTypeImpl
public class ExtendedPointersTypeImpl
- extends PointersTypeImpl
- implements ExtendedPointersType
Field Summary |
protected java.lang.String |
_Quality
|
protected java.lang.String |
_Type
|
static java.lang.Class |
version
|
Method Summary |
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
java.lang.Class |
getPrimaryInterface()
|
java.lang.String |
getQuality()
Gets the value of the quality property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
|
void |
serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
|
void |
serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
|
void |
setQuality(java.lang.String value)
Sets the value of the quality property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_Quality
protected java.lang.String _Quality
_Type
protected java.lang.String _Type
version
public static final java.lang.Class version
ExtendedPointersTypeImpl
public ExtendedPointersTypeImpl()
getQuality
public java.lang.String getQuality()
- Description copied from interface:
ExtendedPointersType
- Gets the value of the quality property.
- Specified by:
getQuality
in interface ExtendedPointersType
- Returns:
- possible object is
String
setQuality
public void setQuality(java.lang.String value)
- Description copied from interface:
ExtendedPointersType
- Sets the value of the quality property.
- Specified by:
setQuality
in interface ExtendedPointersType
- Parameters:
value
- allowed object is
String
getType
public java.lang.String getType()
- Description copied from interface:
ExtendedPointersType
- Gets the value of the type property.
- Specified by:
getType
in interface ExtendedPointersType
- Returns:
- possible object is
String
setType
public void setType(java.lang.String value)
- Description copied from interface:
ExtendedPointersType
- Sets the value of the type property.
- Specified by:
setType
in interface ExtendedPointersType
- Parameters:
value
- allowed object is
String
createUnmarshaller
public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
- Overrides:
createUnmarshaller
in class PointersTypeImpl
serializeBody
public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
- Overrides:
serializeBody
in class PointersTypeImpl
- Throws:
org.xml.sax.SAXException
serializeAttributes
public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
- Overrides:
serializeAttributes
in class PointersTypeImpl
- Throws:
org.xml.sax.SAXException
serializeURIs
public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
- Overrides:
serializeURIs
in class PointersTypeImpl
- Throws:
org.xml.sax.SAXException
getPrimaryInterface
public java.lang.Class getPrimaryInterface()
- Overrides:
getPrimaryInterface
in class PointersTypeImpl
createRawValidator
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
- Overrides:
createRawValidator
in class PointersTypeImpl