Class PrimaryResultSummary
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.PrimaryResultSummary
 
- 
 public class PrimaryResultSummary extends java.lang.ObjectThe Primary_Result_Summary class provides a high-level description of the types of products included in the collection or bundleJava class for Primary_Result_Summary complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Primary_Result_Summary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://pds.nasa.gov/pds4/pds/v1}type" minOccurs="0"/> <element name="purpose" type="{http://pds.nasa.gov/pds4/pds/v1}purpose" maxOccurs="unbounded"/> <element name="data_regime" type="{http://pds.nasa.gov/pds4/pds/v1}data_regime" maxOccurs="unbounded" minOccurs="0"/> <element name="processing_level" type="{http://pds.nasa.gov/pds4/pds/v1}processing_level" maxOccurs="unbounded"/> <element name="processing_level_id" type="{http://pds.nasa.gov/pds4/pds/v1}processing_level_id" minOccurs="0"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/> <element name="Science_Facets" type="{http://pds.nasa.gov/pds4/pds/v1}Science_Facets" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<java.lang.String>dataRegimesprotected java.lang.Stringdescriptionprotected java.lang.StringprocessingLevelIdprotected java.util.List<java.lang.String>processingLevelsprotected java.util.List<java.lang.String>purposesprotected java.util.List<ScienceFacets>scienceFacetsprotected java.lang.Stringtype
 - 
Constructor SummaryConstructors Constructor Description PrimaryResultSummary()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getDataRegimes()Gets the value of the dataRegimes property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetProcessingLevelId()Gets the value of the processingLevelId property.java.util.List<java.lang.String>getProcessingLevels()Gets the value of the processingLevels property.java.util.List<java.lang.String>getPurposes()Gets the value of the purposes property.java.util.List<ScienceFacets>getScienceFacets()Gets the value of the scienceFacets property.java.lang.StringgetType()Gets the value of the type property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetProcessingLevelId(java.lang.String value)Sets the value of the processingLevelId property.voidsetType(java.lang.String value)Sets the value of the type property.
 
- 
- 
- 
Field Detail- 
typeprotected java.lang.String type 
 - 
purposesprotected java.util.List<java.lang.String> purposes 
 - 
dataRegimesprotected java.util.List<java.lang.String> dataRegimes 
 - 
processingLevelsprotected java.util.List<java.lang.String> processingLevels 
 - 
processingLevelIdprotected java.lang.String processingLevelId 
 - 
descriptionprotected java.lang.String description 
 - 
scienceFacetsprotected java.util.List<ScienceFacets> scienceFacets 
 
- 
 - 
Method Detail- 
getTypepublic java.lang.String getType() Gets the value of the type property.- Returns:
- possible object is
     String
 
 - 
setTypepublic void setType(java.lang.String value) Sets the value of the type property.- Parameters:
- value- allowed object is- String
 
 - 
getPurposespublic java.util.List<java.lang.String> getPurposes() Gets the value of the purposes 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 purposes property.For example, to add a new item, do as follows: getPurposes().add(newItem); Objects of the following type(s) are allowed in the list String- Returns:
- The value of the purposes property.
 
 - 
getDataRegimespublic java.util.List<java.lang.String> getDataRegimes() Gets the value of the dataRegimes 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 dataRegimes property.For example, to add a new item, do as follows: getDataRegimes().add(newItem); Objects of the following type(s) are allowed in the list String- Returns:
- The value of the dataRegimes property.
 
 - 
getProcessingLevelspublic java.util.List<java.lang.String> getProcessingLevels() Gets the value of the processingLevels 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 processingLevels property.For example, to add a new item, do as follows: getProcessingLevels().add(newItem); Objects of the following type(s) are allowed in the list String- Returns:
- The value of the processingLevels property.
 
 - 
getProcessingLevelIdpublic java.lang.String getProcessingLevelId() Gets the value of the processingLevelId property.- Returns:
- possible object is
     String
 
 - 
setProcessingLevelIdpublic void setProcessingLevelId(java.lang.String value) Sets the value of the processingLevelId property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 - 
getScienceFacetspublic java.util.List<ScienceFacets> getScienceFacets() Gets the value of the scienceFacets 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 scienceFacets property.For example, to add a new item, do as follows: getScienceFacets().add(newItem); Objects of the following type(s) are allowed in the list ScienceFacets- Returns:
- The value of the scienceFacets property.
 
 
- 
 
-