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()
RegistryPackage
public void setRegistryPackage(RegistryPackage value)
value
- allowed object is
RegistryPackage
public Collection getCollections()
Collection
public void setCollections(Collection value)
value
- allowed object is
Collection
public Directory getDirectories()
Directory
public void setDirectories(Directory value)
value
- allowed object is
Directory
public Pds3Directory getPds3Directories()
Pds3Directory
public void setPds3Directories(Pds3Directory value)
value
- allowed object is
Pds3Directory
public StorageIngestion getStorageIngestion()
StorageIngestion
public void setStorageIngestion(StorageIngestion value)
value
- allowed object is
StorageIngestion
public AccessUrls getAccessUrls()
AccessUrls
public void setAccessUrls(AccessUrls value)
value
- allowed object is
AccessUrls
public Checksums getChecksums()
Checksums
public void setChecksums(Checksums value)
value
- allowed object is
Checksums
public Candidate getCandidates()
Candidate
public void setCandidates(Candidate value)
value
- allowed object is
Candidate
public References getReferences()
References
public void setReferences(References value)
value
- allowed object is
References
public FileTypes getFileTypes()
FileTypes
Copyright © 2010–2015 Planetary Data System. All rights reserved.