public class STATUSType extends Object
Java class for STATUSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STATUSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="LAST_UPDATE" type="{}DATEType"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DATEType |
lastupdate |
| Constructor and Description |
|---|
STATUSType() |
| Modifier and Type | Method and Description |
|---|---|
DATEType |
getLASTUPDATE()
Gets the value of the lastupdate property.
|
void |
setLASTUPDATE(DATEType value)
Sets the value of the lastupdate property.
|
protected DATEType lastupdate
Copyright © 2019. All rights reserved.