public class StartMessageNotification extends Object
Java class for startMessageNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="startMessageNotification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reference" type="{http://www.csapi.org/schema/parlayx/common/v2_1}SimpleReference"/>
<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 SimpleReference |
reference |
| Constructor and Description |
|---|
StartMessageNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCriteria()
Gets the value of the criteria property.
|
String |
getMessageServiceActivationNumber()
Gets the value of the messageServiceActivationNumber property.
|
SimpleReference |
getReference()
Gets the value of the reference property.
|
void |
setCriteria(String value)
Sets the value of the criteria property.
|
void |
setMessageServiceActivationNumber(String value)
Sets the value of the messageServiceActivationNumber property.
|
void |
setReference(SimpleReference value)
Sets the value of the reference property.
|
protected SimpleReference reference
protected String messageServiceActivationNumber
protected String criteria
public SimpleReference getReference()
SimpleReferencepublic void setReference(SimpleReference value)
value - allowed object is
SimpleReferencepublic 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.