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.XmlObject

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


Nested Class Summary
static class GetCapabilitiesType.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
 AcceptFormatsType addNewAcceptFormats()
          Appends and returns a new empty "AcceptFormats" element
 AcceptVersionsType addNewAcceptVersions()
          Appends and returns a new empty "AcceptVersions" element
 SectionsType addNewSections()
          Appends and returns a new empty "Sections" element
 AcceptFormatsType getAcceptFormats()
          Gets the "AcceptFormats" element
 AcceptVersionsType getAcceptVersions()
          Gets the "AcceptVersions" element
 SectionsType getSections()
          Gets the "Sections" element
 String getUpdateSequence()
          Gets the "updateSequence" attribute
 boolean isSetAcceptFormats()
          True if has "AcceptFormats" element
 boolean isSetAcceptVersions()
          True if has "AcceptVersions" element
 boolean isSetSections()
          True if has "Sections" element
 boolean isSetUpdateSequence()
          True if has "updateSequence" attribute
 void setAcceptFormats(AcceptFormatsType acceptFormats)
          Sets the "AcceptFormats" element
 void setAcceptVersions(AcceptVersionsType acceptVersions)
          Sets the "AcceptVersions" element
 void setSections(SectionsType sections)
          Sets the "Sections" element
 void setUpdateSequence(String updateSequence)
          Sets the "updateSequence" attribute
 void unsetAcceptFormats()
          Unsets the "AcceptFormats" element
 void unsetAcceptVersions()
          Unsets the "AcceptVersions" element
 void unsetSections()
          Unsets the "Sections" element
 void unsetUpdateSequence()
          Unsets the "updateSequence" attribute
 UpdateSequenceType xgetUpdateSequence()
          Gets (as xml) the "updateSequence" attribute
 void xsetUpdateSequence(UpdateSequenceType updateSequence)
          Sets (as xml) the "updateSequence" 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

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



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