net.opengis.ogc
Interface ServiceExceptionType

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ServiceExceptionTypeImpl

public interface ServiceExceptionType
extends org.apache.xmlbeans.XmlString

An XML ServiceExceptionType(@http://www.opengis.net/ogc). This is an atomic type that is a restriction of net.opengis.ogc.ServiceExceptionType.


Nested Class Summary
static class ServiceExceptionType.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 getCode()
          Gets the "code" attribute
 String getLocator()
          Gets the "locator" attribute
 boolean isSetCode()
          True if has "code" attribute
 boolean isSetLocator()
          True if has "locator" attribute
 void setCode(String code)
          Sets the "code" attribute
 void setLocator(String locator)
          Sets the "locator" attribute
 void unsetCode()
          Unsets the "code" attribute
 void unsetLocator()
          Unsets the "locator" attribute
 org.apache.xmlbeans.XmlString xgetCode()
          Gets (as xml) the "code" attribute
 org.apache.xmlbeans.XmlString xgetLocator()
          Gets (as xml) the "locator" attribute
 void xsetCode(org.apache.xmlbeans.XmlString code)
          Sets (as xml) the "code" attribute
 void xsetLocator(org.apache.xmlbeans.XmlString locator)
          Sets (as xml) the "locator" 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

getCode

String getCode()
Gets the "code" attribute


xgetCode

org.apache.xmlbeans.XmlString xgetCode()
Gets (as xml) the "code" attribute


isSetCode

boolean isSetCode()
True if has "code" attribute


setCode

void setCode(String code)
Sets the "code" attribute


xsetCode

void xsetCode(org.apache.xmlbeans.XmlString code)
Sets (as xml) the "code" attribute


unsetCode

void unsetCode()
Unsets the "code" attribute


getLocator

String getLocator()
Gets the "locator" attribute


xgetLocator

org.apache.xmlbeans.XmlString xgetLocator()
Gets (as xml) the "locator" attribute


isSetLocator

boolean isSetLocator()
True if has "locator" attribute


setLocator

void setLocator(String locator)
Sets the "locator" attribute


xsetLocator

void xsetLocator(org.apache.xmlbeans.XmlString locator)
Sets (as xml) the "locator" attribute


unsetLocator

void unsetLocator()
Unsets the "locator" attribute



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