org.infoml.jaxb.impl
Class LocationTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.LocationTypeImpl
All Implemented Interfaces:
LocationType

public class LocationTypeImpl
extends java.lang.Object
implements LocationType


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

_Range

protected RangeType _Range

_ComplexRange

protected ComplexRangeType _ComplexRange

_Point

protected PointType _Point

_ComplexPoint

protected ComplexPointType _ComplexPoint

version

public static final java.lang.Class version
Constructor Detail

LocationTypeImpl

public LocationTypeImpl()
Method Detail

getRange

public RangeType getRange()
Description copied from interface: LocationType
Gets the value of the range property.

Specified by:
getRange in interface LocationType
Returns:
possible object is RangeType

setRange

public void setRange(RangeType value)
Description copied from interface: LocationType
Sets the value of the range property.

Specified by:
setRange in interface LocationType
Parameters:
value - allowed object is RangeType

getComplexRange

public ComplexRangeType getComplexRange()
Description copied from interface: LocationType
Gets the value of the complexRange property.

Specified by:
getComplexRange in interface LocationType
Returns:
possible object is ComplexRangeType

setComplexRange

public void setComplexRange(ComplexRangeType value)
Description copied from interface: LocationType
Sets the value of the complexRange property.

Specified by:
setComplexRange in interface LocationType
Parameters:
value - allowed object is ComplexRangeType

getPoint

public PointType getPoint()
Description copied from interface: LocationType
Gets the value of the point property.

Specified by:
getPoint in interface LocationType
Returns:
possible object is PointType

setPoint

public void setPoint(PointType value)
Description copied from interface: LocationType
Sets the value of the point property.

Specified by:
setPoint in interface LocationType
Parameters:
value - allowed object is PointType

getComplexPoint

public ComplexPointType getComplexPoint()
Description copied from interface: LocationType
Gets the value of the complexPoint property.

Specified by:
getComplexPoint in interface LocationType
Returns:
possible object is ComplexPointType

setComplexPoint

public void setComplexPoint(ComplexPointType value)
Description copied from interface: LocationType
Sets the value of the complexPoint property.

Specified by:
setComplexPoint in interface LocationType
Parameters:
value - allowed object is ComplexPointType

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()