public class ErrorCodeStructure extends Object
Java class for ErrorCodeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorCodeStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="number" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorText |
protected BigInteger |
number |
| Constructor and Description |
|---|
ErrorCodeStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorText()
Gets the value of the errorText property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
void |
setErrorText(String value)
Sets the value of the errorText property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ErrorCodeStructure |
withErrorText(String value) |
ErrorCodeStructure |
withNumber(BigInteger value) |
protected String errorText
protected BigInteger number
public String getErrorText()
Stringpublic void setErrorText(String value)
value - allowed object is
Stringpublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerpublic ErrorCodeStructure withErrorText(String value)
public ErrorCodeStructure withNumber(BigInteger value)
Copyright © 2018 Entur AS. All rights reserved.