|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterDialectMetadataType
An XML FilterDialectMetadataType(@http://www.opengis.net/swes/2.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
FilterDialectMetadataType.Factory
A factory class with static methods for creating instances of this type. |
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 | |
---|---|
void |
addMessageContentDialect(String messageContentDialect)
Appends the value as the last "messageContentDialect" element |
org.apache.xmlbeans.XmlAnyURI |
addNewMessageContentDialect()
Appends and returns a new empty value (as xml) as the last "messageContentDialect" element |
org.apache.xmlbeans.XmlAnyURI |
addNewProducerPropertiesDialect()
Appends and returns a new empty value (as xml) as the last "producerPropertiesDialect" element |
org.apache.xmlbeans.XmlAnyURI |
addNewTopicExpressionDialect()
Appends and returns a new empty value (as xml) as the last "topicExpressionDialect" element |
void |
addProducerPropertiesDialect(String producerPropertiesDialect)
Appends the value as the last "producerPropertiesDialect" element |
void |
addTopicExpressionDialect(String topicExpressionDialect)
Appends the value as the last "topicExpressionDialect" element |
String[] |
getMessageContentDialectArray()
Gets array of all "messageContentDialect" elements |
String |
getMessageContentDialectArray(int i)
Gets ith "messageContentDialect" element |
String[] |
getProducerPropertiesDialectArray()
Gets array of all "producerPropertiesDialect" elements |
String |
getProducerPropertiesDialectArray(int i)
Gets ith "producerPropertiesDialect" element |
String[] |
getTopicExpressionDialectArray()
Gets array of all "topicExpressionDialect" elements |
String |
getTopicExpressionDialectArray(int i)
Gets ith "topicExpressionDialect" element |
void |
insertMessageContentDialect(int i,
String messageContentDialect)
Inserts the value as the ith "messageContentDialect" element |
org.apache.xmlbeans.XmlAnyURI |
insertNewMessageContentDialect(int i)
Inserts and returns a new empty value (as xml) as the ith "messageContentDialect" element |
org.apache.xmlbeans.XmlAnyURI |
insertNewProducerPropertiesDialect(int i)
Inserts and returns a new empty value (as xml) as the ith "producerPropertiesDialect" element |
org.apache.xmlbeans.XmlAnyURI |
insertNewTopicExpressionDialect(int i)
Inserts and returns a new empty value (as xml) as the ith "topicExpressionDialect" element |
void |
insertProducerPropertiesDialect(int i,
String producerPropertiesDialect)
Inserts the value as the ith "producerPropertiesDialect" element |
void |
insertTopicExpressionDialect(int i,
String topicExpressionDialect)
Inserts the value as the ith "topicExpressionDialect" element |
void |
removeMessageContentDialect(int i)
Removes the ith "messageContentDialect" element |
void |
removeProducerPropertiesDialect(int i)
Removes the ith "producerPropertiesDialect" element |
void |
removeTopicExpressionDialect(int i)
Removes the ith "topicExpressionDialect" element |
void |
setMessageContentDialectArray(int i,
String messageContentDialect)
Sets ith "messageContentDialect" element |
void |
setMessageContentDialectArray(String[] messageContentDialectArray)
Sets array of all "messageContentDialect" element |
void |
setProducerPropertiesDialectArray(int i,
String producerPropertiesDialect)
Sets ith "producerPropertiesDialect" element |
void |
setProducerPropertiesDialectArray(String[] producerPropertiesDialectArray)
Sets array of all "producerPropertiesDialect" element |
void |
setTopicExpressionDialectArray(int i,
String topicExpressionDialect)
Sets ith "topicExpressionDialect" element |
void |
setTopicExpressionDialectArray(String[] topicExpressionDialectArray)
Sets array of all "topicExpressionDialect" element |
int |
sizeOfMessageContentDialectArray()
Returns number of "messageContentDialect" element |
int |
sizeOfProducerPropertiesDialectArray()
Returns number of "producerPropertiesDialect" element |
int |
sizeOfTopicExpressionDialectArray()
Returns number of "topicExpressionDialect" element |
org.apache.xmlbeans.XmlAnyURI[] |
xgetMessageContentDialectArray()
Gets (as xml) array of all "messageContentDialect" elements |
org.apache.xmlbeans.XmlAnyURI |
xgetMessageContentDialectArray(int i)
Gets (as xml) ith "messageContentDialect" element |
org.apache.xmlbeans.XmlAnyURI[] |
xgetProducerPropertiesDialectArray()
Gets (as xml) array of all "producerPropertiesDialect" elements |
org.apache.xmlbeans.XmlAnyURI |
xgetProducerPropertiesDialectArray(int i)
Gets (as xml) ith "producerPropertiesDialect" element |
org.apache.xmlbeans.XmlAnyURI[] |
xgetTopicExpressionDialectArray()
Gets (as xml) array of all "topicExpressionDialect" elements |
org.apache.xmlbeans.XmlAnyURI |
xgetTopicExpressionDialectArray(int i)
Gets (as xml) ith "topicExpressionDialect" element |
void |
xsetMessageContentDialectArray(int i,
org.apache.xmlbeans.XmlAnyURI messageContentDialect)
Sets (as xml) ith "messageContentDialect" element |
void |
xsetMessageContentDialectArray(org.apache.xmlbeans.XmlAnyURI[] messageContentDialectArray)
Sets (as xml) array of all "messageContentDialect" element |
void |
xsetProducerPropertiesDialectArray(int i,
org.apache.xmlbeans.XmlAnyURI producerPropertiesDialect)
Sets (as xml) ith "producerPropertiesDialect" element |
void |
xsetProducerPropertiesDialectArray(org.apache.xmlbeans.XmlAnyURI[] producerPropertiesDialectArray)
Sets (as xml) array of all "producerPropertiesDialect" element |
void |
xsetTopicExpressionDialectArray(int i,
org.apache.xmlbeans.XmlAnyURI topicExpressionDialect)
Sets (as xml) ith "topicExpressionDialect" element |
void |
xsetTopicExpressionDialectArray(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, 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 |
---|
String[] getTopicExpressionDialectArray()
String getTopicExpressionDialectArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetTopicExpressionDialectArray()
org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialectArray(int i)
int sizeOfTopicExpressionDialectArray()
void setTopicExpressionDialectArray(String[] topicExpressionDialectArray)
void setTopicExpressionDialectArray(int i, String topicExpressionDialect)
void xsetTopicExpressionDialectArray(org.apache.xmlbeans.XmlAnyURI[] topicExpressionDialectArray)
void xsetTopicExpressionDialectArray(int i, org.apache.xmlbeans.XmlAnyURI topicExpressionDialect)
void insertTopicExpressionDialect(int i, String topicExpressionDialect)
void addTopicExpressionDialect(String topicExpressionDialect)
org.apache.xmlbeans.XmlAnyURI insertNewTopicExpressionDialect(int i)
org.apache.xmlbeans.XmlAnyURI addNewTopicExpressionDialect()
void removeTopicExpressionDialect(int i)
String[] getMessageContentDialectArray()
String getMessageContentDialectArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetMessageContentDialectArray()
org.apache.xmlbeans.XmlAnyURI xgetMessageContentDialectArray(int i)
int sizeOfMessageContentDialectArray()
void setMessageContentDialectArray(String[] messageContentDialectArray)
void setMessageContentDialectArray(int i, String messageContentDialect)
void xsetMessageContentDialectArray(org.apache.xmlbeans.XmlAnyURI[] messageContentDialectArray)
void xsetMessageContentDialectArray(int i, org.apache.xmlbeans.XmlAnyURI messageContentDialect)
void insertMessageContentDialect(int i, String messageContentDialect)
void addMessageContentDialect(String messageContentDialect)
org.apache.xmlbeans.XmlAnyURI insertNewMessageContentDialect(int i)
org.apache.xmlbeans.XmlAnyURI addNewMessageContentDialect()
void removeMessageContentDialect(int i)
String[] getProducerPropertiesDialectArray()
String getProducerPropertiesDialectArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetProducerPropertiesDialectArray()
org.apache.xmlbeans.XmlAnyURI xgetProducerPropertiesDialectArray(int i)
int sizeOfProducerPropertiesDialectArray()
void setProducerPropertiesDialectArray(String[] producerPropertiesDialectArray)
void setProducerPropertiesDialectArray(int i, String producerPropertiesDialect)
void xsetProducerPropertiesDialectArray(org.apache.xmlbeans.XmlAnyURI[] producerPropertiesDialectArray)
void xsetProducerPropertiesDialectArray(int i, org.apache.xmlbeans.XmlAnyURI producerPropertiesDialect)
void insertProducerPropertiesDialect(int i, String producerPropertiesDialect)
void addProducerPropertiesDialect(String producerPropertiesDialect)
org.apache.xmlbeans.XmlAnyURI insertNewProducerPropertiesDialect(int i)
org.apache.xmlbeans.XmlAnyURI addNewProducerPropertiesDialect()
void removeProducerPropertiesDialect(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |