|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl.NodeImpl.LocationTypeImpl
public static class NodeImpl.LocationTypeImpl
Nested Class Summary | |
---|---|
class |
NodeImpl.LocationTypeImpl.Unmarshaller
|
Field Summary | |
---|---|
protected float |
_Latitude
|
protected float |
_Longitude
|
protected boolean |
has_Latitude
|
protected boolean |
has_Longitude
|
static java.lang.Class |
version
|
Constructor Summary | |
---|---|
NodeImpl.LocationTypeImpl()
|
Method Summary | |
---|---|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
Gets the schema fragment associated with this class. |
UnmarshallingEventHandler |
createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object. |
float |
getLatitude()
Gets the value of the latitude property. |
float |
getLongitude()
Gets the value of the longitude property. |
java.lang.Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
void |
serializeAttributes(XMLSerializer context)
Serializes attributes into the specified target. |
void |
serializeBody(XMLSerializer context)
Serializes child elements and texts into the specified target. |
void |
serializeURIs(XMLSerializer context)
Declares all the namespace URIs this object is using at its top-level scope into the specified target. |
void |
setLatitude(float value)
Sets the value of the latitude property. |
void |
setLongitude(float value)
Sets the value of the longitude property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean has_Longitude
protected float _Longitude
protected boolean has_Latitude
protected float _Latitude
public static final java.lang.Class version
Constructor Detail |
---|
public NodeImpl.LocationTypeImpl()
Method Detail |
---|
public float getLongitude()
Node.LocationType
getLongitude
in interface Node.LocationType
public void setLongitude(float value)
Node.LocationType
setLongitude
in interface Node.LocationType
public float getLatitude()
Node.LocationType
getLatitude
in interface Node.LocationType
public void setLatitude(float value)
Node.LocationType
setLatitude
in interface Node.LocationType
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
public void serializeBody(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
org.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
org.xml.sax.SAXException
public void serializeURIs(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.
getPrimaryInterface
in interface ValidatableObject
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |