org.spase.parser121
Class CoordinateSystem

java.lang.Object
  extended by org.spase.parser121.CoordinateSystem

public class CoordinateSystem
extends java.lang.Object

Specification of the origin and orientation of axes against which the location of some point is given and the representative form of each point.

Java class for CoordinateSystem complex type.

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

 <complexType name="CoordinateSystem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}CoordinateRepresentation" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}CoordinateSystemName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EnumCoordinateRepresentation coordinateRepresentation
           
protected  EnumCoordinateSystemName coordinateSystemName
           
 
Constructor Summary
CoordinateSystem()
           
 
Method Summary
 EnumCoordinateRepresentation getCoordinateRepresentation()
          Gets the value of the coordinateRepresentation property.
 EnumCoordinateSystemName getCoordinateSystemName()
          Gets the value of the coordinateSystemName property.
 void setCoordinateRepresentation(EnumCoordinateRepresentation value)
          Sets the value of the coordinateRepresentation property.
 void setCoordinateSystemName(EnumCoordinateSystemName value)
          Sets the value of the coordinateSystemName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coordinateRepresentation

protected EnumCoordinateRepresentation coordinateRepresentation

coordinateSystemName

protected EnumCoordinateSystemName coordinateSystemName
Constructor Detail

CoordinateSystem

public CoordinateSystem()
Method Detail

getCoordinateRepresentation

public EnumCoordinateRepresentation getCoordinateRepresentation()
Gets the value of the coordinateRepresentation property.

Returns:
possible object is EnumCoordinateRepresentation

setCoordinateRepresentation

public void setCoordinateRepresentation(EnumCoordinateRepresentation value)
Sets the value of the coordinateRepresentation property.

Parameters:
value - allowed object is EnumCoordinateRepresentation

getCoordinateSystemName

public EnumCoordinateSystemName getCoordinateSystemName()
Gets the value of the coordinateSystemName property.

Returns:
possible object is EnumCoordinateSystemName

setCoordinateSystemName

public void setCoordinateSystemName(EnumCoordinateSystemName value)
Sets the value of the coordinateSystemName property.

Parameters:
value - allowed object is EnumCoordinateSystemName