Uses of Interface
org.oasisOpen.docs.wsn.t1.TopicNamespaceType.Topic

Packages that use TopicNamespaceType.Topic
org.oasisOpen.docs.wsn.t1   
org.oasisOpen.docs.wsn.t1.impl   
 

Uses of TopicNamespaceType.Topic in org.oasisOpen.docs.wsn.t1
 

Methods in org.oasisOpen.docs.wsn.t1 that return TopicNamespaceType.Topic
 TopicNamespaceType.Topic TopicNamespaceType.addNewTopic()
          Appends and returns a new empty value (as xml) as the last "Topic" element
 TopicNamespaceType.Topic[] TopicNamespaceType.getTopicArray()
          Gets array of all "Topic" elements
 TopicNamespaceType.Topic TopicNamespaceType.getTopicArray(int i)
          Gets ith "Topic" element
 TopicNamespaceType.Topic TopicNamespaceType.insertNewTopic(int i)
          Inserts and returns a new empty value (as xml) as the ith "Topic" element
static TopicNamespaceType.Topic TopicNamespaceType.Topic.Factory.newInstance()
           
static TopicNamespaceType.Topic TopicNamespaceType.Topic.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.oasisOpen.docs.wsn.t1 with parameters of type TopicNamespaceType.Topic
 void TopicNamespaceType.setTopicArray(int i, TopicNamespaceType.Topic topic)
          Sets ith "Topic" element
 void TopicNamespaceType.setTopicArray(TopicNamespaceType.Topic[] topicArray)
          Sets array of all "Topic" element
 

Uses of TopicNamespaceType.Topic in org.oasisOpen.docs.wsn.t1.impl
 

Classes in org.oasisOpen.docs.wsn.t1.impl that implement TopicNamespaceType.Topic
static class TopicNamespaceTypeImpl.TopicImpl
          An XML Topic(@http://docs.oasis-open.org/wsn/t-1).
 

Methods in org.oasisOpen.docs.wsn.t1.impl that return TopicNamespaceType.Topic
 TopicNamespaceType.Topic TopicNamespaceTypeImpl.addNewTopic()
          Appends and returns a new empty value (as xml) as the last "Topic" element
 TopicNamespaceType.Topic[] TopicNamespaceTypeImpl.getTopicArray()
          Gets array of all "Topic" elements
 TopicNamespaceType.Topic TopicNamespaceTypeImpl.getTopicArray(int i)
          Gets ith "Topic" element
 TopicNamespaceType.Topic TopicNamespaceTypeImpl.insertNewTopic(int i)
          Inserts and returns a new empty value (as xml) as the ith "Topic" element
 

Methods in org.oasisOpen.docs.wsn.t1.impl with parameters of type TopicNamespaceType.Topic
 void TopicNamespaceTypeImpl.setTopicArray(int i, TopicNamespaceType.Topic topic)
          Sets ith "Topic" element
 void TopicNamespaceTypeImpl.setTopicArray(TopicNamespaceType.Topic[] topicArray)
          Sets array of all "Topic" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.