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>
Modifier and Type | Field and Description |
---|---|
protected PdapServices |
pdapServices |
protected PdsRegistry |
pdsRegistry |
protected ProductMetadata |
productMetadata |
protected ResourceMetadata |
resourceMetadata |
Constructor and Description |
---|
Policy() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected PdsRegistry pdsRegistry
protected PdapServices pdapServices
protected ProductMetadata productMetadata
protected ResourceMetadata resourceMetadata
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
Copyright © 2010–2017 Planetary Data System. All rights reserved.