org.oasis.wsn
Class NotificationProducerRP

java.lang.Object
  extended byorg.oasis.wsn.NotificationProducerRP
All Implemented Interfaces:
java.io.Serializable

public class NotificationProducerRP
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Boolean fixedTopicSet
           
private  TopicExpressionType[] topicExpression
           
private  org.apache.axis.types.URI[] topicExpressionDialect
           
private  TopicSetType topicSet
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
NotificationProducerRP()
           
NotificationProducerRP(TopicExpressionType[] topicExpression, java.lang.Boolean fixedTopicSet, org.apache.axis.types.URI[] topicExpressionDialect, TopicSetType topicSet)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Boolean getFixedTopicSet()
          Gets the fixedTopicSet value for this NotificationProducerRP.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TopicExpressionType[] getTopicExpression()
          Gets the topicExpression value for this NotificationProducerRP.
 TopicExpressionType getTopicExpression(int i)
           
 org.apache.axis.types.URI[] getTopicExpressionDialect()
          Gets the topicExpressionDialect value for this NotificationProducerRP.
 org.apache.axis.types.URI getTopicExpressionDialect(int i)
           
 TopicSetType getTopicSet()
          Gets the topicSet value for this NotificationProducerRP.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFixedTopicSet(java.lang.Boolean fixedTopicSet)
          Sets the fixedTopicSet value for this NotificationProducerRP.
 void setTopicExpression(int i, TopicExpressionType _value)
           
 void setTopicExpression(TopicExpressionType[] topicExpression)
          Sets the topicExpression value for this NotificationProducerRP.
 void setTopicExpressionDialect(int i, org.apache.axis.types.URI _value)
           
 void setTopicExpressionDialect(org.apache.axis.types.URI[] topicExpressionDialect)
          Sets the topicExpressionDialect value for this NotificationProducerRP.
 void setTopicSet(TopicSetType topicSet)
          Sets the topicSet value for this NotificationProducerRP.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topicExpression

private TopicExpressionType[] topicExpression

fixedTopicSet

private java.lang.Boolean fixedTopicSet

topicExpressionDialect

private org.apache.axis.types.URI[] topicExpressionDialect

topicSet

private TopicSetType topicSet

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

NotificationProducerRP

public NotificationProducerRP()

NotificationProducerRP

public NotificationProducerRP(TopicExpressionType[] topicExpression,
                              java.lang.Boolean fixedTopicSet,
                              org.apache.axis.types.URI[] topicExpressionDialect,
                              TopicSetType topicSet)
Method Detail

getTopicExpression

public TopicExpressionType[] getTopicExpression()
Gets the topicExpression value for this NotificationProducerRP.

Returns:
topicExpression

setTopicExpression

public void setTopicExpression(TopicExpressionType[] topicExpression)
Sets the topicExpression value for this NotificationProducerRP.

Parameters:
topicExpression -

getTopicExpression

public TopicExpressionType getTopicExpression(int i)

setTopicExpression

public void setTopicExpression(int i,
                               TopicExpressionType _value)

getFixedTopicSet

public java.lang.Boolean getFixedTopicSet()
Gets the fixedTopicSet value for this NotificationProducerRP.

Returns:
fixedTopicSet

setFixedTopicSet

public void setFixedTopicSet(java.lang.Boolean fixedTopicSet)
Sets the fixedTopicSet value for this NotificationProducerRP.

Parameters:
fixedTopicSet -

getTopicExpressionDialect

public org.apache.axis.types.URI[] getTopicExpressionDialect()
Gets the topicExpressionDialect value for this NotificationProducerRP.

Returns:
topicExpressionDialect

setTopicExpressionDialect

public void setTopicExpressionDialect(org.apache.axis.types.URI[] topicExpressionDialect)
Sets the topicExpressionDialect value for this NotificationProducerRP.

Parameters:
topicExpressionDialect -

getTopicExpressionDialect

public org.apache.axis.types.URI getTopicExpressionDialect(int i)

setTopicExpressionDialect

public void setTopicExpressionDialect(int i,
                                      org.apache.axis.types.URI _value)

getTopicSet

public TopicSetType getTopicSet()
Gets the topicSet value for this NotificationProducerRP.

Returns:
topicSet

setTopicSet

public void setTopicSet(TopicSetType topicSet)
Sets the topicSet value for this NotificationProducerRP.

Parameters:
topicSet -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer