public class NSSDC extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mediumType |
protected String |
nssdcCollectionId |
| Constructor and Description |
|---|
NSSDC() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMediumType()
Gets the value of the mediumType property.
|
String |
getNssdcCollectionId()
Gets the value of the nssdcCollectionId property.
|
void |
setMediumType(String value)
Sets the value of the mediumType property.
|
void |
setNssdcCollectionId(String value)
Sets the value of the nssdcCollectionId property.
|
protected String mediumType
protected String nssdcCollectionId
public String getMediumType()
Stringpublic void setMediumType(String value)
value - allowed object is
Stringpublic String getNssdcCollectionId()
StringCopyright © 2020. All rights reserved.