Package org.oasisOpen.docs.wsn.t1
Interface TopicNamespaceType
-
- All Superinterfaces:
ExtensibleDocumented,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TopicNamespaceTypeImpl
public interface TopicNamespaceType extends ExtensibleDocumented
An XML TopicNamespaceType(@http://docs.oasis-open.org/wsn/t-1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTopicNamespaceType.FactoryA factory class with static methods for creating instances of this type.static interfaceTopicNamespaceType.TopicAn XML Topic(@http://docs.oasis-open.org/wsn/t-1).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicNamespaceType.TopicaddNewTopic()Appends and returns a new empty value (as xml) as the last "Topic" elementbooleangetFinal()Gets the "final" attributeStringgetName()Gets the "name" attributeStringgetTargetNamespace()Gets the "targetNamespace" attributeTopicNamespaceType.Topic[]getTopicArray()Gets array of all "Topic" elementsTopicNamespaceType.TopicgetTopicArray(int i)Gets ith "Topic" elementTopicNamespaceType.TopicinsertNewTopic(int i)Inserts and returns a new empty value (as xml) as the ith "Topic" elementbooleanisSetFinal()True if has "final" attributebooleanisSetName()True if has "name" attributevoidremoveTopic(int i)Removes the ith "Topic" elementvoidsetFinal(boolean xfinal)Sets the "final" attributevoidsetName(String name)Sets the "name" attributevoidsetTargetNamespace(String targetNamespace)Sets the "targetNamespace" attributevoidsetTopicArray(int i, TopicNamespaceType.Topic topic)Sets ith "Topic" elementvoidsetTopicArray(TopicNamespaceType.Topic[] topicArray)Sets array of all "Topic" elementintsizeOfTopicArray()Returns number of "Topic" elementvoidunsetFinal()Unsets the "final" attributevoidunsetName()Unsets the "name" attributeorg.apache.xmlbeans.XmlBooleanxgetFinal()Gets (as xml) the "final" attributeorg.apache.xmlbeans.XmlNCNamexgetName()Gets (as xml) the "name" attributeorg.apache.xmlbeans.XmlAnyURIxgetTargetNamespace()Gets (as xml) the "targetNamespace" attributevoidxsetFinal(org.apache.xmlbeans.XmlBoolean xfinal)Sets (as xml) the "final" attributevoidxsetName(org.apache.xmlbeans.XmlNCName name)Sets (as xml) the "name" attributevoidxsetTargetNamespace(org.apache.xmlbeans.XmlAnyURI targetNamespace)Sets (as xml) the "targetNamespace" attribute-
Methods inherited from interface org.oasisOpen.docs.wsn.t1.ExtensibleDocumented
addNewDocumentation, getDocumentation, isSetDocumentation, setDocumentation, unsetDocumentation
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getTopicArray
TopicNamespaceType.Topic[] getTopicArray()
Gets array of all "Topic" elements
-
getTopicArray
TopicNamespaceType.Topic getTopicArray(int i)
Gets ith "Topic" element
-
sizeOfTopicArray
int sizeOfTopicArray()
Returns number of "Topic" element
-
setTopicArray
void setTopicArray(TopicNamespaceType.Topic[] topicArray)
Sets array of all "Topic" element
-
setTopicArray
void setTopicArray(int i, TopicNamespaceType.Topic topic)Sets ith "Topic" element
-
insertNewTopic
TopicNamespaceType.Topic insertNewTopic(int i)
Inserts and returns a new empty value (as xml) as the ith "Topic" element
-
addNewTopic
TopicNamespaceType.Topic addNewTopic()
Appends and returns a new empty value (as xml) as the last "Topic" element
-
removeTopic
void removeTopic(int i)
Removes the ith "Topic" element
-
getName
String getName()
Gets the "name" attribute
-
xgetName
org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(String name)
Sets the "name" attribute
-
xsetName
void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getTargetNamespace
String getTargetNamespace()
Gets the "targetNamespace" attribute
-
xgetTargetNamespace
org.apache.xmlbeans.XmlAnyURI xgetTargetNamespace()
Gets (as xml) the "targetNamespace" attribute
-
setTargetNamespace
void setTargetNamespace(String targetNamespace)
Sets the "targetNamespace" attribute
-
xsetTargetNamespace
void xsetTargetNamespace(org.apache.xmlbeans.XmlAnyURI targetNamespace)
Sets (as xml) the "targetNamespace" attribute
-
getFinal
boolean getFinal()
Gets the "final" attribute
-
xgetFinal
org.apache.xmlbeans.XmlBoolean xgetFinal()
Gets (as xml) the "final" attribute
-
isSetFinal
boolean isSetFinal()
True if has "final" attribute
-
setFinal
void setFinal(boolean xfinal)
Sets the "final" attribute
-
xsetFinal
void xsetFinal(org.apache.xmlbeans.XmlBoolean xfinal)
Sets (as xml) the "final" attribute
-
unsetFinal
void unsetFinal()
Unsets the "final" attribute
-
-