|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.VectorCartesian3
public class VectorCartesian3
The 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}ASCII_Short_String_Collapsed"/> <element name="x" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real"/> <element name="y" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real"/> <element name="z" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real"/> </sequence> <attribute name="unit" use="required" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
referenceFrameId
|
protected String |
unit
|
protected double |
x
|
protected double |
y
|
protected double |
z
|
Constructor Summary | |
---|---|
VectorCartesian3()
|
Method Summary | |
---|---|
String |
getReferenceFrameId()
Gets the value of the referenceFrameId property. |
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(String value)
Sets the value of the referenceFrameId property. |
void |
setUnit(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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String referenceFrameId
protected double x
protected double y
protected double z
protected String unit
Constructor Detail |
---|
public VectorCartesian3()
Method Detail |
---|
public String getReferenceFrameId()
String
public void setReferenceFrameId(String value)
value
- allowed object is
String
public double getX()
public void setX(double value)
public double getY()
public void setY(double value)
public double getZ()
public void setZ(double value)
public String getUnit()
String
public void setUnit(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |