public class CheckResultType extends Object
Java class for CheckResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Info" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
code |
protected String |
info |
| Constructor and Description |
|---|
CheckResultType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCode()
Gets the value of the code property.
|
String |
getInfo()
Gets the value of the info property.
|
void |
setCode(BigInteger value)
Sets the value of the code property.
|
void |
setInfo(String value)
Sets the value of the info property.
|
protected BigInteger code
protected String info
public BigInteger getCode()
BigIntegerpublic void setCode(BigInteger value)
value - allowed object is BigIntegerpublic String getInfo()
StringCopyright © 2014–2019. All rights reserved.