Uses of Class
net.oasis.wsn.b2.TopicExpressionType

Packages that use TopicExpressionType
net.oasis.wsn.b2   
net.oasis.wsn.br2   
 

Uses of TopicExpressionType in net.oasis.wsn.b2
 

Fields in net.oasis.wsn.b2 declared as TopicExpressionType
protected  TopicExpressionType NotificationMessageHolderType.topic
           
protected  TopicExpressionType GetCurrentMessage.topic
           
 

Fields in net.oasis.wsn.b2 with type parameters of type TopicExpressionType
protected  java.util.List<TopicExpressionType> NotificationProducerRP.topicExpression
           
 

Methods in net.oasis.wsn.b2 that return TopicExpressionType
 TopicExpressionType ObjectFactory.createTopicExpressionType()
          Create an instance of TopicExpressionType
 TopicExpressionType NotificationMessageHolderType.getTopic()
          Ruft den Wert der topic-Eigenschaft ab.
 TopicExpressionType GetCurrentMessage.getTopic()
          Ruft den Wert der topic-Eigenschaft ab.
 

Methods in net.oasis.wsn.b2 that return types with arguments of type TopicExpressionType
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopicExpression(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 java.util.List<TopicExpressionType> NotificationProducerRP.getTopicExpression()
          Gets the value of the topicExpression property.
 

Methods in net.oasis.wsn.b2 with parameters of type TopicExpressionType
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopicExpression(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 void NotificationMessageHolderType.setTopic(TopicExpressionType value)
          Legt den Wert der topic-Eigenschaft fest.
 void GetCurrentMessage.setTopic(TopicExpressionType value)
          Legt den Wert der topic-Eigenschaft fest.
 

Method parameters in net.oasis.wsn.b2 with type arguments of type TopicExpressionType
 void NotificationProducerRP.setTopicExpression(java.util.List<TopicExpressionType> value)
           
 

Uses of TopicExpressionType in net.oasis.wsn.br2
 

Fields in net.oasis.wsn.br2 with type parameters of type TopicExpressionType
protected  java.util.List<TopicExpressionType> RegisterPublisher.topic
           
protected  java.util.List<TopicExpressionType> PublisherRegistrationRP.topic
           
protected  java.util.List<TopicExpressionType> NotificationBrokerRP.topicExpression
           
 

Methods in net.oasis.wsn.br2 that return types with arguments of type TopicExpressionType
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 java.util.List<TopicExpressionType> RegisterPublisher.getTopic()
          Gets the value of the topic property.
 java.util.List<TopicExpressionType> PublisherRegistrationRP.getTopic()
          Gets the value of the topic property.
 java.util.List<TopicExpressionType> NotificationBrokerRP.getTopicExpression()
          Gets the value of the topicExpression property.
 

Methods in net.oasis.wsn.br2 with parameters of type TopicExpressionType
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 

Method parameters in net.oasis.wsn.br2 with type arguments of type TopicExpressionType
 void RegisterPublisher.setTopic(java.util.List<TopicExpressionType> value)
           
 void PublisherRegistrationRP.setTopic(java.util.List<TopicExpressionType> value)
           
 void NotificationBrokerRP.setTopicExpression(java.util.List<TopicExpressionType> value)
           
 



Copyright © 2008-2013 Highsource. All Rights Reserved.