Uses of Interface
org.oasisOpen.docs.wsn.t1.TopicSetType

Packages that use TopicSetType
net.opengis.swes.x20   
net.opengis.swes.x20.impl   
org.oasisOpen.docs.wsn.t1   
org.oasisOpen.docs.wsn.t1.impl   
 

Uses of TopicSetType in net.opengis.swes.x20
 

Methods in net.opengis.swes.x20 that return TopicSetType
 TopicSetType NotificationProducerMetadataType.ServedTopics.addNewTopicSet()
          Appends and returns a new empty "TopicSet" element
 TopicSetType NotificationProducerMetadataType.ServedTopics.getTopicSet()
          Gets the "TopicSet" element
 

Methods in net.opengis.swes.x20 with parameters of type TopicSetType
 void NotificationProducerMetadataType.ServedTopics.setTopicSet(TopicSetType topicSet)
          Sets the "TopicSet" element
 

Uses of TopicSetType in net.opengis.swes.x20.impl
 

Methods in net.opengis.swes.x20.impl that return TopicSetType
 TopicSetType NotificationProducerMetadataTypeImpl.ServedTopicsImpl.addNewTopicSet()
          Appends and returns a new empty "TopicSet" element
 TopicSetType NotificationProducerMetadataTypeImpl.ServedTopicsImpl.getTopicSet()
          Gets the "TopicSet" element
 

Methods in net.opengis.swes.x20.impl with parameters of type TopicSetType
 void NotificationProducerMetadataTypeImpl.ServedTopicsImpl.setTopicSet(TopicSetType topicSet)
          Sets the "TopicSet" element
 

Uses of TopicSetType in org.oasisOpen.docs.wsn.t1
 

Methods in org.oasisOpen.docs.wsn.t1 that return TopicSetType
 TopicSetType TopicSetDocument.addNewTopicSet()
          Appends and returns a new empty "TopicSet" element
 TopicSetType TopicSetDocument.getTopicSet()
          Gets the "TopicSet" element
static TopicSetType TopicSetType.Factory.newInstance()
           
static TopicSetType TopicSetType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TopicSetType TopicSetType.Factory.parse(File file)
           
static TopicSetType TopicSetType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetType TopicSetType.Factory.parse(InputStream is)
           
static TopicSetType TopicSetType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetType TopicSetType.Factory.parse(Node node)
           
static TopicSetType TopicSetType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetType TopicSetType.Factory.parse(Reader r)
           
static TopicSetType TopicSetType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetType TopicSetType.Factory.parse(String xmlAsString)
           
static TopicSetType TopicSetType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetType TopicSetType.Factory.parse(URL u)
           
static TopicSetType TopicSetType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetType TopicSetType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TopicSetType TopicSetType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TopicSetType TopicSetType.Factory.parse(XMLStreamReader sr)
           
static TopicSetType TopicSetType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.oasisOpen.docs.wsn.t1 with parameters of type TopicSetType
 void TopicSetDocument.setTopicSet(TopicSetType topicSet)
          Sets the "TopicSet" element
 

Uses of TopicSetType in org.oasisOpen.docs.wsn.t1.impl
 

Classes in org.oasisOpen.docs.wsn.t1.impl that implement TopicSetType
 class TopicSetTypeImpl
          An XML TopicSetType(@http://docs.oasis-open.org/wsn/t-1).
 

Methods in org.oasisOpen.docs.wsn.t1.impl that return TopicSetType
 TopicSetType TopicSetDocumentImpl.addNewTopicSet()
          Appends and returns a new empty "TopicSet" element
 TopicSetType TopicSetDocumentImpl.getTopicSet()
          Gets the "TopicSet" element
 

Methods in org.oasisOpen.docs.wsn.t1.impl with parameters of type TopicSetType
 void TopicSetDocumentImpl.setTopicSet(TopicSetType topicSet)
          Sets the "TopicSet" element
 



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