|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.api.contract.v1.TransactionResponse.Errors.Error
public static class TransactionResponse.Errors.Error
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="errorText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
errorCode
|
protected String |
errorText
|
Constructor Summary | |
---|---|
TransactionResponse.Errors.Error()
|
Method Summary | |
---|---|
String |
getErrorCode()
Gets the value of the errorCode property. |
String |
getErrorText()
Gets the value of the errorText property. |
void |
setErrorCode(String value)
Sets the value of the errorCode property. |
void |
setErrorText(String value)
Sets the value of the errorText property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String errorCode
protected String errorText
Constructor Detail |
---|
public TransactionResponse.Errors.Error()
Method Detail |
---|
public String getErrorCode()
String
public void setErrorCode(String value)
value
- allowed object is
String
public String getErrorText()
String
public void setErrorText(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |