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

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

public class VectorPositionBase
extends Object

The Vector_Position_Base class is the parent class of position vectors.

Java class for Vector_Position_Base complex type.

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

 <complexType name="Vector_Position_Base">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="x" type="{http://pds.nasa.gov/pds4/pds/v03}x"/>
         <element name="y" type="{http://pds.nasa.gov/pds4/pds/v03}y"/>
         <element name="z" type="{http://pds.nasa.gov/pds4/pds/v03}z"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  X x
           
protected  Y y
           
protected  Z z
           
 
Constructor Summary
VectorPositionBase()
           
 
Method Summary
 X getX()
          Gets the value of the x property.
 Y getY()
          Gets the value of the y property.
 Z getZ()
          Gets the value of the z property.
 void setX(X value)
          Sets the value of the x property.
 void setY(Y value)
          Sets the value of the y property.
 void setZ(Z value)
          Sets the value of the z property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected X x

y

protected Y y

z

protected Z z
Constructor Detail

VectorPositionBase

public VectorPositionBase()
Method Detail

getX

public X getX()
Gets the value of the x property.

Returns:
possible object is X

setX

public void setX(X value)
Sets the value of the x property.

Parameters:
value - allowed object is X

getY

public Y getY()
Gets the value of the y property.

Returns:
possible object is Y

setY

public void setY(Y value)
Sets the value of the y property.

Parameters:
value - allowed object is Y

getZ

public Z getZ()
Gets the value of the z property.

Returns:
possible object is Z

setZ

public void setZ(Z value)
Sets the value of the z property.

Parameters:
value - allowed object is Z


Copyright © 2013. All Rights Reserved.