public class InfoResponseT
extends java.lang.Object
Java class for infoResponseT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="infoResponseT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
count |
| Constructor and Description |
|---|
InfoResponseT() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getCount()
Gets the value of the count property.
|
void |
setCount(java.math.BigInteger value)
Sets the value of the count property.
|
Copyright © 2021. All rights reserved.