net.opengis.cat.csw.x202
Interface GetCapabilitiesType

All Superinterfaces:
GetCapabilitiesType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public interface GetCapabilitiesType
extends GetCapabilitiesType

An XML GetCapabilitiesType(@http://www.opengis.net/cat/csw/2.0.2). 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
 String getService()
          Gets the "service" attribute
 boolean isSetService()
          True if has "service" attribute
 void setService(String service)
          Sets the "service" attribute
 void unsetService()
          Unsets the "service" attribute
 ServiceType xgetService()
          Gets (as xml) the "service" attribute
 void xsetService(ServiceType service)
          Sets (as xml) the "service" attribute
 
Methods inherited from interface net.opengis.ows.GetCapabilitiesType
addNewAcceptFormats, addNewAcceptVersions, addNewSections, getAcceptFormats, getAcceptVersions, getSections, getUpdateSequence, isSetAcceptFormats, isSetAcceptVersions, isSetSections, isSetUpdateSequence, setAcceptFormats, setAcceptVersions, setSections, setUpdateSequence, unsetAcceptFormats, unsetAcceptVersions, unsetSections, unsetUpdateSequence, xgetUpdateSequence, xsetUpdateSequence
 
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

getService

String getService()
Gets the "service" attribute


xgetService

ServiceType xgetService()
Gets (as xml) the "service" attribute


isSetService

boolean isSetService()
True if has "service" attribute


setService

void setService(String service)
Sets the "service" attribute


xsetService

void xsetService(ServiceType service)
Sets (as xml) the "service" attribute


unsetService

void unsetService()
Unsets the "service" attribute



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