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

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

Uses of TopicNamespaceType in net.opengis.swes.x20
 

Methods in net.opengis.swes.x20 that return TopicNamespaceType
 TopicNamespaceType NotificationProducerMetadataType.addNewUsedTopicNamespace()
          Appends and returns a new empty value (as xml) as the last "usedTopicNamespace" element
 TopicNamespaceType[] NotificationProducerMetadataType.getUsedTopicNamespaceArray()
          Gets array of all "usedTopicNamespace" elements
 TopicNamespaceType NotificationProducerMetadataType.getUsedTopicNamespaceArray(int i)
          Gets ith "usedTopicNamespace" element
 TopicNamespaceType NotificationProducerMetadataType.insertNewUsedTopicNamespace(int i)
          Inserts and returns a new empty value (as xml) as the ith "usedTopicNamespace" element
 

Methods in net.opengis.swes.x20 with parameters of type TopicNamespaceType
 void NotificationProducerMetadataType.setUsedTopicNamespaceArray(int i, TopicNamespaceType usedTopicNamespace)
          Sets ith "usedTopicNamespace" element
 void NotificationProducerMetadataType.setUsedTopicNamespaceArray(TopicNamespaceType[] usedTopicNamespaceArray)
          Sets array of all "usedTopicNamespace" element
 

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

Methods in net.opengis.swes.x20.impl that return TopicNamespaceType
 TopicNamespaceType NotificationProducerMetadataTypeImpl.addNewUsedTopicNamespace()
          Appends and returns a new empty value (as xml) as the last "usedTopicNamespace" element
 TopicNamespaceType[] NotificationProducerMetadataTypeImpl.getUsedTopicNamespaceArray()
          Gets array of all "usedTopicNamespace" elements
 TopicNamespaceType NotificationProducerMetadataTypeImpl.getUsedTopicNamespaceArray(int i)
          Gets ith "usedTopicNamespace" element
 TopicNamespaceType NotificationProducerMetadataTypeImpl.insertNewUsedTopicNamespace(int i)
          Inserts and returns a new empty value (as xml) as the ith "usedTopicNamespace" element
 

Methods in net.opengis.swes.x20.impl with parameters of type TopicNamespaceType
 void NotificationProducerMetadataTypeImpl.setUsedTopicNamespaceArray(int i, TopicNamespaceType usedTopicNamespace)
          Sets ith "usedTopicNamespace" element
 void NotificationProducerMetadataTypeImpl.setUsedTopicNamespaceArray(TopicNamespaceType[] usedTopicNamespaceArray)
          Sets array of all "usedTopicNamespace" element
 

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

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

Methods in org.oasisOpen.docs.wsn.t1 with parameters of type TopicNamespaceType
 void TopicNamespaceDocument.setTopicNamespace(TopicNamespaceType topicNamespace)
          Sets the "TopicNamespace" element
 

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

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

Methods in org.oasisOpen.docs.wsn.t1.impl that return TopicNamespaceType
 TopicNamespaceType TopicNamespaceDocumentImpl.addNewTopicNamespace()
          Appends and returns a new empty "TopicNamespace" element
 TopicNamespaceType TopicNamespaceDocumentImpl.getTopicNamespace()
          Gets the "TopicNamespace" element
 

Methods in org.oasisOpen.docs.wsn.t1.impl with parameters of type TopicNamespaceType
 void TopicNamespaceDocumentImpl.setTopicNamespace(TopicNamespaceType topicNamespace)
          Sets the "TopicNamespace" element
 



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