gov.nasa.arc.pds.xml.generated
Class SIPDeepArchive

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.InformationPackage
      extended by gov.nasa.arc.pds.xml.generated.SIPDeepArchive

public class SIPDeepArchive
extends InformationPackage

The SIP Deep Archive class is a Submission Information Package (SIP) for the NASA planetary science deep archive.

Java class for SIP_Deep_Archive complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SIP_Deep_Archive">
   <complexContent>
     <extension base="{http://pds.nasa.gov/pds4/pds/v1}Information_Package">
       <sequence>
         <element name="provider_site_id" type="{http://pds.nasa.gov/pds4/pds/v1}provider_site_id"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String providerSiteId
           
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.InformationPackage
description
 
Constructor Summary
SIPDeepArchive()
           
 
Method Summary
 String getProviderSiteId()
          Gets the value of the providerSiteId property.
 void setProviderSiteId(String value)
          Sets the value of the providerSiteId property.
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.InformationPackage
getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providerSiteId

protected String providerSiteId
Constructor Detail

SIPDeepArchive

public SIPDeepArchive()
Method Detail

getProviderSiteId

public String getProviderSiteId()
Gets the value of the providerSiteId property.

Returns:
possible object is String

setProviderSiteId

public void setProviderSiteId(String value)
Sets the value of the providerSiteId property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.