|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.oasis.wsn.NotificationProducerRP
| 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 |
private TopicExpressionType[] topic
private boolean fixedTopicSet
private URI[] topicExpressionDialects
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
| Constructor Detail |
public NotificationProducerRP()
public NotificationProducerRP(boolean fixedTopicSet,
TopicExpressionType[] topic,
URI[] topicExpressionDialects)
| Method Detail |
public TopicExpressionType[] getTopic()
public void setTopic(TopicExpressionType[] topic)
topic - public TopicExpressionType getTopic(int i)
public void setTopic(int i,
TopicExpressionType _value)
public boolean isFixedTopicSet()
public void setFixedTopicSet(boolean fixedTopicSet)
fixedTopicSet - public URI[] getTopicExpressionDialects()
public void setTopicExpressionDialects(URI[] topicExpressionDialects)
topicExpressionDialects - public URI getTopicExpressionDialects(int i)
public void setTopicExpressionDialects(int i,
URI _value)
public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||