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

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

public class VectorVelocityBase
extends Object

The Vector_Velocity_Base class is the parent class of velocity vectors.

Java class for Vector_Velocity_Base complex type.

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

 <complexType name="Vector_Velocity_Base">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Vx" type="{http://pds.nasa.gov/pds4/pds/v03}Vx"/>
         <element name="Vy" type="{http://pds.nasa.gov/pds4/pds/v03}Vy"/>
         <element name="Vz" type="{http://pds.nasa.gov/pds4/pds/v03}Vz"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Vx vx
           
protected  Vy vy
           
protected  Vz vz
           
 
Constructor Summary
VectorVelocityBase()
           
 
Method Summary
 Vx getVx()
          Gets the value of the vx property.
 Vy getVy()
          Gets the value of the vy property.
 Vz getVz()
          Gets the value of the vz property.
 void setVx(Vx value)
          Sets the value of the vx property.
 void setVy(Vy value)
          Sets the value of the vy property.
 void setVz(Vz value)
          Sets the value of the vz property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vx

protected Vx vx

vy

protected Vy vy

vz

protected Vz vz
Constructor Detail

VectorVelocityBase

public VectorVelocityBase()
Method Detail

getVx

public Vx getVx()
Gets the value of the vx property.

Returns:
possible object is Vx

setVx

public void setVx(Vx value)
Sets the value of the vx property.

Parameters:
value - allowed object is Vx

getVy

public Vy getVy()
Gets the value of the vy property.

Returns:
possible object is Vy

setVy

public void setVy(Vy value)
Sets the value of the vy property.

Parameters:
value - allowed object is Vy

getVz

public Vz getVz()
Gets the value of the vz property.

Returns:
possible object is Vz

setVz

public void setVz(Vz value)
Sets the value of the vz property.

Parameters:
value - allowed object is Vz


Copyright © 2013. All Rights Reserved.