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