public class GetMessage extends Object
Java class for getMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="messageRefIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
messageRefIdentifier |
| Constructor and Description |
|---|
GetMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageRefIdentifier()
Gets the value of the messageRefIdentifier property.
|
void |
setMessageRefIdentifier(String value)
Sets the value of the messageRefIdentifier property.
|
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.