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
static class NotificationBrokerMetadataType.Factory
          A 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
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 boolean getRequiresRegistration()
          Gets the "requiresRegistration" element
 void setRequiresRegistration(boolean requiresRegistration)
          Sets the "requiresRegistration" element
 org.apache.xmlbeans.XmlBoolean xgetRequiresRegistration()
          Gets (as xml) the "requiresRegistration" element
 void xsetRequiresRegistration(org.apache.xmlbeans.XmlBoolean requiresRegistration)
          Sets (as xml) the "requiresRegistration" element
 
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 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

type

static final org.apache.xmlbeans.SchemaType type
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



Copyright © 2004-2012 52north.org. All Rights Reserved.