net.opengis.eml.x001
Interface SupportedPatternOperatorType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SupportedPatternOperatorTypeImpl

public interface SupportedPatternOperatorType
extends org.apache.xmlbeans.XmlObject

An XML SupportedPatternOperatorType(@http://www.opengis.net/eml/0.0.1). This is a complex type.


Nested Class Summary
static class SupportedPatternOperatorType.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 getDescription()
          Gets the "Description" element
 QName getName()
          Gets the "name" attribute
 boolean isSetDescription()
          True if has "Description" element
 void setDescription(String description)
          Sets the "Description" element
 void setName(QName name)
          Sets the "name" attribute
 void unsetDescription()
          Unsets the "Description" element
 org.apache.xmlbeans.XmlString xgetDescription()
          Gets (as xml) the "Description" element
 org.apache.xmlbeans.XmlQName xgetName()
          Gets (as xml) the "name" attribute
 void xsetDescription(org.apache.xmlbeans.XmlString description)
          Sets (as xml) the "Description" element
 void xsetName(org.apache.xmlbeans.XmlQName name)
          Sets (as xml) the "name" attribute
 
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

getDescription

String getDescription()
Gets the "Description" element


xgetDescription

org.apache.xmlbeans.XmlString xgetDescription()
Gets (as xml) the "Description" element


isSetDescription

boolean isSetDescription()
True if has "Description" element


setDescription

void setDescription(String description)
Sets the "Description" element


xsetDescription

void xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "Description" element


unsetDescription

void unsetDescription()
Unsets the "Description" element


getName

QName getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlQName xgetName()
Gets (as xml) the "name" attribute


setName

void setName(QName name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlQName name)
Sets (as xml) the "name" attribute



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