org.spase.parser110
Class Positional

java.lang.Object
  extended by org.spase.parser110.Positional

public class Positional
extends java.lang.Object

The specification of the location of an object or measurement within a reference coordinate system. The position is usually expressed as a set of values corresponding to the location along a set of orthogonal axes together with the date/time of the observation.

Java class for Positional complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Positional">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}Orientation" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<EnumOrientation> orientation
           
 
Constructor Summary
Positional()
           
 
Method Summary
 java.util.List<EnumOrientation> getOrientation()
          Gets the value of the orientation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orientation

protected java.util.List<EnumOrientation> orientation
Constructor Detail

Positional

public Positional()
Method Detail

getOrientation

public java.util.List<EnumOrientation> getOrientation()
Gets the value of the orientation property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the orientation property.

For example, to add a new item, do as follows:

    getOrientation().add(newItem);
 

Objects of the following type(s) are allowed in the list EnumOrientation