public class Replace extends 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="messageIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message" type="{http://xmlns.oracle.com/ucs/messaging/types}message"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Message |
message |
protected String |
messageIdentifier |
| Constructor and Description |
|---|
Replace() |
| Modifier and Type | Method and Description |
|---|---|
Message |
getMessage()
Gets the value of the message property.
|
String |
getMessageIdentifier()
Gets the value of the messageIdentifier property.
|
void |
setMessage(Message value)
Sets the value of the message property.
|
void |
setMessageIdentifier(String value)
Sets the value of the messageIdentifier property.
|
public String getMessageIdentifier()
Stringpublic void setMessageIdentifier(String value)
value - allowed object is
Stringpublic Message getMessage()
MessageCopyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.