Package gov.nasa.arc.pds.xml.generated
Class TargetPDS3
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.TargetPDS3
 
- 
 public class TargetPDS3 extends java.lang.ObjectThe 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}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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<java.lang.String>orbitDirectionsprotected java.lang.StringprimaryBodyNameprotected java.lang.StringrotationDirectionprotected java.lang.StringtargetDescprotected java.lang.StringtargetNameprotected java.lang.StringtargetType
 - 
Constructor SummaryConstructors Constructor Description TargetPDS3()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getOrbitDirections()Gets the value of the orbitDirections property.java.lang.StringgetPrimaryBodyName()Gets the value of the primaryBodyName property.java.lang.StringgetRotationDirection()Gets the value of the rotationDirection property.java.lang.StringgetTargetDesc()Gets the value of the targetDesc property.java.lang.StringgetTargetName()Gets the value of the targetName property.java.lang.StringgetTargetType()Gets the value of the targetType property.voidsetPrimaryBodyName(java.lang.String value)Sets the value of the primaryBodyName property.voidsetRotationDirection(java.lang.String value)Sets the value of the rotationDirection property.voidsetTargetDesc(java.lang.String value)Sets the value of the targetDesc property.voidsetTargetName(java.lang.String value)Sets the value of the targetName property.voidsetTargetType(java.lang.String value)Sets the value of the targetType property.
 
- 
- 
- 
Field Detail- 
targetNameprotected java.lang.String targetName 
 - 
orbitDirectionsprotected java.util.List<java.lang.String> orbitDirections 
 - 
primaryBodyNameprotected java.lang.String primaryBodyName 
 - 
rotationDirectionprotected java.lang.String rotationDirection 
 - 
targetDescprotected java.lang.String targetDesc 
 - 
targetTypeprotected java.lang.String targetType 
 
- 
 - 
Method Detail- 
getTargetNamepublic java.lang.String getTargetName() Gets the value of the targetName property.- Returns:
- possible object is
     String
 
 - 
setTargetNamepublic void setTargetName(java.lang.String value) Sets the value of the targetName property.- Parameters:
- value- allowed object is- String
 
 - 
getOrbitDirectionspublic java.util.List<java.lang.String> getOrbitDirections() Gets the value of the orbitDirections property.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 setmethod 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- Returns:
- The value of the orbitDirections property.
 
 - 
getPrimaryBodyNamepublic java.lang.String getPrimaryBodyName() Gets the value of the primaryBodyName property.- Returns:
- possible object is
     String
 
 - 
setPrimaryBodyNamepublic void setPrimaryBodyName(java.lang.String value) Sets the value of the primaryBodyName property.- Parameters:
- value- allowed object is- String
 
 - 
getRotationDirectionpublic java.lang.String getRotationDirection() Gets the value of the rotationDirection property.- Returns:
- possible object is
     String
 
 - 
setRotationDirectionpublic void setRotationDirection(java.lang.String value) Sets the value of the rotationDirection property.- Parameters:
- value- allowed object is- String
 
 - 
getTargetDescpublic java.lang.String getTargetDesc() Gets the value of the targetDesc property.- Returns:
- possible object is
     String
 
 - 
setTargetDescpublic void setTargetDesc(java.lang.String value) Sets the value of the targetDesc property.- Parameters:
- value- allowed object is- String
 
 - 
getTargetTypepublic java.lang.String getTargetType() Gets the value of the targetType property.- Returns:
- possible object is
     String
 
 - 
setTargetTypepublic void setTargetType(java.lang.String value) Sets the value of the targetType property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-