|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.VectorVelocityBase
public class VectorVelocityBase
The Vector_Velocity_Base class is the parent class of velocity vectors.
Java class for Vector_Velocity_Base complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vector_Velocity_Base"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Vx" type="{http://pds.nasa.gov/pds4/pds/v03}Vx"/> <element name="Vy" type="{http://pds.nasa.gov/pds4/pds/v03}Vy"/> <element name="Vz" type="{http://pds.nasa.gov/pds4/pds/v03}Vz"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Vx |
vx
|
protected Vy |
vy
|
protected Vz |
vz
|
Constructor Summary | |
---|---|
VectorVelocityBase()
|
Method Summary | |
---|---|
Vx |
getVx()
Gets the value of the vx property. |
Vy |
getVy()
Gets the value of the vy property. |
Vz |
getVz()
Gets the value of the vz property. |
void |
setVx(Vx value)
Sets the value of the vx property. |
void |
setVy(Vy value)
Sets the value of the vy property. |
void |
setVz(Vz value)
Sets the value of the vz property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Vx vx
protected Vy vy
protected Vz vz
Constructor Detail |
---|
public VectorVelocityBase()
Method Detail |
---|
public Vx getVx()
Vx
public void setVx(Vx value)
value
- allowed object is
Vx
public Vy getVy()
Vy
public void setVy(Vy value)
value
- allowed object is
Vy
public Vz getVz()
Vz
public void setVz(Vz value)
value
- allowed object is
Vz
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |