|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.policy.Policy
public class Policy
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"/> </all> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AccessUrls |
accessUrls
|
protected Candidate |
candidates
|
protected Checksums |
checksums
|
protected Collection |
collections
|
protected Directory |
directories
|
protected Pds3Directory |
pds3Directories
|
protected References |
references
|
protected RegistryPackage |
registryPackage
|
protected StorageIngestion |
storageIngestion
|
Constructor Summary | |
---|---|
Policy()
|
Method Summary | |
---|---|
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. |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public Policy()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |