public class GetUpdatedResult extends Object
Java class for GetUpdatedResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetUpdatedResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ids" type="{urn:tooling.soap.sforce.com}ID" maxOccurs="unbounded" minOccurs="0"/>
<element name="latestDateCovered" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
ids |
protected XMLGregorianCalendar |
latestDateCovered |
| Constructor and Description |
|---|
GetUpdatedResult() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIds()
Gets the value of the ids property.
|
XMLGregorianCalendar |
getLatestDateCovered()
Gets the value of the latestDateCovered property.
|
void |
setLatestDateCovered(XMLGregorianCalendar value)
Sets the value of the latestDateCovered property.
|
protected XMLGregorianCalendar latestDateCovered
public List<String> getIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ids property.
For example, to add a new item, do as follows:
getIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public XMLGregorianCalendar getLatestDateCovered()
XMLGregorianCalendarpublic void setLatestDateCovered(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.