public class NotificationProducerRP
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.nortel.com/soa/oi/cct/types/NotificationProducer}Topic" maxOccurs="unbounded"/> <element ref="{http://www.nortel.com/soa/oi/cct/types/NotificationProducer}FixedTopicSet"/> <element ref="{http://www.nortel.com/soa/oi/cct/types/NotificationProducer}TopicExpressionDialects" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
NotificationProducerRP() |
Modifier and Type | Method and Description |
---|---|
java.util.List<com.nortel.soa.oi.cct.basenotification.TopicExpressionType> |
getTopic()
Gets the value of the topic property.
|
java.util.List<java.lang.String> |
getTopicExpressionDialects()
Gets the value of the topicExpressionDialects property.
|
boolean |
isFixedTopicSet()
Gets the value of the fixedTopicSet property.
|
void |
setFixedTopicSet(boolean value)
Sets the value of the fixedTopicSet property.
|
public java.util.List<com.nortel.soa.oi.cct.basenotification.TopicExpressionType> getTopic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the topic property.
For example, to add a new item, do as follows:
getTopic().add(newItem);
Objects of the following type(s) are allowed in the list
TopicExpressionType
public boolean isFixedTopicSet()
public void setFixedTopicSet(boolean value)
public java.util.List<java.lang.String> getTopicExpressionDialects()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the topicExpressionDialects property.
For example, to add a new item, do as follows:
getTopicExpressionDialects().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2010 All Rights Reserved.