public static class TransactionResponse.Messages.Message
extends java.lang.Object
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="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
code |
protected java.lang.String |
description |
Constructor and Description |
---|
TransactionResponse.Messages.Message() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
protected java.lang.String code
protected java.lang.String description
public TransactionResponse.Messages.Message()
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All Rights Reserved.