Class Policy
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.policy.Policy
 
- 
 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="{https://pds.nasa.gov/software/pds4/harvest/v1}registryPackage" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}collections" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}directories" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}pds3Directories" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}storageIngestion" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}accessUrls" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}checksums" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}candidates"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}references" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}fileTypes" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected AccessUrlsaccessUrlsprotected Candidatecandidatesprotected Checksumschecksumsprotected Collectioncollectionsprotected Directorydirectoriesprotected FileTypesfileTypesprotected Pds3Directorypds3Directoriesprotected Referencesreferencesprotected RegistryPackageregistryPackageprotected StorageIngestionstorageIngestion
 - 
Constructor SummaryConstructors Constructor Description Policy()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessUrlsgetAccessUrls()Gets the value of the accessUrls property.CandidategetCandidates()Gets the value of the candidates property.ChecksumsgetChecksums()Gets the value of the checksums property.CollectiongetCollections()Gets the value of the collections property.DirectorygetDirectories()Gets the value of the directories property.FileTypesgetFileTypes()Gets the value of the fileTypes property.Pds3DirectorygetPds3Directories()Gets the value of the pds3Directories property.ReferencesgetReferences()Gets the value of the references property.RegistryPackagegetRegistryPackage()Gets the value of the registryPackage property.StorageIngestiongetStorageIngestion()Gets the value of the storageIngestion property.voidsetAccessUrls(AccessUrls value)Sets the value of the accessUrls property.voidsetCandidates(Candidate value)Sets the value of the candidates property.voidsetChecksums(Checksums value)Sets the value of the checksums property.voidsetCollections(Collection value)Sets the value of the collections property.voidsetDirectories(Directory value)Sets the value of the directories property.voidsetFileTypes(FileTypes value)Sets the value of the fileTypes property.voidsetPds3Directories(Pds3Directory value)Sets the value of the pds3Directories property.voidsetReferences(References value)Sets the value of the references property.voidsetRegistryPackage(RegistryPackage value)Sets the value of the registryPackage property.voidsetStorageIngestion(StorageIngestion value)Sets the value of the storageIngestion property.
 
- 
- 
- 
Field Detail- 
registryPackageprotected RegistryPackage registryPackage 
 - 
collectionsprotected Collection collections 
 - 
directoriesprotected Directory directories 
 - 
pds3Directoriesprotected Pds3Directory pds3Directories 
 - 
storageIngestionprotected StorageIngestion storageIngestion 
 - 
accessUrlsprotected AccessUrls accessUrls 
 - 
checksumsprotected Checksums checksums 
 - 
candidatesprotected Candidate candidates 
 - 
referencesprotected References references 
 - 
fileTypesprotected FileTypes fileTypes 
 
- 
 - 
Method Detail- 
getRegistryPackagepublic RegistryPackage getRegistryPackage() Gets the value of the registryPackage property.- Returns:
- possible object is
     RegistryPackage
 
 - 
setRegistryPackagepublic void setRegistryPackage(RegistryPackage value) Sets the value of the registryPackage property.- Parameters:
- value- allowed object is- RegistryPackage
 
 - 
getCollectionspublic Collection getCollections() Gets the value of the collections property.- Returns:
- possible object is
     Collection
 
 - 
setCollectionspublic void setCollections(Collection value) Sets the value of the collections property.- Parameters:
- value- allowed object is- Collection
 
 - 
getDirectoriespublic Directory getDirectories() Gets the value of the directories property.- Returns:
- possible object is
     Directory
 
 - 
setDirectoriespublic void setDirectories(Directory value) Sets the value of the directories property.- Parameters:
- value- allowed object is- Directory
 
 - 
getPds3Directoriespublic Pds3Directory getPds3Directories() Gets the value of the pds3Directories property.- Returns:
- possible object is
     Pds3Directory
 
 - 
setPds3Directoriespublic void setPds3Directories(Pds3Directory value) Sets the value of the pds3Directories property.- Parameters:
- value- allowed object is- Pds3Directory
 
 - 
getStorageIngestionpublic StorageIngestion getStorageIngestion() Gets the value of the storageIngestion property.- Returns:
- possible object is
     StorageIngestion
 
 - 
setStorageIngestionpublic void setStorageIngestion(StorageIngestion value) Sets the value of the storageIngestion property.- Parameters:
- value- allowed object is- StorageIngestion
 
 - 
getAccessUrlspublic AccessUrls getAccessUrls() Gets the value of the accessUrls property.- Returns:
- possible object is
     AccessUrls
 
 - 
setAccessUrlspublic void setAccessUrls(AccessUrls value) Sets the value of the accessUrls property.- Parameters:
- value- allowed object is- AccessUrls
 
 - 
getChecksumspublic Checksums getChecksums() Gets the value of the checksums property.- Returns:
- possible object is
     Checksums
 
 - 
setChecksumspublic void setChecksums(Checksums value) Sets the value of the checksums property.- Parameters:
- value- allowed object is- Checksums
 
 - 
getCandidatespublic Candidate getCandidates() Gets the value of the candidates property.- Returns:
- possible object is
     Candidate
 
 - 
setCandidatespublic void setCandidates(Candidate value) Sets the value of the candidates property.- Parameters:
- value- allowed object is- Candidate
 
 - 
getReferencespublic References getReferences() Gets the value of the references property.- Returns:
- possible object is
     References
 
 - 
setReferencespublic void setReferences(References value) Sets the value of the references property.- Parameters:
- value- allowed object is- References
 
 - 
getFileTypespublic FileTypes getFileTypes() Gets the value of the fileTypes property.- Returns:
- possible object is
     FileTypes
 
 
- 
 
-