Package gov.nasa.arc.pds.xml.generated
Class VectorCartesian3
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.VectorCartesian3
 
- 
- Direct Known Subclasses:
- VectorCartesian3Acceleration,- VectorCartesian3Pointing,- VectorCartesian3Position,- VectorCartesian3Velocity
 
 public class VectorCartesian3 extends java.lang.ObjectThe Vector_Cartesian_3_Base class is the parent class of 3 element Cartesian vectors.Java class for Vector_Cartesian_3 complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Vector_Cartesian_3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <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 SummaryFields Modifier and Type Field Description protected ReferenceFrameIdreferenceFrameIdprotected java.lang.Stringunitprotected doublexprotected doubleyprotected doublez
 - 
Constructor SummaryConstructors Constructor Description VectorCartesian3()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceFrameIdgetReferenceFrameId()Gets the value of the referenceFrameId property.java.lang.StringgetUnit()Gets the value of the unit property.doublegetX()Gets the value of the x property.doublegetY()Gets the value of the y property.doublegetZ()Gets the value of the z property.voidsetReferenceFrameId(ReferenceFrameId value)Sets the value of the referenceFrameId property.voidsetUnit(java.lang.String value)Sets the value of the unit property.voidsetX(double value)Sets the value of the x property.voidsetY(double value)Sets the value of the y property.voidsetZ(double value)Sets the value of the z property.
 
- 
- 
- 
Field Detail- 
referenceFrameIdprotected ReferenceFrameId referenceFrameId 
 - 
xprotected double x 
 - 
yprotected double y 
 - 
zprotected double z 
 - 
unitprotected java.lang.String unit 
 
- 
 - 
Method Detail- 
getReferenceFrameIdpublic ReferenceFrameId getReferenceFrameId() Gets the value of the referenceFrameId property.- Returns:
- possible object is
     ReferenceFrameId
 
 - 
setReferenceFrameIdpublic void setReferenceFrameId(ReferenceFrameId value) Sets the value of the referenceFrameId property.- Parameters:
- value- allowed object is- ReferenceFrameId
 
 - 
getXpublic double getX() Gets the value of the x property.
 - 
setXpublic void setX(double value) Sets the value of the x property.
 - 
getYpublic double getY() Gets the value of the y property.
 - 
setYpublic void setY(double value) Sets the value of the y property.
 - 
getZpublic double getZ() Gets the value of the z property.
 - 
setZpublic void setZ(double value) Sets the value of the z property.
 - 
getUnitpublic java.lang.String getUnit() Gets the value of the unit property.- Returns:
- possible object is
     String
 
 - 
setUnitpublic void setUnit(java.lang.String value) Sets the value of the unit property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-