public class XmlMessage extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected String |
value |
| Constructor and Description |
|---|
XmlMessage() |
protected String value
protected int id
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic int getId()
public void setId(int value)
Copyright © 2018. All rights reserved.