|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.TargetPDS3
public class TargetPDS3
The Target class provides a description of a phyiscal object that is the object of data collection. This class captures the PDS3 catalog Target information.
Java class for Target_PDS3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Target_PDS3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="target_name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="orbit_direction" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" maxOccurs="unbounded" minOccurs="0"/> <element name="primary_body_name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="rotation_direction" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="target_desc" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/> <element name="target_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<String> |
orbitDirections
|
protected String |
primaryBodyName
|
protected String |
rotationDirection
|
protected String |
targetDesc
|
protected String |
targetName
|
protected String |
targetType
|
Constructor Summary | |
---|---|
TargetPDS3()
|
Method Summary | |
---|---|
List<String> |
getOrbitDirections()
Gets the value of the orbitDirections property. |
String |
getPrimaryBodyName()
Gets the value of the primaryBodyName property. |
String |
getRotationDirection()
Gets the value of the rotationDirection property. |
String |
getTargetDesc()
Gets the value of the targetDesc property. |
String |
getTargetName()
Gets the value of the targetName property. |
String |
getTargetType()
Gets the value of the targetType property. |
void |
setPrimaryBodyName(String value)
Sets the value of the primaryBodyName property. |
void |
setRotationDirection(String value)
Sets the value of the rotationDirection property. |
void |
setTargetDesc(String value)
Sets the value of the targetDesc property. |
void |
setTargetName(String value)
Sets the value of the targetName property. |
void |
setTargetType(String value)
Sets the value of the targetType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String targetName
protected List<String> orbitDirections
protected String primaryBodyName
protected String rotationDirection
protected String targetDesc
protected String targetType
Constructor Detail |
---|
public TargetPDS3()
Method Detail |
---|
public String getTargetName()
String
public void setTargetName(String value)
value
- allowed object is
String
public List<String> getOrbitDirections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the orbitDirections property.
For example, to add a new item, do as follows:
getOrbitDirections().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getPrimaryBodyName()
String
public void setPrimaryBodyName(String value)
value
- allowed object is
String
public String getRotationDirection()
String
public void setRotationDirection(String value)
value
- allowed object is
String
public String getTargetDesc()
String
public void setTargetDesc(String value)
value
- allowed object is
String
public String getTargetType()
String
public void setTargetType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |