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