|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.pdap.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="{}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 |
---|
protected PdsRegistry pdsRegistry
protected PdapServices pdapServices
protected ProductMetadata productMetadata
protected ResourceMetadata resourceMetadata
Constructor Detail |
---|
public Policy()
Method Detail |
---|
public PdsRegistry getPdsRegistry()
PdsRegistry
public void setPdsRegistry(PdsRegistry value)
value
- allowed object is
PdsRegistry
public PdapServices getPdapServices()
PdapServices
public void setPdapServices(PdapServices value)
value
- allowed object is
PdapServices
public ProductMetadata getProductMetadata()
ProductMetadata
public void setProductMetadata(ProductMetadata value)
value
- allowed object is
ProductMetadata
public ResourceMetadata getResourceMetadata()
ResourceMetadata
public void setResourceMetadata(ResourceMetadata value)
value
- allowed object is
ResourceMetadata
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |