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 Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description Policy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
registryPackage
protected RegistryPackage registryPackage
-
collections
protected Collection collections
-
directories
protected Directory directories
-
pds3Directories
protected Pds3Directory pds3Directories
-
storageIngestion
protected StorageIngestion storageIngestion
-
accessUrls
protected AccessUrls accessUrls
-
checksums
protected Checksums checksums
-
candidates
protected Candidate candidates
-
references
protected References references
-
fileTypes
protected FileTypes fileTypes
-
-
Method Detail
-
getRegistryPackage
public RegistryPackage getRegistryPackage()
Gets the value of the registryPackage property.- Returns:
- possible object is
RegistryPackage
-
setRegistryPackage
public void setRegistryPackage(RegistryPackage value)
Sets the value of the registryPackage property.- Parameters:
value
- allowed object isRegistryPackage
-
getCollections
public Collection getCollections()
Gets the value of the collections property.- Returns:
- possible object is
Collection
-
setCollections
public void setCollections(Collection value)
Sets the value of the collections property.- Parameters:
value
- allowed object isCollection
-
getDirectories
public Directory getDirectories()
Gets the value of the directories property.- Returns:
- possible object is
Directory
-
setDirectories
public void setDirectories(Directory value)
Sets the value of the directories property.- Parameters:
value
- allowed object isDirectory
-
getPds3Directories
public Pds3Directory getPds3Directories()
Gets the value of the pds3Directories property.- Returns:
- possible object is
Pds3Directory
-
setPds3Directories
public void setPds3Directories(Pds3Directory value)
Sets the value of the pds3Directories property.- Parameters:
value
- allowed object isPds3Directory
-
getStorageIngestion
public StorageIngestion getStorageIngestion()
Gets the value of the storageIngestion property.- Returns:
- possible object is
StorageIngestion
-
setStorageIngestion
public void setStorageIngestion(StorageIngestion value)
Sets the value of the storageIngestion property.- Parameters:
value
- allowed object isStorageIngestion
-
getAccessUrls
public AccessUrls getAccessUrls()
Gets the value of the accessUrls property.- Returns:
- possible object is
AccessUrls
-
setAccessUrls
public void setAccessUrls(AccessUrls value)
Sets the value of the accessUrls property.- Parameters:
value
- allowed object isAccessUrls
-
getChecksums
public Checksums getChecksums()
Gets the value of the checksums property.- Returns:
- possible object is
Checksums
-
setChecksums
public void setChecksums(Checksums value)
Sets the value of the checksums property.- Parameters:
value
- allowed object isChecksums
-
getCandidates
public Candidate getCandidates()
Gets the value of the candidates property.- Returns:
- possible object is
Candidate
-
setCandidates
public void setCandidates(Candidate value)
Sets the value of the candidates property.- Parameters:
value
- allowed object isCandidate
-
getReferences
public References getReferences()
Gets the value of the references property.- Returns:
- possible object is
References
-
setReferences
public void setReferences(References value)
Sets the value of the references property.- Parameters:
value
- allowed object isReferences
-
getFileTypes
public FileTypes getFileTypes()
Gets the value of the fileTypes property.- Returns:
- possible object is
FileTypes
-
-