com.ibm.wsrf.notification
Class _NotificationProducerRP

java.lang.Object
  |
  +--com.ibm.wsrf.notification._NotificationProducerRP
All Implemented Interfaces:
Serializable

public class _NotificationProducerRP
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
_NotificationProducerRP()
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 TopicExpressionType[] getTopic()
          Gets the topic value for this _NotificationProducerRP.
 TopicExpressionType getTopic(int i)
           
 URI[] getTopicExpressionDialects()
          Gets the topicExpressionDialects value for this _NotificationProducerRP.
 URI getTopicExpressionDialects(int i)
           
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isFixedTopicSet()
          Gets the fixedTopicSet value for this _NotificationProducerRP.
 void setFixedTopicSet(boolean fixedTopicSet)
          Sets the fixedTopicSet value for this _NotificationProducerRP.
 void setTopic(int i, TopicExpressionType value)
           
 void setTopic(TopicExpressionType[] topic)
          Sets the topic value for this _NotificationProducerRP.
 void setTopicExpressionDialects(int i, URI value)
           
 void setTopicExpressionDialects(URI[] topicExpressionDialects)
          Sets the topicExpressionDialects value for this _NotificationProducerRP.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_NotificationProducerRP

public _NotificationProducerRP()
Method Detail

getTopic

public TopicExpressionType[] getTopic()
Gets the topic value for this _NotificationProducerRP.
Returns:
topic

setTopic

public void setTopic(TopicExpressionType[] topic)
Sets the topic value for this _NotificationProducerRP.
Parameters:
topic -  

getTopic

public TopicExpressionType getTopic(int i)

setTopic

public void setTopic(int i,
                     TopicExpressionType value)

isFixedTopicSet

public boolean isFixedTopicSet()
Gets the fixedTopicSet value for this _NotificationProducerRP.
Returns:
fixedTopicSet

setFixedTopicSet

public void setFixedTopicSet(boolean fixedTopicSet)
Sets the fixedTopicSet value for this _NotificationProducerRP.
Parameters:
fixedTopicSet -  

getTopicExpressionDialects

public URI[] getTopicExpressionDialects()
Gets the topicExpressionDialects value for this _NotificationProducerRP.
Returns:
topicExpressionDialects

setTopicExpressionDialects

public void setTopicExpressionDialects(URI[] topicExpressionDialects)
Sets the topicExpressionDialects value for this _NotificationProducerRP.
Parameters:
topicExpressionDialects -  

getTopicExpressionDialects

public URI getTopicExpressionDialects(int i)

setTopicExpressionDialects

public void setTopicExpressionDialects(int i,
                                       URI value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer

getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.