Package org.oasisOpen.docs.wsn.b2
Interface NotificationProducerRPDocument.NotificationProducerRP
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NotificationProducerRPDocumentImpl.NotificationProducerRPImpl
- Enclosing interface:
- NotificationProducerRPDocument
public static interface NotificationProducerRPDocument.NotificationProducerRP extends org.apache.xmlbeans.XmlObjectAn XML NotificationProducerRP(@http://docs.oasis-open.org/wsn/b-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotificationProducerRPDocument.NotificationProducerRP.FactoryA factory class with static methods for creating instances of this type.
-
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 TopicExpressionTypeaddNewTopicExpression()Appends and returns a new empty value (as xml) as the last "TopicExpression" elementorg.apache.xmlbeans.XmlAnyURIaddNewTopicExpressionDialect()Appends and returns a new empty value (as xml) as the last "TopicExpressionDialect" elementTopicSetTypeaddNewTopicSet()Appends and returns a new empty "TopicSet" elementvoidaddTopicExpressionDialect(String topicExpressionDialect)Appends the value as the last "TopicExpressionDialect" elementbooleangetFixedTopicSet()Gets the "FixedTopicSet" elementTopicExpressionType[]getTopicExpressionArray()Gets array of all "TopicExpression" elementsTopicExpressionTypegetTopicExpressionArray(int i)Gets ith "TopicExpression" elementString[]getTopicExpressionDialectArray()Gets array of all "TopicExpressionDialect" elementsStringgetTopicExpressionDialectArray(int i)Gets ith "TopicExpressionDialect" elementTopicSetTypegetTopicSet()Gets the "TopicSet" elementTopicExpressionTypeinsertNewTopicExpression(int i)Inserts and returns a new empty value (as xml) as the ith "TopicExpression" elementorg.apache.xmlbeans.XmlAnyURIinsertNewTopicExpressionDialect(int i)Inserts and returns a new empty value (as xml) as the ith "TopicExpressionDialect" elementvoidinsertTopicExpressionDialect(int i, String topicExpressionDialect)Inserts the value as the ith "TopicExpressionDialect" elementbooleanisSetFixedTopicSet()True if has "FixedTopicSet" elementbooleanisSetTopicSet()True if has "TopicSet" elementvoidremoveTopicExpression(int i)Removes the ith "TopicExpression" elementvoidremoveTopicExpressionDialect(int i)Removes the ith "TopicExpressionDialect" elementvoidsetFixedTopicSet(boolean fixedTopicSet)Sets the "FixedTopicSet" elementvoidsetTopicExpressionArray(int i, TopicExpressionType topicExpression)Sets ith "TopicExpression" elementvoidsetTopicExpressionArray(TopicExpressionType[] topicExpressionArray)Sets array of all "TopicExpression" elementvoidsetTopicExpressionDialectArray(int i, String topicExpressionDialect)Sets ith "TopicExpressionDialect" elementvoidsetTopicExpressionDialectArray(String[] topicExpressionDialectArray)Sets array of all "TopicExpressionDialect" elementvoidsetTopicSet(TopicSetType topicSet)Sets the "TopicSet" elementintsizeOfTopicExpressionArray()Returns number of "TopicExpression" elementintsizeOfTopicExpressionDialectArray()Returns number of "TopicExpressionDialect" elementvoidunsetFixedTopicSet()Unsets the "FixedTopicSet" elementvoidunsetTopicSet()Unsets the "TopicSet" elementorg.apache.xmlbeans.XmlBooleanxgetFixedTopicSet()Gets (as xml) the "FixedTopicSet" elementorg.apache.xmlbeans.XmlAnyURI[]xgetTopicExpressionDialectArray()Gets (as xml) array of all "TopicExpressionDialect" elementsorg.apache.xmlbeans.XmlAnyURIxgetTopicExpressionDialectArray(int i)Gets (as xml) ith "TopicExpressionDialect" elementvoidxsetFixedTopicSet(org.apache.xmlbeans.XmlBoolean fixedTopicSet)Sets (as xml) the "FixedTopicSet" elementvoidxsetTopicExpressionDialectArray(int i, org.apache.xmlbeans.XmlAnyURI topicExpressionDialect)Sets (as xml) ith "TopicExpressionDialect" elementvoidxsetTopicExpressionDialectArray(org.apache.xmlbeans.XmlAnyURI[] topicExpressionDialectArray)Sets (as xml) array of all "TopicExpressionDialect" element-
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
-
getTopicExpressionArray
TopicExpressionType[] getTopicExpressionArray()
Gets array of all "TopicExpression" elements
-
getTopicExpressionArray
TopicExpressionType getTopicExpressionArray(int i)
Gets ith "TopicExpression" element
-
sizeOfTopicExpressionArray
int sizeOfTopicExpressionArray()
Returns number of "TopicExpression" element
-
setTopicExpressionArray
void setTopicExpressionArray(TopicExpressionType[] topicExpressionArray)
Sets array of all "TopicExpression" element
-
setTopicExpressionArray
void setTopicExpressionArray(int i, TopicExpressionType topicExpression)Sets ith "TopicExpression" element
-
insertNewTopicExpression
TopicExpressionType insertNewTopicExpression(int i)
Inserts and returns a new empty value (as xml) as the ith "TopicExpression" element
-
addNewTopicExpression
TopicExpressionType addNewTopicExpression()
Appends and returns a new empty value (as xml) as the last "TopicExpression" element
-
removeTopicExpression
void removeTopicExpression(int i)
Removes the ith "TopicExpression" element
-
getFixedTopicSet
boolean getFixedTopicSet()
Gets the "FixedTopicSet" element
-
xgetFixedTopicSet
org.apache.xmlbeans.XmlBoolean xgetFixedTopicSet()
Gets (as xml) the "FixedTopicSet" element
-
isSetFixedTopicSet
boolean isSetFixedTopicSet()
True if has "FixedTopicSet" element
-
setFixedTopicSet
void setFixedTopicSet(boolean fixedTopicSet)
Sets the "FixedTopicSet" element
-
xsetFixedTopicSet
void xsetFixedTopicSet(org.apache.xmlbeans.XmlBoolean fixedTopicSet)
Sets (as xml) the "FixedTopicSet" element
-
unsetFixedTopicSet
void unsetFixedTopicSet()
Unsets the "FixedTopicSet" element
-
getTopicExpressionDialectArray
String[] getTopicExpressionDialectArray()
Gets array of all "TopicExpressionDialect" elements
-
getTopicExpressionDialectArray
String getTopicExpressionDialectArray(int i)
Gets ith "TopicExpressionDialect" element
-
xgetTopicExpressionDialectArray
org.apache.xmlbeans.XmlAnyURI[] xgetTopicExpressionDialectArray()
Gets (as xml) array of all "TopicExpressionDialect" elements
-
xgetTopicExpressionDialectArray
org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialectArray(int i)
Gets (as xml) ith "TopicExpressionDialect" element
-
sizeOfTopicExpressionDialectArray
int sizeOfTopicExpressionDialectArray()
Returns number of "TopicExpressionDialect" element
-
setTopicExpressionDialectArray
void setTopicExpressionDialectArray(String[] topicExpressionDialectArray)
Sets array of all "TopicExpressionDialect" element
-
setTopicExpressionDialectArray
void setTopicExpressionDialectArray(int i, String topicExpressionDialect)Sets ith "TopicExpressionDialect" element
-
xsetTopicExpressionDialectArray
void xsetTopicExpressionDialectArray(org.apache.xmlbeans.XmlAnyURI[] topicExpressionDialectArray)
Sets (as xml) array of all "TopicExpressionDialect" element
-
xsetTopicExpressionDialectArray
void xsetTopicExpressionDialectArray(int i, org.apache.xmlbeans.XmlAnyURI topicExpressionDialect)Sets (as xml) ith "TopicExpressionDialect" element
-
insertTopicExpressionDialect
void insertTopicExpressionDialect(int i, String topicExpressionDialect)Inserts the value as the ith "TopicExpressionDialect" element
-
addTopicExpressionDialect
void addTopicExpressionDialect(String topicExpressionDialect)
Appends the value as the last "TopicExpressionDialect" element
-
insertNewTopicExpressionDialect
org.apache.xmlbeans.XmlAnyURI insertNewTopicExpressionDialect(int i)
Inserts and returns a new empty value (as xml) as the ith "TopicExpressionDialect" element
-
addNewTopicExpressionDialect
org.apache.xmlbeans.XmlAnyURI addNewTopicExpressionDialect()
Appends and returns a new empty value (as xml) as the last "TopicExpressionDialect" element
-
removeTopicExpressionDialect
void removeTopicExpressionDialect(int i)
Removes the ith "TopicExpressionDialect" element
-
getTopicSet
TopicSetType getTopicSet()
Gets the "TopicSet" element
-
isSetTopicSet
boolean isSetTopicSet()
True if has "TopicSet" element
-
setTopicSet
void setTopicSet(TopicSetType topicSet)
Sets the "TopicSet" element
-
addNewTopicSet
TopicSetType addNewTopicSet()
Appends and returns a new empty "TopicSet" element
-
unsetTopicSet
void unsetTopicSet()
Unsets the "TopicSet" element
-
-