public class VectorCartesian3
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceFrameId |
referenceFrameId |
protected java.lang.String |
unit |
protected double |
x |
protected double |
y |
protected double |
z |
| Constructor and Description |
|---|
VectorCartesian3() |
| Modifier and Type | Method and Description |
|---|---|
ReferenceFrameId |
getReferenceFrameId()
Gets the value of the referenceFrameId property.
|
java.lang.String |
getUnit()
Gets the value of the unit property.
|
double |
getX()
Gets the value of the x property.
|
double |
getY()
Gets the value of the y property.
|
double |
getZ()
Gets the value of the z property.
|
void |
setReferenceFrameId(ReferenceFrameId value)
Sets the value of the referenceFrameId property.
|
void |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
void |
setX(double value)
Sets the value of the x property.
|
void |
setY(double value)
Sets the value of the y property.
|
void |
setZ(double value)
Sets the value of the z property.
|
protected ReferenceFrameId referenceFrameId
protected double x
protected double y
protected double z
protected java.lang.String unit
public ReferenceFrameId getReferenceFrameId()
ReferenceFrameIdpublic void setReferenceFrameId(ReferenceFrameId value)
value - allowed object is
ReferenceFrameIdpublic double getX()
public void setX(double value)
public double getY()
public void setY(double value)
public double getZ()
public void setZ(double value)
public java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.