net.opengis.wms
Interface KeywordDocument.Keyword

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
KeywordDocumentImpl.KeywordImpl
Enclosing interface:
KeywordDocument

public static interface KeywordDocument.Keyword
extends org.apache.xmlbeans.XmlString

An XML Keyword(@http://www.opengis.net/wms). This is an atomic type that is a restriction of net.opengis.wms.KeywordDocument$Keyword.


Nested Class Summary
static class KeywordDocument.Keyword.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 getVocabulary()
          Gets the "vocabulary" attribute
 boolean isSetVocabulary()
          True if has "vocabulary" attribute
 void setVocabulary(String vocabulary)
          Sets the "vocabulary" attribute
 void unsetVocabulary()
          Unsets the "vocabulary" attribute
 org.apache.xmlbeans.XmlString xgetVocabulary()
          Gets (as xml) the "vocabulary" attribute
 void xsetVocabulary(org.apache.xmlbeans.XmlString vocabulary)
          Sets (as xml) the "vocabulary" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
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

getVocabulary

String getVocabulary()
Gets the "vocabulary" attribute


xgetVocabulary

org.apache.xmlbeans.XmlString xgetVocabulary()
Gets (as xml) the "vocabulary" attribute


isSetVocabulary

boolean isSetVocabulary()
True if has "vocabulary" attribute


setVocabulary

void setVocabulary(String vocabulary)
Sets the "vocabulary" attribute


xsetVocabulary

void xsetVocabulary(org.apache.xmlbeans.XmlString vocabulary)
Sets (as xml) the "vocabulary" attribute


unsetVocabulary

void unsetVocabulary()
Unsets the "vocabulary" attribute



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