Package net.opengis.swes.x20
Interface NotificationBrokerMetadataType
-
- All Superinterfaces:
AbstractSWESType,NotificationProducerMetadataType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NotificationBrokerMetadataTypeImpl
public interface NotificationBrokerMetadataType extends NotificationProducerMetadataType
An XML NotificationBrokerMetadataType(@http://www.opengis.net/swes/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotificationBrokerMetadataType.FactoryA factory class with static methods for creating instances of this type.-
Nested classes/interfaces inherited from interface net.opengis.swes.x20.NotificationProducerMetadataType
NotificationProducerMetadataType.ProducerEndpoint, NotificationProducerMetadataType.ServedTopics, NotificationProducerMetadataType.SupportedDialects
-
-
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 booleangetRequiresRegistration()Gets the "requiresRegistration" elementvoidsetRequiresRegistration(boolean requiresRegistration)Sets the "requiresRegistration" elementorg.apache.xmlbeans.XmlBooleanxgetRequiresRegistration()Gets (as xml) the "requiresRegistration" elementvoidxsetRequiresRegistration(org.apache.xmlbeans.XmlBoolean requiresRegistration)Sets (as xml) the "requiresRegistration" 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 net.opengis.swes.x20.NotificationProducerMetadataType
addNewProducerEndpoint, addNewServedTopics, addNewSupportedDialects, addNewUsedTopicNamespace, getFixedTopicSet, getProducerEndpoint, getServedTopics, getSupportedDialects, getUsedTopicNamespaceArray, getUsedTopicNamespaceArray, insertNewUsedTopicNamespace, removeUsedTopicNamespace, setFixedTopicSet, setProducerEndpoint, setServedTopics, setSupportedDialects, setUsedTopicNamespaceArray, setUsedTopicNamespaceArray, sizeOfUsedTopicNamespaceArray, xgetFixedTopicSet, xsetFixedTopicSet
-
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
-
getRequiresRegistration
boolean getRequiresRegistration()
Gets the "requiresRegistration" element
-
xgetRequiresRegistration
org.apache.xmlbeans.XmlBoolean xgetRequiresRegistration()
Gets (as xml) the "requiresRegistration" element
-
setRequiresRegistration
void setRequiresRegistration(boolean requiresRegistration)
Sets the "requiresRegistration" element
-
xsetRequiresRegistration
void xsetRequiresRegistration(org.apache.xmlbeans.XmlBoolean requiresRegistration)
Sets (as xml) the "requiresRegistration" element
-
-