public class LASTUPDATEType extends Object
Java class for LAST_UPDATEType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LAST_UPDATEType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
value |
| Constructor and Description |
|---|
LASTUPDATEType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getValue()
Gets the value of the value property.
|
void |
setValue(XMLGregorianCalendar value)
Sets the value of the value property.
|
protected XMLGregorianCalendar value
public XMLGregorianCalendar getValue()
XMLGregorianCalendarpublic void setValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.