|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.VectorPositionBase
public class VectorPositionBase
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 |
---|
protected X x
protected Y y
protected Z z
Constructor Detail |
---|
public VectorPositionBase()
Method Detail |
---|
public X getX()
X
public void setX(X value)
value
- allowed object is
X
public Y getY()
Y
public void setY(Y value)
value
- allowed object is
Y
public Z getZ()
Z
public void setZ(Z value)
value
- allowed object is
Z
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |