public static interface ServiceDocument.Service
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
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).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
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
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextServiceDocument.Service.Name.Enum getName()
ServiceDocument.Service.Name xgetName()
void setName(ServiceDocument.Service.Name.Enum name)
void xsetName(ServiceDocument.Service.Name name)
String getTitle()
org.apache.xmlbeans.XmlString xgetTitle()
void setTitle(String title)
void xsetTitle(org.apache.xmlbeans.XmlString title)
String getAbstract()
org.apache.xmlbeans.XmlString xgetAbstract()
boolean isSetAbstract()
void setAbstract(String xabstract)
void xsetAbstract(org.apache.xmlbeans.XmlString xabstract)
void unsetAbstract()
KeywordListDocument.KeywordList getKeywordList()
boolean isSetKeywordList()
void setKeywordList(KeywordListDocument.KeywordList keywordList)
KeywordListDocument.KeywordList addNewKeywordList()
void unsetKeywordList()
OnlineResourceDocument.OnlineResource getOnlineResource()
void setOnlineResource(OnlineResourceDocument.OnlineResource onlineResource)
OnlineResourceDocument.OnlineResource addNewOnlineResource()
ContactInformationDocument.ContactInformation getContactInformation()
boolean isSetContactInformation()
void setContactInformation(ContactInformationDocument.ContactInformation contactInformation)
ContactInformationDocument.ContactInformation addNewContactInformation()
void unsetContactInformation()
String getFees()
org.apache.xmlbeans.XmlString xgetFees()
boolean isSetFees()
void setFees(String fees)
void xsetFees(org.apache.xmlbeans.XmlString fees)
void unsetFees()
String getAccessConstraints()
org.apache.xmlbeans.XmlString xgetAccessConstraints()
boolean isSetAccessConstraints()
void setAccessConstraints(String accessConstraints)
void xsetAccessConstraints(org.apache.xmlbeans.XmlString accessConstraints)
void unsetAccessConstraints()
BigInteger getLayerLimit()
org.apache.xmlbeans.XmlPositiveInteger xgetLayerLimit()
boolean isSetLayerLimit()
void setLayerLimit(BigInteger layerLimit)
void xsetLayerLimit(org.apache.xmlbeans.XmlPositiveInteger layerLimit)
void unsetLayerLimit()
BigInteger getMaxWidth()
org.apache.xmlbeans.XmlPositiveInteger xgetMaxWidth()
boolean isSetMaxWidth()
void setMaxWidth(BigInteger maxWidth)
void xsetMaxWidth(org.apache.xmlbeans.XmlPositiveInteger maxWidth)
void unsetMaxWidth()
BigInteger getMaxHeight()
org.apache.xmlbeans.XmlPositiveInteger xgetMaxHeight()
boolean isSetMaxHeight()
void setMaxHeight(BigInteger maxHeight)
void xsetMaxHeight(org.apache.xmlbeans.XmlPositiveInteger maxHeight)
void unsetMaxHeight()
Copyright © 2015 52north.org. All rights reserved.