|
||||||||||
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="{}bundles" minOccurs="0"/> <element ref="{}collections" minOccurs="0"/> <element ref="{}directories" minOccurs="0"/> <element ref="{}pds3Directory" minOccurs="0"/> <element ref="{}validation" minOccurs="0"/> <element ref="{}storageIngestion" minOccurs="0"/> <element ref="{}accessUrls" minOccurs="0"/> <element ref="{}candidates"/> </all> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AccessUrl |
accessUrls
|
protected Bundle |
bundles
|
protected Candidate |
candidates
|
protected Collection |
collections
|
protected Directory |
directories
|
protected Pds3Directory |
pds3Directory
|
protected StorageIngestion |
storageIngestion
|
protected Validation |
validation
|
Constructor Summary | |
---|---|
Policy()
|
Method Summary | |
---|---|
AccessUrl |
getAccessUrls()
Gets the value of the accessUrls property. |
Bundle |
getBundles()
Gets the value of the bundles property. |
Candidate |
getCandidates()
Gets the value of the candidates property. |
Collection |
getCollections()
Gets the value of the collections property. |
Directory |
getDirectories()
Gets the value of the directories property. |
Pds3Directory |
getPds3Directory()
Gets the value of the pds3Directory property. |
StorageIngestion |
getStorageIngestion()
Gets the value of the storageIngestion property. |
Validation |
getValidation()
Gets the value of the validation property. |
void |
setAccessUrls(AccessUrl value)
Sets the value of the accessUrls property. |
void |
setBundles(Bundle value)
Sets the value of the bundles property. |
void |
setCandidates(Candidate value)
Sets the value of the candidates property. |
void |
setCollections(Collection value)
Sets the value of the collections property. |
void |
setDirectories(Directory value)
Sets the value of the directories property. |
void |
setPds3Directory(Pds3Directory value)
Sets the value of the pds3Directory property. |
void |
setStorageIngestion(StorageIngestion value)
Sets the value of the storageIngestion property. |
void |
setValidation(Validation value)
Sets the value of the validation property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Bundle bundles
protected Collection collections
protected Directory directories
protected Pds3Directory pds3Directory
protected Validation validation
protected StorageIngestion storageIngestion
protected AccessUrl accessUrls
protected Candidate candidates
Constructor Detail |
---|
public Policy()
Method Detail |
---|
public Bundle getBundles()
Bundle
public void setBundles(Bundle value)
value
- allowed object is
Bundle
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 getPds3Directory()
Pds3Directory
public void setPds3Directory(Pds3Directory value)
value
- allowed object is
Pds3Directory
public Validation getValidation()
Validation
public void setValidation(Validation value)
value
- allowed object is
Validation
public StorageIngestion getStorageIngestion()
StorageIngestion
public void setStorageIngestion(StorageIngestion value)
value
- allowed object is
StorageIngestion
public AccessUrl getAccessUrls()
AccessUrl
public void setAccessUrls(AccessUrl value)
value
- allowed object is
AccessUrl
public Candidate getCandidates()
Candidate
public void setCandidates(Candidate value)
value
- allowed object is
Candidate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |