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