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""/> <attribute ref="{}startDate"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Agency |
agency |
protected XMLGregorianCalendar |
startDate |
protected String |
url |
Constructor and Description |
---|
PdapService() |
Modifier and Type | Method and Description |
---|---|
Agency |
getAgency()
Gets the value of the agency property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setAgency(Agency value)
Sets the value of the agency property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected Agency agency
protected String url
protected XMLGregorianCalendar startDate
public Agency getAgency()
Agency
public void setAgency(Agency value)
value
- allowed object is
Agency
public void setUrl(String value)
value
- allowed object is
String
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2010–2017 Planetary Data System. All rights reserved.