public class Send 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="message" type="{http://xmlns.oracle.com/ucs/messaging/types}message"/>
<element name="listener" type="{http://xmlns.oracle.com/ucs/messaging/types}listenerReference"/>
<element name="correlator" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
correlator |
protected ListenerReference |
listener |
protected Message |
message |
| Constructor and Description |
|---|
Send() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCorrelator()
Gets the value of the correlator property.
|
ListenerReference |
getListener()
Gets the value of the listener property.
|
Message |
getMessage()
Gets the value of the message property.
|
void |
setCorrelator(byte[] value)
Sets the value of the correlator property.
|
void |
setListener(ListenerReference value)
Sets the value of the listener property.
|
void |
setMessage(Message value)
Sets the value of the message property.
|
protected Message message
protected ListenerReference listener
protected byte[] correlator
public Message getMessage()
Messagepublic void setMessage(Message value)
value - allowed object is
Messagepublic ListenerReference getListener()
ListenerReferencepublic void setListener(ListenerReference value)
value - allowed object is
ListenerReferencepublic byte[] getCorrelator()
public void setCorrelator(byte[] value)
value - allowed object is
byte[]Copyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.