net.opengis.ows.x11
Interface CapabilitiesBaseType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CapabilitiesBaseTypeImpl

public interface CapabilitiesBaseType
extends org.apache.xmlbeans.XmlObject

An XML CapabilitiesBaseType(@http://www.opengis.net/ows/1.1). This is a complex type.


Nested Class Summary
static class CapabilitiesBaseType.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
 OperationsMetadataDocument.OperationsMetadata addNewOperationsMetadata()
          Appends and returns a new empty "OperationsMetadata" element
 ServiceIdentificationDocument.ServiceIdentification addNewServiceIdentification()
          Appends and returns a new empty "ServiceIdentification" element
 ServiceProviderDocument.ServiceProvider addNewServiceProvider()
          Appends and returns a new empty "ServiceProvider" element
 OperationsMetadataDocument.OperationsMetadata getOperationsMetadata()
          Gets the "OperationsMetadata" element
 ServiceIdentificationDocument.ServiceIdentification getServiceIdentification()
          Gets the "ServiceIdentification" element
 ServiceProviderDocument.ServiceProvider getServiceProvider()
          Gets the "ServiceProvider" element
 String getUpdateSequence()
          Gets the "updateSequence" attribute
 String getVersion()
          Gets the "version" attribute
 boolean isSetOperationsMetadata()
          True if has "OperationsMetadata" element
 boolean isSetServiceIdentification()
          True if has "ServiceIdentification" element
 boolean isSetServiceProvider()
          True if has "ServiceProvider" element
 boolean isSetUpdateSequence()
          True if has "updateSequence" attribute
 void setOperationsMetadata(OperationsMetadataDocument.OperationsMetadata operationsMetadata)
          Sets the "OperationsMetadata" element
 void setServiceIdentification(ServiceIdentificationDocument.ServiceIdentification serviceIdentification)
          Sets the "ServiceIdentification" element
 void setServiceProvider(ServiceProviderDocument.ServiceProvider serviceProvider)
          Sets the "ServiceProvider" element
 void setUpdateSequence(String updateSequence)
          Sets the "updateSequence" attribute
 void setVersion(String version)
          Sets the "version" attribute
 void unsetOperationsMetadata()
          Unsets the "OperationsMetadata" element
 void unsetServiceIdentification()
          Unsets the "ServiceIdentification" element
 void unsetServiceProvider()
          Unsets the "ServiceProvider" element
 void unsetUpdateSequence()
          Unsets the "updateSequence" attribute
 UpdateSequenceType xgetUpdateSequence()
          Gets (as xml) the "updateSequence" attribute
 VersionType xgetVersion()
          Gets (as xml) the "version" attribute
 void xsetUpdateSequence(UpdateSequenceType updateSequence)
          Sets (as xml) the "updateSequence" attribute
 void xsetVersion(VersionType version)
          Sets (as xml) the "version" attribute
 
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

getServiceIdentification

ServiceIdentificationDocument.ServiceIdentification getServiceIdentification()
Gets the "ServiceIdentification" element


isSetServiceIdentification

boolean isSetServiceIdentification()
True if has "ServiceIdentification" element


setServiceIdentification

void setServiceIdentification(ServiceIdentificationDocument.ServiceIdentification serviceIdentification)
Sets the "ServiceIdentification" element


addNewServiceIdentification

ServiceIdentificationDocument.ServiceIdentification addNewServiceIdentification()
Appends and returns a new empty "ServiceIdentification" element


unsetServiceIdentification

void unsetServiceIdentification()
Unsets the "ServiceIdentification" element


getServiceProvider

ServiceProviderDocument.ServiceProvider getServiceProvider()
Gets the "ServiceProvider" element


isSetServiceProvider

boolean isSetServiceProvider()
True if has "ServiceProvider" element


setServiceProvider

void setServiceProvider(ServiceProviderDocument.ServiceProvider serviceProvider)
Sets the "ServiceProvider" element


addNewServiceProvider

ServiceProviderDocument.ServiceProvider addNewServiceProvider()
Appends and returns a new empty "ServiceProvider" element


unsetServiceProvider

void unsetServiceProvider()
Unsets the "ServiceProvider" element


getOperationsMetadata

OperationsMetadataDocument.OperationsMetadata getOperationsMetadata()
Gets the "OperationsMetadata" element


isSetOperationsMetadata

boolean isSetOperationsMetadata()
True if has "OperationsMetadata" element


setOperationsMetadata

void setOperationsMetadata(OperationsMetadataDocument.OperationsMetadata operationsMetadata)
Sets the "OperationsMetadata" element


addNewOperationsMetadata

OperationsMetadataDocument.OperationsMetadata addNewOperationsMetadata()
Appends and returns a new empty "OperationsMetadata" element


unsetOperationsMetadata

void unsetOperationsMetadata()
Unsets the "OperationsMetadata" element


getVersion

String getVersion()
Gets the "version" attribute


xgetVersion

VersionType xgetVersion()
Gets (as xml) the "version" attribute


setVersion

void setVersion(String version)
Sets the "version" attribute


xsetVersion

void xsetVersion(VersionType version)
Sets (as xml) the "version" attribute


getUpdateSequence

String getUpdateSequence()
Gets the "updateSequence" attribute


xgetUpdateSequence

UpdateSequenceType xgetUpdateSequence()
Gets (as xml) the "updateSequence" attribute


isSetUpdateSequence

boolean isSetUpdateSequence()
True if has "updateSequence" attribute


setUpdateSequence

void setUpdateSequence(String updateSequence)
Sets the "updateSequence" attribute


xsetUpdateSequence

void xsetUpdateSequence(UpdateSequenceType updateSequence)
Sets (as xml) the "updateSequence" attribute


unsetUpdateSequence

void unsetUpdateSequence()
Unsets the "updateSequence" attribute



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