Package gov.nasa.arc.pds.xml.generated
Class NSSDC
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.NSSDC
 
- 
 public class NSSDC extends java.lang.ObjectThe NSSDC Information class provides identification information for data submitted to the NSSDC.Java class for NSSDC complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="NSSDC"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="medium_type" type="{http://pds.nasa.gov/pds4/pds/v1}medium_type"/> <element name="nssdc_collection_id" type="{http://pds.nasa.gov/pds4/pds/v1}nssdc_collection_id"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringmediumTypeprotected java.lang.StringnssdcCollectionId
 - 
Constructor SummaryConstructors Constructor Description NSSDC()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMediumType()Gets the value of the mediumType property.java.lang.StringgetNssdcCollectionId()Gets the value of the nssdcCollectionId property.voidsetMediumType(java.lang.String value)Sets the value of the mediumType property.voidsetNssdcCollectionId(java.lang.String value)Sets the value of the nssdcCollectionId property.
 
- 
- 
- 
Method Detail- 
getMediumTypepublic java.lang.String getMediumType() Gets the value of the mediumType property.- Returns:
- possible object is
     String
 
 - 
setMediumTypepublic void setMediumType(java.lang.String value) Sets the value of the mediumType property.- Parameters:
- value- allowed object is- String
 
 - 
getNssdcCollectionIdpublic java.lang.String getNssdcCollectionId() Gets the value of the nssdcCollectionId property.- Returns:
- possible object is
     String
 
 - 
setNssdcCollectionIdpublic void setNssdcCollectionId(java.lang.String value) Sets the value of the nssdcCollectionId property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-