public class TargetPDS3
extends java.lang.Object
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}target_name"/>
<element name="orbit_direction" type="{http://pds.nasa.gov/pds4/pds/v1}orbit_direction" maxOccurs="unbounded" minOccurs="0"/>
<element name="primary_body_name" type="{http://pds.nasa.gov/pds4/pds/v1}primary_body_name"/>
<element name="rotation_direction" type="{http://pds.nasa.gov/pds4/pds/v1}rotation_direction" minOccurs="0"/>
<element name="target_desc" type="{http://pds.nasa.gov/pds4/pds/v1}target_desc"/>
<element name="target_type" type="{http://pds.nasa.gov/pds4/pds/v1}target_type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
orbitDirections |
protected java.lang.String |
primaryBodyName |
protected java.lang.String |
rotationDirection |
protected java.lang.String |
targetDesc |
protected java.lang.String |
targetName |
protected java.lang.String |
targetType |
| Constructor and Description |
|---|
TargetPDS3() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getOrbitDirections()
Gets the value of the orbitDirections property.
|
java.lang.String |
getPrimaryBodyName()
Gets the value of the primaryBodyName property.
|
java.lang.String |
getRotationDirection()
Gets the value of the rotationDirection property.
|
java.lang.String |
getTargetDesc()
Gets the value of the targetDesc property.
|
java.lang.String |
getTargetName()
Gets the value of the targetName property.
|
java.lang.String |
getTargetType()
Gets the value of the targetType property.
|
void |
setPrimaryBodyName(java.lang.String value)
Sets the value of the primaryBodyName property.
|
void |
setRotationDirection(java.lang.String value)
Sets the value of the rotationDirection property.
|
void |
setTargetDesc(java.lang.String value)
Sets the value of the targetDesc property.
|
void |
setTargetName(java.lang.String value)
Sets the value of the targetName property.
|
void |
setTargetType(java.lang.String value)
Sets the value of the targetType property.
|
protected java.lang.String targetName
protected java.util.List<java.lang.String> orbitDirections
protected java.lang.String primaryBodyName
protected java.lang.String rotationDirection
protected java.lang.String targetDesc
protected java.lang.String targetType
public java.lang.String getTargetName()
Stringpublic void setTargetName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.String getPrimaryBodyName()
Stringpublic void setPrimaryBodyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRotationDirection()
Stringpublic void setRotationDirection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTargetDesc()
Stringpublic void setTargetDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTargetType()
Stringpublic void setTargetType(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.