gov.nasa.pds.harvest.policy
Class Policy

java.lang.Object
  extended by gov.nasa.pds.harvest.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="{}registryPackage" minOccurs="0"/>
         <element ref="{}bundles" minOccurs="0"/>
         <element ref="{}collections" minOccurs="0"/>
         <element ref="{}directories" minOccurs="0"/>
         <element ref="{}pds3Directory" minOccurs="0"/>
         <element ref="{}storageIngestion" minOccurs="0"/>
         <element ref="{}accessUrls" minOccurs="0"/>
         <element ref="{}candidates"/>
         <element ref="{}references" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AccessUrls accessUrls
           
protected  Bundle bundles
           
protected  Candidate candidates
           
protected  Collection collections
           
protected  Directory directories
           
protected  Pds3Directory pds3Directory
           
protected  References references
           
protected  RegistryPackage registryPackage
           
protected  StorageIngestion storageIngestion
           
 
Constructor Summary
Policy()
           
 
Method Summary
 AccessUrls 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.
 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 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 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

registryPackage

protected RegistryPackage registryPackage

bundles

protected Bundle bundles

collections

protected Collection collections

directories

protected Directory directories

pds3Directory

protected Pds3Directory pds3Directory

storageIngestion

protected StorageIngestion storageIngestion

accessUrls

protected AccessUrls accessUrls

candidates

protected Candidate candidates

references

protected References references
Constructor Detail

Policy

public Policy()
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 is RegistryPackage

getBundles

public Bundle getBundles()
Gets the value of the bundles property.

Returns:
possible object is Bundle

setBundles

public void setBundles(Bundle value)
Sets the value of the bundles property.

Parameters:
value - allowed object is Bundle

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 is Collection

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 is Directory

getPds3Directory

public Pds3Directory getPds3Directory()
Gets the value of the pds3Directory property.

Returns:
possible object is Pds3Directory

setPds3Directory

public void setPds3Directory(Pds3Directory value)
Sets the value of the pds3Directory property.

Parameters:
value - allowed object is Pds3Directory

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 is StorageIngestion

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 is AccessUrls

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 is Candidate

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 is References


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.