net.opengis.wms
Interface ServiceDocument.Service

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ServiceDocumentImpl.ServiceImpl
Enclosing interface:
ServiceDocument

public static interface ServiceDocument.Service
extends org.apache.xmlbeans.XmlObject

An XML Service(@http://www.opengis.net/wms). This is a complex type.


Nested Class Summary
static class ServiceDocument.Service.Factory
          A factory class with static methods for creating instances of this type.
static interface ServiceDocument.Service.Name
          An XML Name(@http://www.opengis.net/wms).
 
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
 ContactInformationDocument.ContactInformation addNewContactInformation()
          Appends and returns a new empty "ContactInformation" element
 KeywordListDocument.KeywordList addNewKeywordList()
          Appends and returns a new empty "KeywordList" element
 OnlineResourceDocument.OnlineResource addNewOnlineResource()
          Appends and returns a new empty "OnlineResource" element
 String getAbstract()
          Gets the "Abstract" element
 String getAccessConstraints()
          Gets the "AccessConstraints" element
 ContactInformationDocument.ContactInformation getContactInformation()
          Gets the "ContactInformation" element
 String getFees()
          Gets the "Fees" element
 KeywordListDocument.KeywordList getKeywordList()
          Gets the "KeywordList" element
 BigInteger getLayerLimit()
          Gets the "LayerLimit" element
 BigInteger getMaxHeight()
          Gets the "MaxHeight" element
 BigInteger getMaxWidth()
          Gets the "MaxWidth" element
 ServiceDocument.Service.Name.Enum getName()
          Gets the "Name" element
 OnlineResourceDocument.OnlineResource getOnlineResource()
          Gets the "OnlineResource" element
 String getTitle()
          Gets the "Title" element
 boolean isSetAbstract()
          True if has "Abstract" element
 boolean isSetAccessConstraints()
          True if has "AccessConstraints" element
 boolean isSetContactInformation()
          True if has "ContactInformation" element
 boolean isSetFees()
          True if has "Fees" element
 boolean isSetKeywordList()
          True if has "KeywordList" element
 boolean isSetLayerLimit()
          True if has "LayerLimit" element
 boolean isSetMaxHeight()
          True if has "MaxHeight" element
 boolean isSetMaxWidth()
          True if has "MaxWidth" element
 void setAbstract(String xabstract)
          Sets the "Abstract" element
 void setAccessConstraints(String accessConstraints)
          Sets the "AccessConstraints" element
 void setContactInformation(ContactInformationDocument.ContactInformation contactInformation)
          Sets the "ContactInformation" element
 void setFees(String fees)
          Sets the "Fees" element
 void setKeywordList(KeywordListDocument.KeywordList keywordList)
          Sets the "KeywordList" element
 void setLayerLimit(BigInteger layerLimit)
          Sets the "LayerLimit" element
 void setMaxHeight(BigInteger maxHeight)
          Sets the "MaxHeight" element
 void setMaxWidth(BigInteger maxWidth)
          Sets the "MaxWidth" element
 void setName(ServiceDocument.Service.Name.Enum name)
          Sets the "Name" element
 void setOnlineResource(OnlineResourceDocument.OnlineResource onlineResource)
          Sets the "OnlineResource" element
 void setTitle(String title)
          Sets the "Title" element
 void unsetAbstract()
          Unsets the "Abstract" element
 void unsetAccessConstraints()
          Unsets the "AccessConstraints" element
 void unsetContactInformation()
          Unsets the "ContactInformation" element
 void unsetFees()
          Unsets the "Fees" element
 void unsetKeywordList()
          Unsets the "KeywordList" element
 void unsetLayerLimit()
          Unsets the "LayerLimit" element
 void unsetMaxHeight()
          Unsets the "MaxHeight" element
 void unsetMaxWidth()
          Unsets the "MaxWidth" element
 org.apache.xmlbeans.XmlString xgetAbstract()
          Gets (as xml) the "Abstract" element
 org.apache.xmlbeans.XmlString xgetAccessConstraints()
          Gets (as xml) the "AccessConstraints" element
 org.apache.xmlbeans.XmlString xgetFees()
          Gets (as xml) the "Fees" element
 org.apache.xmlbeans.XmlPositiveInteger xgetLayerLimit()
          Gets (as xml) the "LayerLimit" element
 org.apache.xmlbeans.XmlPositiveInteger xgetMaxHeight()
          Gets (as xml) the "MaxHeight" element
 org.apache.xmlbeans.XmlPositiveInteger xgetMaxWidth()
          Gets (as xml) the "MaxWidth" element
 ServiceDocument.Service.Name xgetName()
          Gets (as xml) the "Name" element
 org.apache.xmlbeans.XmlString xgetTitle()
          Gets (as xml) the "Title" element
 void xsetAbstract(org.apache.xmlbeans.XmlString xabstract)
          Sets (as xml) the "Abstract" element
 void xsetAccessConstraints(org.apache.xmlbeans.XmlString accessConstraints)
          Sets (as xml) the "AccessConstraints" element
 void xsetFees(org.apache.xmlbeans.XmlString fees)
          Sets (as xml) the "Fees" element
 void xsetLayerLimit(org.apache.xmlbeans.XmlPositiveInteger layerLimit)
          Sets (as xml) the "LayerLimit" element
 void xsetMaxHeight(org.apache.xmlbeans.XmlPositiveInteger maxHeight)
          Sets (as xml) the "MaxHeight" element
 void xsetMaxWidth(org.apache.xmlbeans.XmlPositiveInteger maxWidth)
          Sets (as xml) the "MaxWidth" element
 void xsetName(ServiceDocument.Service.Name name)
          Sets (as xml) the "Name" element
 void xsetTitle(org.apache.xmlbeans.XmlString title)
          Sets (as xml) the "Title" element
 
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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getName

ServiceDocument.Service.Name.Enum getName()
Gets the "Name" element


xgetName

ServiceDocument.Service.Name xgetName()
Gets (as xml) the "Name" element


setName

void setName(ServiceDocument.Service.Name.Enum name)
Sets the "Name" element


xsetName

void xsetName(ServiceDocument.Service.Name name)
Sets (as xml) the "Name" element


getTitle

String getTitle()
Gets the "Title" element


xgetTitle

org.apache.xmlbeans.XmlString xgetTitle()
Gets (as xml) the "Title" element


setTitle

void setTitle(String title)
Sets the "Title" element


xsetTitle

void xsetTitle(org.apache.xmlbeans.XmlString title)
Sets (as xml) the "Title" element


getAbstract

String getAbstract()
Gets the "Abstract" element


xgetAbstract

org.apache.xmlbeans.XmlString xgetAbstract()
Gets (as xml) the "Abstract" element


isSetAbstract

boolean isSetAbstract()
True if has "Abstract" element


setAbstract

void setAbstract(String xabstract)
Sets the "Abstract" element


xsetAbstract

void xsetAbstract(org.apache.xmlbeans.XmlString xabstract)
Sets (as xml) the "Abstract" element


unsetAbstract

void unsetAbstract()
Unsets the "Abstract" element


getKeywordList

KeywordListDocument.KeywordList getKeywordList()
Gets the "KeywordList" element


isSetKeywordList

boolean isSetKeywordList()
True if has "KeywordList" element


setKeywordList

void setKeywordList(KeywordListDocument.KeywordList keywordList)
Sets the "KeywordList" element


addNewKeywordList

KeywordListDocument.KeywordList addNewKeywordList()
Appends and returns a new empty "KeywordList" element


unsetKeywordList

void unsetKeywordList()
Unsets the "KeywordList" element


getOnlineResource

OnlineResourceDocument.OnlineResource getOnlineResource()
Gets the "OnlineResource" element


setOnlineResource

void setOnlineResource(OnlineResourceDocument.OnlineResource onlineResource)
Sets the "OnlineResource" element


addNewOnlineResource

OnlineResourceDocument.OnlineResource addNewOnlineResource()
Appends and returns a new empty "OnlineResource" element


getContactInformation

ContactInformationDocument.ContactInformation getContactInformation()
Gets the "ContactInformation" element


isSetContactInformation

boolean isSetContactInformation()
True if has "ContactInformation" element


setContactInformation

void setContactInformation(ContactInformationDocument.ContactInformation contactInformation)
Sets the "ContactInformation" element


addNewContactInformation

ContactInformationDocument.ContactInformation addNewContactInformation()
Appends and returns a new empty "ContactInformation" element


unsetContactInformation

void unsetContactInformation()
Unsets the "ContactInformation" element


getFees

String getFees()
Gets the "Fees" element


xgetFees

org.apache.xmlbeans.XmlString xgetFees()
Gets (as xml) the "Fees" element


isSetFees

boolean isSetFees()
True if has "Fees" element


setFees

void setFees(String fees)
Sets the "Fees" element


xsetFees

void xsetFees(org.apache.xmlbeans.XmlString fees)
Sets (as xml) the "Fees" element


unsetFees

void unsetFees()
Unsets the "Fees" element


getAccessConstraints

String getAccessConstraints()
Gets the "AccessConstraints" element


xgetAccessConstraints

org.apache.xmlbeans.XmlString xgetAccessConstraints()
Gets (as xml) the "AccessConstraints" element


isSetAccessConstraints

boolean isSetAccessConstraints()
True if has "AccessConstraints" element


setAccessConstraints

void setAccessConstraints(String accessConstraints)
Sets the "AccessConstraints" element


xsetAccessConstraints

void xsetAccessConstraints(org.apache.xmlbeans.XmlString accessConstraints)
Sets (as xml) the "AccessConstraints" element


unsetAccessConstraints

void unsetAccessConstraints()
Unsets the "AccessConstraints" element


getLayerLimit

BigInteger getLayerLimit()
Gets the "LayerLimit" element


xgetLayerLimit

org.apache.xmlbeans.XmlPositiveInteger xgetLayerLimit()
Gets (as xml) the "LayerLimit" element


isSetLayerLimit

boolean isSetLayerLimit()
True if has "LayerLimit" element


setLayerLimit

void setLayerLimit(BigInteger layerLimit)
Sets the "LayerLimit" element


xsetLayerLimit

void xsetLayerLimit(org.apache.xmlbeans.XmlPositiveInteger layerLimit)
Sets (as xml) the "LayerLimit" element


unsetLayerLimit

void unsetLayerLimit()
Unsets the "LayerLimit" element


getMaxWidth

BigInteger getMaxWidth()
Gets the "MaxWidth" element


xgetMaxWidth

org.apache.xmlbeans.XmlPositiveInteger xgetMaxWidth()
Gets (as xml) the "MaxWidth" element


isSetMaxWidth

boolean isSetMaxWidth()
True if has "MaxWidth" element


setMaxWidth

void setMaxWidth(BigInteger maxWidth)
Sets the "MaxWidth" element


xsetMaxWidth

void xsetMaxWidth(org.apache.xmlbeans.XmlPositiveInteger maxWidth)
Sets (as xml) the "MaxWidth" element


unsetMaxWidth

void unsetMaxWidth()
Unsets the "MaxWidth" element


getMaxHeight

BigInteger getMaxHeight()
Gets the "MaxHeight" element


xgetMaxHeight

org.apache.xmlbeans.XmlPositiveInteger xgetMaxHeight()
Gets (as xml) the "MaxHeight" element


isSetMaxHeight

boolean isSetMaxHeight()
True if has "MaxHeight" element


setMaxHeight

void setMaxHeight(BigInteger maxHeight)
Sets the "MaxHeight" element


xsetMaxHeight

void xsetMaxHeight(org.apache.xmlbeans.XmlPositiveInteger maxHeight)
Sets (as xml) the "MaxHeight" element


unsetMaxHeight

void unsetMaxHeight()
Unsets the "MaxHeight" element



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