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