|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infoml.jaxb.impl.RangeTypeImpl
public class RangeTypeImpl
Nested Class Summary | |
---|---|
class |
RangeTypeImpl.Unmarshaller
|
Field Summary | |
---|---|
protected java.lang.String |
_Begin
|
protected java.lang.String |
_End
|
protected java.lang.String |
_Unit
|
static java.lang.Class |
version
|
Constructor Summary | |
---|---|
RangeTypeImpl()
|
Method Summary | |
---|---|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
java.lang.String |
getBegin()
Gets the value of the begin property. |
java.lang.String |
getEnd()
Gets the value of the end property. |
java.lang.Class |
getPrimaryInterface()
|
java.lang.String |
getUnit()
Gets the value of the unit 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 |
setBegin(java.lang.String value)
Sets the value of the begin property. |
void |
setEnd(java.lang.String value)
Sets the value of the end property. |
void |
setUnit(java.lang.String value)
Sets the value of the unit property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _End
protected java.lang.String _Begin
protected java.lang.String _Unit
public static final java.lang.Class version
Constructor Detail |
---|
public RangeTypeImpl()
Method Detail |
---|
public java.lang.String getEnd()
RangeType
getEnd
in interface RangeType
String
public void setEnd(java.lang.String value)
RangeType
setEnd
in interface RangeType
value
- allowed object is
String
public java.lang.String getBegin()
RangeType
getBegin
in interface RangeType
String
public void setBegin(java.lang.String value)
RangeType
setBegin
in interface RangeType
value
- allowed object is
String
public java.lang.String getUnit()
RangeType
getUnit
in interface RangeType
String
public void setUnit(java.lang.String value)
RangeType
setUnit
in interface RangeType
value
- allowed object is
String
public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |