Package gov.nasa.arc.pds.xml.generated
Class ObservationArea
java.lang.Object
gov.nasa.arc.pds.xml.generated.ContextArea
gov.nasa.arc.pds.xml.generated.ObservationArea
public class ObservationArea extends ContextArea
The observation area consists of attributes that
provide information about the circumstances under which the data
were collected.
Java class for Observation_Area complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Observation_Area">
<complexContent>
<restriction base="{http://pds.nasa.gov/pds4/pds/v1}Context_Area">
<sequence>
<element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
<element name="Time_Coordinates" type="{http://pds.nasa.gov/pds4/pds/v1}Time_Coordinates"/>
<element name="Primary_Result_Summary" type="{http://pds.nasa.gov/pds4/pds/v1}Primary_Result_Summary" minOccurs="0"/>
<element name="Investigation_Area" type="{http://pds.nasa.gov/pds4/pds/v1}Investigation_Area" maxOccurs="unbounded"/>
<element name="Observing_System" type="{http://pds.nasa.gov/pds4/pds/v1}Observing_System" maxOccurs="unbounded"/>
<element name="Target_Identification" type="{http://pds.nasa.gov/pds4/pds/v1}Target_Identification" maxOccurs="unbounded"/>
<element name="Mission_Area" type="{http://pds.nasa.gov/pds4/pds/v1}Mission_Area" minOccurs="0"/>
<element name="Discipline_Area" type="{http://pds.nasa.gov/pds4/pds/v1}Discipline_Area" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class gov.nasa.arc.pds.xml.generated.ContextArea
comment, disciplineArea, investigationAreas, missionArea, observingSystems, primaryResultSummary, targetIdentifications, timeCoordinates -
Constructor Summary
Constructors Constructor Description ObservationArea() -
Method Summary
Methods inherited from class gov.nasa.arc.pds.xml.generated.ContextArea
getComment, getDisciplineArea, getInvestigationAreas, getMissionArea, getObservingSystems, getPrimaryResultSummary, getTargetIdentifications, getTimeCoordinates, setComment, setDisciplineArea, setMissionArea, setPrimaryResultSummary, setTimeCoordinates
-
Constructor Details
-
ObservationArea
public ObservationArea()
-