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