Class ContextArea
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.ContextArea
 
- 
- Direct Known Subclasses:
- ObservationArea
 
 public class ContextArea extends java.lang.ObjectThe Context Area provides context information for a product.Java class for Context_Area complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Context_Area"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <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" minOccurs="0"/> <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" minOccurs="0"/> <element name="Observing_System" type="{http://pds.nasa.gov/pds4/pds/v1}Observing_System" maxOccurs="unbounded" minOccurs="0"/> <element name="Target_Identification" type="{http://pds.nasa.gov/pds4/pds/v1}Target_Identification" maxOccurs="unbounded" minOccurs="0"/> <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 SummaryFields Modifier and Type Field Description protected java.lang.Stringcommentprotected DisciplineAreadisciplineAreaprotected java.util.List<InvestigationArea>investigationAreasprotected MissionAreamissionAreaprotected java.util.List<ObservingSystem>observingSystemsprotected PrimaryResultSummaryprimaryResultSummaryprotected java.util.List<TargetIdentification>targetIdentificationsprotected TimeCoordinatestimeCoordinates
 - 
Constructor SummaryConstructors Constructor Description ContextArea()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the value of the comment property.DisciplineAreagetDisciplineArea()Gets the value of the disciplineArea property.java.util.List<InvestigationArea>getInvestigationAreas()Gets the value of the investigationAreas property.MissionAreagetMissionArea()Gets the value of the missionArea property.java.util.List<ObservingSystem>getObservingSystems()Gets the value of the observingSystems property.PrimaryResultSummarygetPrimaryResultSummary()Gets the value of the primaryResultSummary property.java.util.List<TargetIdentification>getTargetIdentifications()Gets the value of the targetIdentifications property.TimeCoordinatesgetTimeCoordinates()Gets the value of the timeCoordinates property.voidsetComment(java.lang.String value)Sets the value of the comment property.voidsetDisciplineArea(DisciplineArea value)Sets the value of the disciplineArea property.voidsetMissionArea(MissionArea value)Sets the value of the missionArea property.voidsetPrimaryResultSummary(PrimaryResultSummary value)Sets the value of the primaryResultSummary property.voidsetTimeCoordinates(TimeCoordinates value)Sets the value of the timeCoordinates property.
 
- 
- 
- 
Field Detail- 
commentprotected java.lang.String comment 
 - 
timeCoordinatesprotected TimeCoordinates timeCoordinates 
 - 
primaryResultSummaryprotected PrimaryResultSummary primaryResultSummary 
 - 
investigationAreasprotected java.util.List<InvestigationArea> investigationAreas 
 - 
observingSystemsprotected java.util.List<ObservingSystem> observingSystems 
 - 
targetIdentificationsprotected java.util.List<TargetIdentification> targetIdentifications 
 - 
missionAreaprotected MissionArea missionArea 
 - 
disciplineAreaprotected DisciplineArea disciplineArea 
 
- 
 - 
Method Detail- 
getCommentpublic java.lang.String getComment() Gets the value of the comment property.- Returns:
- possible object is
     String
 
 - 
setCommentpublic void setComment(java.lang.String value) Sets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 - 
getTimeCoordinatespublic TimeCoordinates getTimeCoordinates() Gets the value of the timeCoordinates property.- Returns:
- possible object is
     TimeCoordinates
 
 - 
setTimeCoordinatespublic void setTimeCoordinates(TimeCoordinates value) Sets the value of the timeCoordinates property.- Parameters:
- value- allowed object is- TimeCoordinates
 
 - 
getPrimaryResultSummarypublic PrimaryResultSummary getPrimaryResultSummary() Gets the value of the primaryResultSummary property.- Returns:
- possible object is
     PrimaryResultSummary
 
 - 
setPrimaryResultSummarypublic void setPrimaryResultSummary(PrimaryResultSummary value) Sets the value of the primaryResultSummary property.- Parameters:
- value- allowed object is- PrimaryResultSummary
 
 - 
getInvestigationAreaspublic java.util.List<InvestigationArea> getInvestigationAreas() Gets the value of the investigationAreas 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 investigationAreas property.For example, to add a new item, do as follows: getInvestigationAreas().add(newItem); Objects of the following type(s) are allowed in the list InvestigationArea- Returns:
- The value of the investigationAreas property.
 
 - 
getObservingSystemspublic java.util.List<ObservingSystem> getObservingSystems() Gets the value of the observingSystems 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 observingSystems property.For example, to add a new item, do as follows: getObservingSystems().add(newItem); Objects of the following type(s) are allowed in the list ObservingSystem- Returns:
- The value of the observingSystems property.
 
 - 
getTargetIdentificationspublic java.util.List<TargetIdentification> getTargetIdentifications() Gets the value of the targetIdentifications 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 targetIdentifications property.For example, to add a new item, do as follows: getTargetIdentifications().add(newItem); Objects of the following type(s) are allowed in the list TargetIdentification- Returns:
- The value of the targetIdentifications property.
 
 - 
getMissionAreapublic MissionArea getMissionArea() Gets the value of the missionArea property.- Returns:
- possible object is
     MissionArea
 
 - 
setMissionAreapublic void setMissionArea(MissionArea value) Sets the value of the missionArea property.- Parameters:
- value- allowed object is- MissionArea
 
 - 
getDisciplineAreapublic DisciplineArea getDisciplineArea() Gets the value of the disciplineArea property.- Returns:
- possible object is
     DisciplineArea
 
 - 
setDisciplineAreapublic void setDisciplineArea(DisciplineArea value) Sets the value of the disciplineArea property.- Parameters:
- value- allowed object is- DisciplineArea
 
 
- 
 
-