public class OnStatus 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="status" type="{http://xmlns.oracle.com/ucs/messaging/types}status"/>
<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 Status |
status |
| Constructor and Description |
|---|
OnStatus() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCorrelator()
Gets the value of the correlator property.
|
Status |
getStatus()
Gets the value of the status property.
|
void |
setCorrelator(byte[] value)
Sets the value of the correlator property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
protected Status status
protected byte[] correlator
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic byte[] getCorrelator()
public void setCorrelator(byte[] value)
value - allowed object is
byte[]Copyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.