|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.NSSDC
public class NSSDC
The 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}ASCII_Short_String_Collapsed"/> <element name="nssdc_collection_id" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
mediumType
|
protected String |
nssdcCollectionId
|
Constructor Summary | |
---|---|
NSSDC()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String mediumType
protected String nssdcCollectionId
Constructor Detail |
---|
public NSSDC()
Method Detail |
---|
public String getMediumType()
String
public void setMediumType(String value)
value
- allowed object is
String
public String getNssdcCollectionId()
String
public void setNssdcCollectionId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |