Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local
Class StartMessageNotification

java.lang.Object
  extended by org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotification

public class StartMessageNotification
extends java.lang.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>
 


Constructor Summary
StartMessageNotification()
           
 
Method Summary
 java.lang.String getCriteria()
          Gets the value of the criteria property.
 java.lang.String getMessageServiceActivationNumber()
          Gets the value of the messageServiceActivationNumber property.
 SimpleReference getReference()
          Gets the value of the reference property.
 void setCriteria(java.lang.String value)
          Sets the value of the criteria property.
 void setMessageServiceActivationNumber(java.lang.String value)
          Sets the value of the messageServiceActivationNumber property.
 void setReference(SimpleReference value)
          Sets the value of the reference property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartMessageNotification

public StartMessageNotification()
Method Detail

getCriteria

public java.lang.String getCriteria()
Gets the value of the criteria property.

Returns:
possible object is String

getMessageServiceActivationNumber

public java.lang.String getMessageServiceActivationNumber()
Gets the value of the messageServiceActivationNumber property.

Returns:
possible object is String

getReference

public SimpleReference getReference()
Gets the value of the reference property.

Returns:
possible object is SimpleReference

setCriteria

public void setCriteria(java.lang.String value)
Sets the value of the criteria property.

Parameters:
value - allowed object is String

setMessageServiceActivationNumber

public void setMessageServiceActivationNumber(java.lang.String value)
Sets the value of the messageServiceActivationNumber property.

Parameters:
value - allowed object is String

setReference

public void setReference(SimpleReference value)
Sets the value of the reference property.

Parameters:
value - allowed object is SimpleReference

Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.