|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infoml.jaxb.impl.LocationTypeImpl
public class LocationTypeImpl
Nested Class Summary | |
---|---|
class |
LocationTypeImpl.Unmarshaller
|
Field Summary | |
---|---|
protected ComplexPointType |
_ComplexPoint
|
protected ComplexRangeType |
_ComplexRange
|
protected PointType |
_Point
|
protected RangeType |
_Range
|
static java.lang.Class |
version
|
Constructor Summary | |
---|---|
LocationTypeImpl()
|
Method Summary | |
---|---|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
ComplexPointType |
getComplexPoint()
Gets the value of the complexPoint property. |
ComplexRangeType |
getComplexRange()
Gets the value of the complexRange property. |
PointType |
getPoint()
Gets the value of the point property. |
java.lang.Class |
getPrimaryInterface()
|
RangeType |
getRange()
Gets the value of the range 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 |
setComplexPoint(ComplexPointType value)
Sets the value of the complexPoint property. |
void |
setComplexRange(ComplexRangeType value)
Sets the value of the complexRange property. |
void |
setPoint(PointType value)
Sets the value of the point property. |
void |
setRange(RangeType value)
Sets the value of the range property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RangeType _Range
protected ComplexRangeType _ComplexRange
protected PointType _Point
protected ComplexPointType _ComplexPoint
public static final java.lang.Class version
Constructor Detail |
---|
public LocationTypeImpl()
Method Detail |
---|
public RangeType getRange()
LocationType
getRange
in interface LocationType
RangeType
public void setRange(RangeType value)
LocationType
setRange
in interface LocationType
value
- allowed object is
RangeType
public ComplexRangeType getComplexRange()
LocationType
getComplexRange
in interface LocationType
ComplexRangeType
public void setComplexRange(ComplexRangeType value)
LocationType
setComplexRange
in interface LocationType
value
- allowed object is
ComplexRangeType
public PointType getPoint()
LocationType
getPoint
in interface LocationType
PointType
public void setPoint(PointType value)
LocationType
setPoint
in interface LocationType
value
- allowed object is
PointType
public ComplexPointType getComplexPoint()
LocationType
getComplexPoint
in interface LocationType
ComplexPointType
public void setComplexPoint(ComplexPointType value)
LocationType
setComplexPoint
in interface LocationType
value
- allowed object is
ComplexPointType
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 |