|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Product
gov.nasa.arc.pds.xml.generated.ProductSIPDeepArchive
public class ProductSIPDeepArchive
The Product SIP Deep Archive class defines a Submission Information Package (SIP) for the NASA planetary science deep archive.
Java class for Product_SIP_Deep_Archive complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Product_SIP_Deep_Archive"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}Product"> <sequence> <element name="Information_Package_Component_Deep_Archive" type="{http://pds.nasa.gov/pds4/pds/v1}Information_Package_Component_Deep_Archive"/> <element name="SIP_Deep_Archive" type="{http://pds.nasa.gov/pds4/pds/v1}SIP_Deep_Archive"/> <element name="Reference_List" type="{http://pds.nasa.gov/pds4/pds/v1}Reference_List" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected InformationPackageComponentDeepArchive |
informationPackageComponentDeepArchive
|
protected ReferenceList |
referenceList
|
protected SIPDeepArchive |
sipDeepArchive
|
Fields inherited from class gov.nasa.arc.pds.xml.generated.Product |
---|
identificationArea |
Constructor Summary | |
---|---|
ProductSIPDeepArchive()
|
Method Summary | |
---|---|
InformationPackageComponentDeepArchive |
getInformationPackageComponentDeepArchive()
Gets the value of the informationPackageComponentDeepArchive property. |
ReferenceList |
getReferenceList()
Gets the value of the referenceList property. |
SIPDeepArchive |
getSIPDeepArchive()
Gets the value of the sipDeepArchive property. |
void |
setInformationPackageComponentDeepArchive(InformationPackageComponentDeepArchive value)
Sets the value of the informationPackageComponentDeepArchive property. |
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property. |
void |
setSIPDeepArchive(SIPDeepArchive value)
Sets the value of the sipDeepArchive property. |
Methods inherited from class gov.nasa.arc.pds.xml.generated.Product |
---|
getIdentificationArea, setIdentificationArea |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected InformationPackageComponentDeepArchive informationPackageComponentDeepArchive
protected SIPDeepArchive sipDeepArchive
protected ReferenceList referenceList
Constructor Detail |
---|
public ProductSIPDeepArchive()
Method Detail |
---|
public InformationPackageComponentDeepArchive getInformationPackageComponentDeepArchive()
InformationPackageComponentDeepArchive
public void setInformationPackageComponentDeepArchive(InformationPackageComponentDeepArchive value)
value
- allowed object is
InformationPackageComponentDeepArchive
public SIPDeepArchive getSIPDeepArchive()
SIPDeepArchive
public void setSIPDeepArchive(SIPDeepArchive value)
value
- allowed object is
SIPDeepArchive
public ReferenceList getReferenceList()
ReferenceList
public void setReferenceList(ReferenceList value)
value
- allowed object is
ReferenceList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |