gov.nasa.pds.harvest.pdap.policy
Class Policy

java.lang.Object
  extended by gov.nasa.pds.harvest.pdap.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="{}pdsRegistry" minOccurs="0"/>
         <element ref="{}pdapServices" minOccurs="0"/>
         <element ref="{}productMetadata" minOccurs="0"/>
         <element ref="{}resourceMetadata"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  PdapServices pdapServices
           
protected  PdsRegistry pdsRegistry
           
protected  ProductMetadata productMetadata
           
protected  ResourceMetadata resourceMetadata
           
 
Constructor Summary
Policy()
           
 
Method Summary
 PdapServices getPdapServices()
          Gets the value of the pdapServices property.
 PdsRegistry getPdsRegistry()
          Gets the value of the pdsRegistry property.
 ProductMetadata getProductMetadata()
          Gets the value of the productMetadata property.
 ResourceMetadata getResourceMetadata()
          Gets the value of the resourceMetadata property.
 void setPdapServices(PdapServices value)
          Sets the value of the pdapServices property.
 void setPdsRegistry(PdsRegistry value)
          Sets the value of the pdsRegistry property.
 void setProductMetadata(ProductMetadata value)
          Sets the value of the productMetadata property.
 void setResourceMetadata(ResourceMetadata value)
          Sets the value of the resourceMetadata property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pdsRegistry

protected PdsRegistry pdsRegistry

pdapServices

protected PdapServices pdapServices

productMetadata

protected ProductMetadata productMetadata

resourceMetadata

protected ResourceMetadata resourceMetadata
Constructor Detail

Policy

public Policy()
Method Detail

getPdsRegistry

public PdsRegistry getPdsRegistry()
Gets the value of the pdsRegistry property.

Returns:
possible object is PdsRegistry

setPdsRegistry

public void setPdsRegistry(PdsRegistry value)
Sets the value of the pdsRegistry property.

Parameters:
value - allowed object is PdsRegistry

getPdapServices

public PdapServices getPdapServices()
Gets the value of the pdapServices property.

Returns:
possible object is PdapServices

setPdapServices

public void setPdapServices(PdapServices value)
Sets the value of the pdapServices property.

Parameters:
value - allowed object is PdapServices

getProductMetadata

public ProductMetadata getProductMetadata()
Gets the value of the productMetadata property.

Returns:
possible object is ProductMetadata

setProductMetadata

public void setProductMetadata(ProductMetadata value)
Sets the value of the productMetadata property.

Parameters:
value - allowed object is ProductMetadata

getResourceMetadata

public ResourceMetadata getResourceMetadata()
Gets the value of the resourceMetadata property.

Returns:
possible object is ResourceMetadata

setResourceMetadata

public void setResourceMetadata(ResourceMetadata value)
Sets the value of the resourceMetadata property.

Parameters:
value - allowed object is ResourceMetadata


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