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

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

public class VectorCartesian3Velocity
extends VectorCartesian3

The Vector_Cartesian_3_Velocity class is a 3 element Cartesian vector for velocity coordinates.

Java class for Vector_Cartesian_3_Velocity complex type.

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

 <complexType name="Vector_Cartesian_3_Velocity">
   <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>
       <attribute name="unit" use="required" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.VectorCartesian3
referenceFrameId, unit, x, y, z
 
Constructor Summary
VectorCartesian3Velocity()
           
 
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

VectorCartesian3Velocity

public VectorCartesian3Velocity()


Copyright © 2014. All Rights Reserved.