|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TopicType
An XML TopicType(@http://docs.oasis-open.org/wsn/t-1). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TopicType.Factory
A factory class with static methods for creating instances of this type. |
static interface |
TopicType.MessageTypes
An XML messageTypes(@). |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
QueryExpressionType |
addNewMessagePattern()
Appends and returns a new empty "MessagePattern" element |
TopicType |
addNewTopic()
Appends and returns a new empty value (as xml) as the last "Topic" element |
boolean |
getFinal()
Gets the "final" attribute |
QueryExpressionType |
getMessagePattern()
Gets the "MessagePattern" element |
List |
getMessageTypes()
Gets the "messageTypes" attribute |
String |
getName()
Gets the "name" attribute |
TopicType[] |
getTopicArray()
Gets array of all "Topic" elements |
TopicType |
getTopicArray(int i)
Gets ith "Topic" element |
TopicType |
insertNewTopic(int i)
Inserts and returns a new empty value (as xml) as the ith "Topic" element |
boolean |
isSetFinal()
True if has "final" attribute |
boolean |
isSetMessagePattern()
True if has "MessagePattern" element |
boolean |
isSetMessageTypes()
True if has "messageTypes" attribute |
void |
removeTopic(int i)
Removes the ith "Topic" element |
void |
setFinal(boolean xfinal)
Sets the "final" attribute |
void |
setMessagePattern(QueryExpressionType messagePattern)
Sets the "MessagePattern" element |
void |
setMessageTypes(List messageTypes)
Sets the "messageTypes" attribute |
void |
setName(String name)
Sets the "name" attribute |
void |
setTopicArray(int i,
TopicType topic)
Sets ith "Topic" element |
void |
setTopicArray(TopicType[] topicArray)
Sets array of all "Topic" element |
int |
sizeOfTopicArray()
Returns number of "Topic" element |
void |
unsetFinal()
Unsets the "final" attribute |
void |
unsetMessagePattern()
Unsets the "MessagePattern" element |
void |
unsetMessageTypes()
Unsets the "messageTypes" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetFinal()
Gets (as xml) the "final" attribute |
TopicType.MessageTypes |
xgetMessageTypes()
Gets (as xml) the "messageTypes" attribute |
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute |
void |
xsetFinal(org.apache.xmlbeans.XmlBoolean xfinal)
Sets (as xml) the "final" attribute |
void |
xsetMessageTypes(TopicType.MessageTypes messageTypes)
Sets (as xml) the "messageTypes" attribute |
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" 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, 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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
QueryExpressionType getMessagePattern()
boolean isSetMessagePattern()
void setMessagePattern(QueryExpressionType messagePattern)
QueryExpressionType addNewMessagePattern()
void unsetMessagePattern()
TopicType[] getTopicArray()
TopicType getTopicArray(int i)
int sizeOfTopicArray()
void setTopicArray(TopicType[] topicArray)
void setTopicArray(int i, TopicType topic)
TopicType insertNewTopic(int i)
TopicType addNewTopic()
void removeTopic(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
List getMessageTypes()
TopicType.MessageTypes xgetMessageTypes()
boolean isSetMessageTypes()
void setMessageTypes(List messageTypes)
void xsetMessageTypes(TopicType.MessageTypes messageTypes)
void unsetMessageTypes()
boolean getFinal()
org.apache.xmlbeans.XmlBoolean xgetFinal()
boolean isSetFinal()
void setFinal(boolean xfinal)
void xsetFinal(org.apache.xmlbeans.XmlBoolean xfinal)
void unsetFinal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |