GetModificationsRequest

public class GetModificationsRequest

Java class for anonymous complex type.

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

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Methods

getLastModified

public XMLGregorianCalendar getLastModified()

Gets the value of the lastModified property.

Returns:possible object is javax.xml.datatype.XMLGregorianCalendar

setLastModified

public void setLastModified(XMLGregorianCalendar value)

Sets the value of the lastModified property.

Parameters: