org.oasis.wsn
Class NotificationProducerRP

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

public class NotificationProducerRP
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  boolean fixedTopicSet
           
private  TopicExpressionType[] topic
           
private  URI[] topicExpressionDialects
           
private static TypeDesc typeDesc
           
 
Constructor Summary
NotificationProducerRP()
           
NotificationProducerRP(boolean fixedTopicSet, TopicExpressionType[] topic, URI[] topicExpressionDialects)
           
 
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
 

Field Detail

topic

private TopicExpressionType[] topic

fixedTopicSet

private boolean fixedTopicSet

topicExpressionDialects

private URI[] topicExpressionDialects

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

NotificationProducerRP

public NotificationProducerRP()

NotificationProducerRP

public NotificationProducerRP(boolean fixedTopicSet,
                              TopicExpressionType[] topic,
                              URI[] topicExpressionDialects)
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)

hashCode

public int hashCode()

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