Package net.opengis.swes.x20
Interface FilterDialectMetadataType
-
- All Superinterfaces:
AbstractSWESType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FilterDialectMetadataTypeImpl
public interface FilterDialectMetadataType extends AbstractSWESType
An XML FilterDialectMetadataType(@http://www.opengis.net/swes/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFilterDialectMetadataType.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 voidaddMessageContentDialect(String messageContentDialect)Appends the value as the last "messageContentDialect" elementorg.apache.xmlbeans.XmlAnyURIaddNewMessageContentDialect()Appends and returns a new empty value (as xml) as the last "messageContentDialect" elementorg.apache.xmlbeans.XmlAnyURIaddNewProducerPropertiesDialect()Appends and returns a new empty value (as xml) as the last "producerPropertiesDialect" elementorg.apache.xmlbeans.XmlAnyURIaddNewTopicExpressionDialect()Appends and returns a new empty value (as xml) as the last "topicExpressionDialect" elementvoidaddProducerPropertiesDialect(String producerPropertiesDialect)Appends the value as the last "producerPropertiesDialect" elementvoidaddTopicExpressionDialect(String topicExpressionDialect)Appends the value as the last "topicExpressionDialect" elementString[]getMessageContentDialectArray()Gets array of all "messageContentDialect" elementsStringgetMessageContentDialectArray(int i)Gets ith "messageContentDialect" elementString[]getProducerPropertiesDialectArray()Gets array of all "producerPropertiesDialect" elementsStringgetProducerPropertiesDialectArray(int i)Gets ith "producerPropertiesDialect" elementString[]getTopicExpressionDialectArray()Gets array of all "topicExpressionDialect" elementsStringgetTopicExpressionDialectArray(int i)Gets ith "topicExpressionDialect" elementvoidinsertMessageContentDialect(int i, String messageContentDialect)Inserts the value as the ith "messageContentDialect" elementorg.apache.xmlbeans.XmlAnyURIinsertNewMessageContentDialect(int i)Inserts and returns a new empty value (as xml) as the ith "messageContentDialect" elementorg.apache.xmlbeans.XmlAnyURIinsertNewProducerPropertiesDialect(int i)Inserts and returns a new empty value (as xml) as the ith "producerPropertiesDialect" elementorg.apache.xmlbeans.XmlAnyURIinsertNewTopicExpressionDialect(int i)Inserts and returns a new empty value (as xml) as the ith "topicExpressionDialect" elementvoidinsertProducerPropertiesDialect(int i, String producerPropertiesDialect)Inserts the value as the ith "producerPropertiesDialect" elementvoidinsertTopicExpressionDialect(int i, String topicExpressionDialect)Inserts the value as the ith "topicExpressionDialect" elementvoidremoveMessageContentDialect(int i)Removes the ith "messageContentDialect" elementvoidremoveProducerPropertiesDialect(int i)Removes the ith "producerPropertiesDialect" elementvoidremoveTopicExpressionDialect(int i)Removes the ith "topicExpressionDialect" elementvoidsetMessageContentDialectArray(int i, String messageContentDialect)Sets ith "messageContentDialect" elementvoidsetMessageContentDialectArray(String[] messageContentDialectArray)Sets array of all "messageContentDialect" elementvoidsetProducerPropertiesDialectArray(int i, String producerPropertiesDialect)Sets ith "producerPropertiesDialect" elementvoidsetProducerPropertiesDialectArray(String[] producerPropertiesDialectArray)Sets array of all "producerPropertiesDialect" elementvoidsetTopicExpressionDialectArray(int i, String topicExpressionDialect)Sets ith "topicExpressionDialect" elementvoidsetTopicExpressionDialectArray(String[] topicExpressionDialectArray)Sets array of all "topicExpressionDialect" elementintsizeOfMessageContentDialectArray()Returns number of "messageContentDialect" elementintsizeOfProducerPropertiesDialectArray()Returns number of "producerPropertiesDialect" elementintsizeOfTopicExpressionDialectArray()Returns number of "topicExpressionDialect" elementorg.apache.xmlbeans.XmlAnyURI[]xgetMessageContentDialectArray()Gets (as xml) array of all "messageContentDialect" elementsorg.apache.xmlbeans.XmlAnyURIxgetMessageContentDialectArray(int i)Gets (as xml) ith "messageContentDialect" elementorg.apache.xmlbeans.XmlAnyURI[]xgetProducerPropertiesDialectArray()Gets (as xml) array of all "producerPropertiesDialect" elementsorg.apache.xmlbeans.XmlAnyURIxgetProducerPropertiesDialectArray(int i)Gets (as xml) ith "producerPropertiesDialect" elementorg.apache.xmlbeans.XmlAnyURI[]xgetTopicExpressionDialectArray()Gets (as xml) array of all "topicExpressionDialect" elementsorg.apache.xmlbeans.XmlAnyURIxgetTopicExpressionDialectArray(int i)Gets (as xml) ith "topicExpressionDialect" elementvoidxsetMessageContentDialectArray(int i, org.apache.xmlbeans.XmlAnyURI messageContentDialect)Sets (as xml) ith "messageContentDialect" elementvoidxsetMessageContentDialectArray(org.apache.xmlbeans.XmlAnyURI[] messageContentDialectArray)Sets (as xml) array of all "messageContentDialect" elementvoidxsetProducerPropertiesDialectArray(int i, org.apache.xmlbeans.XmlAnyURI producerPropertiesDialect)Sets (as xml) ith "producerPropertiesDialect" elementvoidxsetProducerPropertiesDialectArray(org.apache.xmlbeans.XmlAnyURI[] producerPropertiesDialectArray)Sets (as xml) array of all "producerPropertiesDialect" 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 net.opengis.swes.x20.AbstractSWESType
addNewExtension, addNewName, getDescription, getExtensionArray, getExtensionArray, getId, getIdentifier, getNameArray, getNameArray, insertNewExtension, insertNewName, isSetDescription, isSetId, isSetIdentifier, removeExtension, removeName, setDescription, setExtensionArray, setExtensionArray, setId, setIdentifier, setNameArray, setNameArray, sizeOfExtensionArray, sizeOfNameArray, unsetDescription, unsetId, unsetIdentifier, xgetDescription, xgetId, xgetIdentifier, xsetDescription, xsetId, xsetIdentifier
-
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
-
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
-
getMessageContentDialectArray
String[] getMessageContentDialectArray()
Gets array of all "messageContentDialect" elements
-
getMessageContentDialectArray
String getMessageContentDialectArray(int i)
Gets ith "messageContentDialect" element
-
xgetMessageContentDialectArray
org.apache.xmlbeans.XmlAnyURI[] xgetMessageContentDialectArray()
Gets (as xml) array of all "messageContentDialect" elements
-
xgetMessageContentDialectArray
org.apache.xmlbeans.XmlAnyURI xgetMessageContentDialectArray(int i)
Gets (as xml) ith "messageContentDialect" element
-
sizeOfMessageContentDialectArray
int sizeOfMessageContentDialectArray()
Returns number of "messageContentDialect" element
-
setMessageContentDialectArray
void setMessageContentDialectArray(String[] messageContentDialectArray)
Sets array of all "messageContentDialect" element
-
setMessageContentDialectArray
void setMessageContentDialectArray(int i, String messageContentDialect)Sets ith "messageContentDialect" element
-
xsetMessageContentDialectArray
void xsetMessageContentDialectArray(org.apache.xmlbeans.XmlAnyURI[] messageContentDialectArray)
Sets (as xml) array of all "messageContentDialect" element
-
xsetMessageContentDialectArray
void xsetMessageContentDialectArray(int i, org.apache.xmlbeans.XmlAnyURI messageContentDialect)Sets (as xml) ith "messageContentDialect" element
-
insertMessageContentDialect
void insertMessageContentDialect(int i, String messageContentDialect)Inserts the value as the ith "messageContentDialect" element
-
addMessageContentDialect
void addMessageContentDialect(String messageContentDialect)
Appends the value as the last "messageContentDialect" element
-
insertNewMessageContentDialect
org.apache.xmlbeans.XmlAnyURI insertNewMessageContentDialect(int i)
Inserts and returns a new empty value (as xml) as the ith "messageContentDialect" element
-
addNewMessageContentDialect
org.apache.xmlbeans.XmlAnyURI addNewMessageContentDialect()
Appends and returns a new empty value (as xml) as the last "messageContentDialect" element
-
removeMessageContentDialect
void removeMessageContentDialect(int i)
Removes the ith "messageContentDialect" element
-
getProducerPropertiesDialectArray
String[] getProducerPropertiesDialectArray()
Gets array of all "producerPropertiesDialect" elements
-
getProducerPropertiesDialectArray
String getProducerPropertiesDialectArray(int i)
Gets ith "producerPropertiesDialect" element
-
xgetProducerPropertiesDialectArray
org.apache.xmlbeans.XmlAnyURI[] xgetProducerPropertiesDialectArray()
Gets (as xml) array of all "producerPropertiesDialect" elements
-
xgetProducerPropertiesDialectArray
org.apache.xmlbeans.XmlAnyURI xgetProducerPropertiesDialectArray(int i)
Gets (as xml) ith "producerPropertiesDialect" element
-
sizeOfProducerPropertiesDialectArray
int sizeOfProducerPropertiesDialectArray()
Returns number of "producerPropertiesDialect" element
-
setProducerPropertiesDialectArray
void setProducerPropertiesDialectArray(String[] producerPropertiesDialectArray)
Sets array of all "producerPropertiesDialect" element
-
setProducerPropertiesDialectArray
void setProducerPropertiesDialectArray(int i, String producerPropertiesDialect)Sets ith "producerPropertiesDialect" element
-
xsetProducerPropertiesDialectArray
void xsetProducerPropertiesDialectArray(org.apache.xmlbeans.XmlAnyURI[] producerPropertiesDialectArray)
Sets (as xml) array of all "producerPropertiesDialect" element
-
xsetProducerPropertiesDialectArray
void xsetProducerPropertiesDialectArray(int i, org.apache.xmlbeans.XmlAnyURI producerPropertiesDialect)Sets (as xml) ith "producerPropertiesDialect" element
-
insertProducerPropertiesDialect
void insertProducerPropertiesDialect(int i, String producerPropertiesDialect)Inserts the value as the ith "producerPropertiesDialect" element
-
addProducerPropertiesDialect
void addProducerPropertiesDialect(String producerPropertiesDialect)
Appends the value as the last "producerPropertiesDialect" element
-
insertNewProducerPropertiesDialect
org.apache.xmlbeans.XmlAnyURI insertNewProducerPropertiesDialect(int i)
Inserts and returns a new empty value (as xml) as the ith "producerPropertiesDialect" element
-
addNewProducerPropertiesDialect
org.apache.xmlbeans.XmlAnyURI addNewProducerPropertiesDialect()
Appends and returns a new empty value (as xml) as the last "producerPropertiesDialect" element
-
removeProducerPropertiesDialect
void removeProducerPropertiesDialect(int i)
Removes the ith "producerPropertiesDialect" element
-
-