org.infoml.jaxb.impl
Class PointTypeImpl
java.lang.Object
org.infoml.jaxb.impl.PointTypeImpl
- All Implemented Interfaces:
- PointType
public class PointTypeImpl
- extends java.lang.Object
- implements PointType
Field Summary |
protected java.lang.String |
_Unit
|
protected java.lang.String |
_Value
|
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 |
getUnit()
Gets the value of the unit property. |
java.lang.String |
getValue()
Gets the value of the value 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 |
setUnit(java.lang.String value)
Sets the value of the unit property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_Value
protected java.lang.String _Value
_Unit
protected java.lang.String _Unit
version
public static final java.lang.Class version
PointTypeImpl
public PointTypeImpl()
getValue
public java.lang.String getValue()
- Description copied from interface:
PointType
- Gets the value of the value property.
- Specified by:
getValue
in interface PointType
- Returns:
- possible object is
String
setValue
public void setValue(java.lang.String value)
- Description copied from interface:
PointType
- Sets the value of the value property.
- Specified by:
setValue
in interface PointType
- Parameters:
value
- allowed object is
String
getUnit
public java.lang.String getUnit()
- Description copied from interface:
PointType
- Gets the value of the unit property.
- Specified by:
getUnit
in interface PointType
- Returns:
- possible object is
String
setUnit
public void setUnit(java.lang.String value)
- Description copied from interface:
PointType
- Sets the value of the unit property.
- Specified by:
setUnit
in interface PointType
- Parameters:
value
- allowed object is
String
createUnmarshaller
public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
serializeBody
public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
serializeAttributes
public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
serializeURIs
public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getPrimaryInterface
public java.lang.Class getPrimaryInterface()
createRawValidator
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()