public class Policy extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{}registryPackage" minOccurs="0"/>
<element ref="{}collections" minOccurs="0"/>
<element ref="{}directories" minOccurs="0"/>
<element ref="{}pds3Directories" minOccurs="0"/>
<element ref="{}storageIngestion" minOccurs="0"/>
<element ref="{}accessUrls" minOccurs="0"/>
<element ref="{}checksums" minOccurs="0"/>
<element ref="{}candidates"/>
<element ref="{}references" minOccurs="0"/>
<element ref="{}fileTypes" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessUrls |
accessUrls |
protected Candidate |
candidates |
protected Checksums |
checksums |
protected Collection |
collections |
protected Directory |
directories |
protected FileTypes |
fileTypes |
protected Pds3Directory |
pds3Directories |
protected References |
references |
protected RegistryPackage |
registryPackage |
protected StorageIngestion |
storageIngestion |
| Constructor and Description |
|---|
Policy() |
| Modifier and Type | Method and Description |
|---|---|
AccessUrls |
getAccessUrls()
Gets the value of the accessUrls property.
|
Candidate |
getCandidates()
Gets the value of the candidates property.
|
Checksums |
getChecksums()
Gets the value of the checksums property.
|
Collection |
getCollections()
Gets the value of the collections property.
|
Directory |
getDirectories()
Gets the value of the directories property.
|
FileTypes |
getFileTypes()
Gets the value of the fileTypes property.
|
Pds3Directory |
getPds3Directories()
Gets the value of the pds3Directories property.
|
References |
getReferences()
Gets the value of the references property.
|
RegistryPackage |
getRegistryPackage()
Gets the value of the registryPackage property.
|
StorageIngestion |
getStorageIngestion()
Gets the value of the storageIngestion property.
|
void |
setAccessUrls(AccessUrls value)
Sets the value of the accessUrls property.
|
void |
setCandidates(Candidate value)
Sets the value of the candidates property.
|
void |
setChecksums(Checksums value)
Sets the value of the checksums property.
|
void |
setCollections(Collection value)
Sets the value of the collections property.
|
void |
setDirectories(Directory value)
Sets the value of the directories property.
|
void |
setFileTypes(FileTypes value)
Sets the value of the fileTypes property.
|
void |
setPds3Directories(Pds3Directory value)
Sets the value of the pds3Directories property.
|
void |
setReferences(References value)
Sets the value of the references property.
|
void |
setRegistryPackage(RegistryPackage value)
Sets the value of the registryPackage property.
|
void |
setStorageIngestion(StorageIngestion value)
Sets the value of the storageIngestion property.
|
protected RegistryPackage registryPackage
protected Collection collections
protected Directory directories
protected Pds3Directory pds3Directories
protected StorageIngestion storageIngestion
protected AccessUrls accessUrls
protected Checksums checksums
protected Candidate candidates
protected References references
protected FileTypes fileTypes
public RegistryPackage getRegistryPackage()
RegistryPackagepublic void setRegistryPackage(RegistryPackage value)
value - allowed object is
RegistryPackagepublic Collection getCollections()
Collectionpublic void setCollections(Collection value)
value - allowed object is
Collectionpublic Directory getDirectories()
Directorypublic void setDirectories(Directory value)
value - allowed object is
Directorypublic Pds3Directory getPds3Directories()
Pds3Directorypublic void setPds3Directories(Pds3Directory value)
value - allowed object is
Pds3Directorypublic StorageIngestion getStorageIngestion()
StorageIngestionpublic void setStorageIngestion(StorageIngestion value)
value - allowed object is
StorageIngestionpublic AccessUrls getAccessUrls()
AccessUrlspublic void setAccessUrls(AccessUrls value)
value - allowed object is
AccessUrlspublic Checksums getChecksums()
Checksumspublic void setChecksums(Checksums value)
value - allowed object is
Checksumspublic Candidate getCandidates()
Candidatepublic void setCandidates(Candidate value)
value - allowed object is
Candidatepublic References getReferences()
Referencespublic void setReferences(References value)
value - allowed object is
Referencespublic FileTypes getFileTypes()
FileTypesCopyright © 2010–2015 Planetary Data System. All rights reserved.