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 Policy complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Policy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}bundles" minOccurs="0"/>
         <element ref="{}collections" minOccurs="0"/>
         <element ref="{}directories" minOccurs="0"/>
         <element ref="{}candidates"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Bundle bundles
           
protected  Candidate candidates
           
protected  Collection collections
           
protected  Directory directories
           
 
Constructor Summary
Policy()
           
 
Method Summary
 void add(Policy policy)
           
 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.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundles

protected Bundle bundles

collections

protected Collection collections

directories

protected Directory directories

candidates

protected Candidate candidates
Constructor Detail

Policy

public Policy()
Method Detail

add

public void add(Policy policy)

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

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


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