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

java.lang.Object
  extended by gov.nasa.pds.harvest.pdap.policy.PdapService

public class PdapService
extends Object

Java class for PdapService complex type.

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

 <complexType name="PdapService">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute ref="{}agency use="required""/>
       <attribute ref="{}url use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Agency agency
           
protected  String url
           
 
Constructor Summary
PdapService()
           
 
Method Summary
 Agency getAgency()
          Gets the value of the agency property.
 String getUrl()
          Gets the value of the url property.
 void setAgency(Agency value)
          Sets the value of the agency property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agency

protected Agency agency

url

protected String url
Constructor Detail

PdapService

public PdapService()
Method Detail

getAgency

public Agency getAgency()
Gets the value of the agency property.

Returns:
possible object is Agency

setAgency

public void setAgency(Agency value)
Sets the value of the agency property.

Parameters:
value - allowed object is Agency

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


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