|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.pdap.policy.PdapService
public class PdapService
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 |
---|
protected Agency agency
protected String url
Constructor Detail |
---|
public PdapService()
Method Detail |
---|
public Agency getAgency()
Agency
public void setAgency(Agency value)
value
- allowed object is
Agency
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |