Package net.opengis.ows.x11
Interface GetCapabilitiesType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GetCapabilitiesTypeImpl
public interface GetCapabilitiesType extends org.apache.xmlbeans.XmlObjectAn XML GetCapabilitiesType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetCapabilitiesType.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 AcceptFormatsTypeaddNewAcceptFormats()Appends and returns a new empty "AcceptFormats" elementAcceptVersionsTypeaddNewAcceptVersions()Appends and returns a new empty "AcceptVersions" elementSectionsTypeaddNewSections()Appends and returns a new empty "Sections" elementAcceptFormatsTypegetAcceptFormats()Gets the "AcceptFormats" elementAcceptVersionsTypegetAcceptVersions()Gets the "AcceptVersions" elementSectionsTypegetSections()Gets the "Sections" elementStringgetUpdateSequence()Gets the "updateSequence" attributebooleanisSetAcceptFormats()True if has "AcceptFormats" elementbooleanisSetAcceptVersions()True if has "AcceptVersions" elementbooleanisSetSections()True if has "Sections" elementbooleanisSetUpdateSequence()True if has "updateSequence" attributevoidsetAcceptFormats(AcceptFormatsType acceptFormats)Sets the "AcceptFormats" elementvoidsetAcceptVersions(AcceptVersionsType acceptVersions)Sets the "AcceptVersions" elementvoidsetSections(SectionsType sections)Sets the "Sections" elementvoidsetUpdateSequence(String updateSequence)Sets the "updateSequence" attributevoidunsetAcceptFormats()Unsets the "AcceptFormats" elementvoidunsetAcceptVersions()Unsets the "AcceptVersions" elementvoidunsetSections()Unsets the "Sections" elementvoidunsetUpdateSequence()Unsets the "updateSequence" attributeUpdateSequenceTypexgetUpdateSequence()Gets (as xml) the "updateSequence" attributevoidxsetUpdateSequence(UpdateSequenceType updateSequence)Sets (as xml) the "updateSequence" 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
-
getAcceptVersions
AcceptVersionsType getAcceptVersions()
Gets the "AcceptVersions" element
-
isSetAcceptVersions
boolean isSetAcceptVersions()
True if has "AcceptVersions" element
-
setAcceptVersions
void setAcceptVersions(AcceptVersionsType acceptVersions)
Sets the "AcceptVersions" element
-
addNewAcceptVersions
AcceptVersionsType addNewAcceptVersions()
Appends and returns a new empty "AcceptVersions" element
-
unsetAcceptVersions
void unsetAcceptVersions()
Unsets the "AcceptVersions" element
-
getSections
SectionsType getSections()
Gets the "Sections" element
-
isSetSections
boolean isSetSections()
True if has "Sections" element
-
setSections
void setSections(SectionsType sections)
Sets the "Sections" element
-
addNewSections
SectionsType addNewSections()
Appends and returns a new empty "Sections" element
-
unsetSections
void unsetSections()
Unsets the "Sections" element
-
getAcceptFormats
AcceptFormatsType getAcceptFormats()
Gets the "AcceptFormats" element
-
isSetAcceptFormats
boolean isSetAcceptFormats()
True if has "AcceptFormats" element
-
setAcceptFormats
void setAcceptFormats(AcceptFormatsType acceptFormats)
Sets the "AcceptFormats" element
-
addNewAcceptFormats
AcceptFormatsType addNewAcceptFormats()
Appends and returns a new empty "AcceptFormats" element
-
unsetAcceptFormats
void unsetAcceptFormats()
Unsets the "AcceptFormats" element
-
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
-
-