Package 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.XmlObjectAn XML CapabilitiesBaseType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCapabilitiesBaseType.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 OperationsMetadataDocument.OperationsMetadataaddNewOperationsMetadata()Appends and returns a new empty "OperationsMetadata" elementServiceIdentificationDocument.ServiceIdentificationaddNewServiceIdentification()Appends and returns a new empty "ServiceIdentification" elementServiceProviderDocument.ServiceProvideraddNewServiceProvider()Appends and returns a new empty "ServiceProvider" elementOperationsMetadataDocument.OperationsMetadatagetOperationsMetadata()Gets the "OperationsMetadata" elementServiceIdentificationDocument.ServiceIdentificationgetServiceIdentification()Gets the "ServiceIdentification" elementServiceProviderDocument.ServiceProvidergetServiceProvider()Gets the "ServiceProvider" elementStringgetUpdateSequence()Gets the "updateSequence" attributeStringgetVersion()Gets the "version" attributebooleanisSetOperationsMetadata()True if has "OperationsMetadata" elementbooleanisSetServiceIdentification()True if has "ServiceIdentification" elementbooleanisSetServiceProvider()True if has "ServiceProvider" elementbooleanisSetUpdateSequence()True if has "updateSequence" attributevoidsetOperationsMetadata(OperationsMetadataDocument.OperationsMetadata operationsMetadata)Sets the "OperationsMetadata" elementvoidsetServiceIdentification(ServiceIdentificationDocument.ServiceIdentification serviceIdentification)Sets the "ServiceIdentification" elementvoidsetServiceProvider(ServiceProviderDocument.ServiceProvider serviceProvider)Sets the "ServiceProvider" elementvoidsetUpdateSequence(String updateSequence)Sets the "updateSequence" attributevoidsetVersion(String version)Sets the "version" attributevoidunsetOperationsMetadata()Unsets the "OperationsMetadata" elementvoidunsetServiceIdentification()Unsets the "ServiceIdentification" elementvoidunsetServiceProvider()Unsets the "ServiceProvider" elementvoidunsetUpdateSequence()Unsets the "updateSequence" attributeUpdateSequenceTypexgetUpdateSequence()Gets (as xml) the "updateSequence" attributeVersionTypexgetVersion()Gets (as xml) the "version" attributevoidxsetUpdateSequence(UpdateSequenceType updateSequence)Sets (as xml) the "updateSequence" attributevoidxsetVersion(VersionType version)Sets (as xml) the "version" attribute-
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
-
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
-
-