public class COUNTDOCSType extends Object
Java class for COUNT_DOCSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COUNT_DOCSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="last_update" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lastUpdate |
protected int |
number |
| Constructor and Description |
|---|
COUNTDOCSType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastUpdate()
Gets the value of the lastUpdate property.
|
int |
getNumber()
Gets the value of the number property.
|
void |
setLastUpdate(String value)
Sets the value of the lastUpdate property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
protected int number
protected String lastUpdate
Copyright © 2019. All rights reserved.