com.ebmwebsourcing.wsstar.jaxb.notification.base
Class NotificationProducerRP

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.jaxb.notification.base.NotificationProducerRP

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://docs.oasis-open.org/wsn/b-2}TopicExpression" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsn/b-2}FixedTopicSet" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsn/b-2}TopicExpressionDialect" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsn/t-1}TopicSet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean fixedTopicSet
           
protected  java.util.List<TopicExpressionType> topicExpression
           
protected  java.util.List<java.lang.String> topicExpressionDialect
           
protected  com.ebmwebsourcing.wsstar.jaxb.notification.topics.TopicSetType topicSet
           
 
Constructor Summary
NotificationProducerRP()
           
 
Method Summary
 java.util.List<TopicExpressionType> getTopicExpression()
          Gets the value of the topicExpression property.
 java.util.List<java.lang.String> getTopicExpressionDialect()
          Gets the value of the topicExpressionDialect property.
 com.ebmwebsourcing.wsstar.jaxb.notification.topics.TopicSetType getTopicSet()
          Gets the value of the topicSet property.
 java.lang.Boolean isFixedTopicSet()
          Gets the value of the fixedTopicSet property.
 void setFixedTopicSet(java.lang.Boolean value)
          Sets the value of the fixedTopicSet property.
 void setTopicSet(com.ebmwebsourcing.wsstar.jaxb.notification.topics.TopicSetType value)
          Sets the value of the topicSet property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topicExpression

protected java.util.List<TopicExpressionType> topicExpression

fixedTopicSet

protected java.lang.Boolean fixedTopicSet

topicExpressionDialect

protected java.util.List<java.lang.String> topicExpressionDialect

topicSet

protected com.ebmwebsourcing.wsstar.jaxb.notification.topics.TopicSetType topicSet
Constructor Detail

NotificationProducerRP

public NotificationProducerRP()
Method Detail

getTopicExpression

public java.util.List<TopicExpressionType> getTopicExpression()
Gets the value of the topicExpression property.

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 topicExpression property.

For example, to add a new item, do as follows:

    getTopicExpression().add(newItem);
 

Objects of the following type(s) are allowed in the list TopicExpressionType


isFixedTopicSet

public java.lang.Boolean isFixedTopicSet()
Gets the value of the fixedTopicSet property.

Returns:
possible object is Boolean

setFixedTopicSet

public void setFixedTopicSet(java.lang.Boolean value)
Sets the value of the fixedTopicSet property.

Parameters:
value - allowed object is Boolean

getTopicExpressionDialect

public java.util.List<java.lang.String> getTopicExpressionDialect()
Gets the value of the topicExpressionDialect property.

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 topicExpressionDialect property.

For example, to add a new item, do as follows:

    getTopicExpressionDialect().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getTopicSet

public com.ebmwebsourcing.wsstar.jaxb.notification.topics.TopicSetType getTopicSet()
Gets the value of the topicSet property.

Returns:
possible object is TopicSetType

setTopicSet

public void setTopicSet(com.ebmwebsourcing.wsstar.jaxb.notification.topics.TopicSetType value)
Sets the value of the topicSet property.

Parameters:
value - allowed object is TopicSetType


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.