Uses of Interface
org.oasisOpen.docs.wsn.t1.TopicType
-
Packages that use TopicType Package Description org.oasisOpen.docs.wsn.t1 org.oasisOpen.docs.wsn.t1.impl -
-
Uses of TopicType in org.oasisOpen.docs.wsn.t1
Subinterfaces of TopicType in org.oasisOpen.docs.wsn.t1 Modifier and Type Interface Description static interfaceTopicNamespaceType.TopicAn XML Topic(@http://docs.oasis-open.org/wsn/t-1).Methods in org.oasisOpen.docs.wsn.t1 that return TopicType Modifier and Type Method Description TopicTypeTopicType. addNewTopic()Appends and returns a new empty value (as xml) as the last "Topic" elementTopicType[]TopicType. getTopicArray()Gets array of all "Topic" elementsTopicTypeTopicType. getTopicArray(int i)Gets ith "Topic" elementTopicTypeTopicType. insertNewTopic(int i)Inserts and returns a new empty value (as xml) as the ith "Topic" elementstatic TopicTypeTopicType.Factory. newInstance()static TopicTypeTopicType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TopicTypeTopicType.Factory. parse(File file)static TopicTypeTopicType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TopicTypeTopicType.Factory. parse(InputStream is)static TopicTypeTopicType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TopicTypeTopicType.Factory. parse(Reader r)static TopicTypeTopicType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TopicTypeTopicType.Factory. parse(String xmlAsString)static TopicTypeTopicType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TopicTypeTopicType.Factory. parse(URL u)static TopicTypeTopicType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TopicTypeTopicType.Factory. parse(XMLStreamReader sr)static TopicTypeTopicType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TopicTypeTopicType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TopicTypeTopicType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TopicTypeTopicType.Factory. parse(Node node)static TopicTypeTopicType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsn.t1 with parameters of type TopicType Modifier and Type Method Description voidTopicType. setTopicArray(int i, TopicType topic)Sets ith "Topic" elementvoidTopicType. setTopicArray(TopicType[] topicArray)Sets array of all "Topic" element -
Uses of TopicType in org.oasisOpen.docs.wsn.t1.impl
Classes in org.oasisOpen.docs.wsn.t1.impl that implement TopicType Modifier and Type Class Description static classTopicNamespaceTypeImpl.TopicImplAn XML Topic(@http://docs.oasis-open.org/wsn/t-1).classTopicTypeImplAn XML TopicType(@http://docs.oasis-open.org/wsn/t-1).Methods in org.oasisOpen.docs.wsn.t1.impl that return TopicType Modifier and Type Method Description TopicTypeTopicTypeImpl. addNewTopic()Appends and returns a new empty value (as xml) as the last "Topic" elementTopicType[]TopicTypeImpl. getTopicArray()Gets array of all "Topic" elementsTopicTypeTopicTypeImpl. getTopicArray(int i)Gets ith "Topic" elementTopicTypeTopicTypeImpl. insertNewTopic(int i)Inserts and returns a new empty value (as xml) as the ith "Topic" elementMethods in org.oasisOpen.docs.wsn.t1.impl with parameters of type TopicType Modifier and Type Method Description voidTopicTypeImpl. setTopicArray(int i, TopicType topic)Sets ith "Topic" elementvoidTopicTypeImpl. setTopicArray(TopicType[] topicArray)Sets array of all "Topic" element
-