gov.nasa.arc.pds.xml.generated
Class VectorCartesian3Pointing

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.VectorCartesian3
      extended by gov.nasa.arc.pds.xml.generated.VectorCartesian3Pointing

public class VectorCartesian3Pointing
extends VectorCartesian3

The Vector_Cartesian_3_Pointing class is a 3 element normalized Cartesian vector for pointing.

Java class for Vector_Cartesian_3_Pointing complex type.

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

 <complexType name="Vector_Cartesian_3_Pointing">
   <complexContent>
     <restriction base="{http://pds.nasa.gov/pds4/pds/v1}Vector_Cartesian_3">
       <sequence>
         <element name="reference_frame_id" type="{http://pds.nasa.gov/pds4/pds/v1}reference_frame_id"/>
         <element name="x" type="{http://pds.nasa.gov/pds4/pds/v1}x"/>
         <element name="y" type="{http://pds.nasa.gov/pds4/pds/v1}y"/>
         <element name="z" type="{http://pds.nasa.gov/pds4/pds/v1}z"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.VectorCartesian3
referenceFrameId, unit, x, y, z
 
Constructor Summary
VectorCartesian3Pointing()
           
 
Method Summary
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.VectorCartesian3
getReferenceFrameId, getUnit, getX, getY, getZ, setReferenceFrameId, setUnit, setX, setY, setZ
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorCartesian3Pointing

public VectorCartesian3Pointing()


Copyright © 2014. All Rights Reserved.