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