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

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

public class InformationPackageComponentDeepArchive
extends Object

The Information Package Component Deep Archive class is an Information Package Component for the NASA planetary science deep archive.

Java class for Information_Package_Component_Deep_Archive complex type.

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

 <complexType name="Information_Package_Component_Deep_Archive">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="manifest_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}manifest_checksum"/>
         <element name="checksum_type" type="{http://pds.nasa.gov/pds4/pds/v1}checksum_type"/>
         <element name="manifest_url" type="{http://pds.nasa.gov/pds4/pds/v1}manifest_url"/>
         <element name="File_Area_SIP_Deep_Archive" type="{http://pds.nasa.gov/pds4/pds/v1}File_Area_SIP_Deep_Archive"/>
         <element name="Internal_Reference" type="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String checksumType
           
protected  FileAreaSIPDeepArchive fileAreaSIPDeepArchive
           
protected  InternalReference internalReference
           
protected  String manifestChecksum
           
protected  String manifestUrl
           
 
Constructor Summary
InformationPackageComponentDeepArchive()
           
 
Method Summary
 String getChecksumType()
          Gets the value of the checksumType property.
 FileAreaSIPDeepArchive getFileAreaSIPDeepArchive()
          Gets the value of the fileAreaSIPDeepArchive property.
 InternalReference getInternalReference()
          Gets the value of the internalReference property.
 String getManifestChecksum()
          Gets the value of the manifestChecksum property.
 String getManifestUrl()
          Gets the value of the manifestUrl property.
 void setChecksumType(String value)
          Sets the value of the checksumType property.
 void setFileAreaSIPDeepArchive(FileAreaSIPDeepArchive value)
          Sets the value of the fileAreaSIPDeepArchive property.
 void setInternalReference(InternalReference value)
          Sets the value of the internalReference property.
 void setManifestChecksum(String value)
          Sets the value of the manifestChecksum property.
 void setManifestUrl(String value)
          Sets the value of the manifestUrl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manifestChecksum

protected String manifestChecksum

checksumType

protected String checksumType

manifestUrl

protected String manifestUrl

fileAreaSIPDeepArchive

protected FileAreaSIPDeepArchive fileAreaSIPDeepArchive

internalReference

protected InternalReference internalReference
Constructor Detail

InformationPackageComponentDeepArchive

public InformationPackageComponentDeepArchive()
Method Detail

getManifestChecksum

public String getManifestChecksum()
Gets the value of the manifestChecksum property.

Returns:
possible object is String

setManifestChecksum

public void setManifestChecksum(String value)
Sets the value of the manifestChecksum property.

Parameters:
value - allowed object is String

getChecksumType

public String getChecksumType()
Gets the value of the checksumType property.

Returns:
possible object is String

setChecksumType

public void setChecksumType(String value)
Sets the value of the checksumType property.

Parameters:
value - allowed object is String

getManifestUrl

public String getManifestUrl()
Gets the value of the manifestUrl property.

Returns:
possible object is String

setManifestUrl

public void setManifestUrl(String value)
Sets the value of the manifestUrl property.

Parameters:
value - allowed object is String

getFileAreaSIPDeepArchive

public FileAreaSIPDeepArchive getFileAreaSIPDeepArchive()
Gets the value of the fileAreaSIPDeepArchive property.

Returns:
possible object is FileAreaSIPDeepArchive

setFileAreaSIPDeepArchive

public void setFileAreaSIPDeepArchive(FileAreaSIPDeepArchive value)
Sets the value of the fileAreaSIPDeepArchive property.

Parameters:
value - allowed object is FileAreaSIPDeepArchive

getInternalReference

public InternalReference getInternalReference()
Gets the value of the internalReference property.

Returns:
possible object is InternalReference

setInternalReference

public void setInternalReference(InternalReference value)
Sets the value of the internalReference property.

Parameters:
value - allowed object is InternalReference


Copyright © 2014. All Rights Reserved.