net.opengis.ows.x11
Interface ServiceReferenceType

All Superinterfaces:
AbstractReferenceBaseType, ReferenceType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ServiceReferenceTypeImpl

public interface ServiceReferenceType
extends ReferenceType

An XML ServiceReferenceType(@http://www.opengis.net/ows/1.1). This is a complex type.


Nested Class Summary
static class ServiceReferenceType.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
 org.apache.xmlbeans.XmlObject addNewRequestMessage()
          Appends and returns a new empty "RequestMessage" element
 org.apache.xmlbeans.XmlObject getRequestMessage()
          Gets the "RequestMessage" element
 String getRequestMessageReference()
          Gets the "RequestMessageReference" element
 boolean isSetRequestMessage()
          True if has "RequestMessage" element
 boolean isSetRequestMessageReference()
          True if has "RequestMessageReference" element
 void setRequestMessage(org.apache.xmlbeans.XmlObject requestMessage)
          Sets the "RequestMessage" element
 void setRequestMessageReference(String requestMessageReference)
          Sets the "RequestMessageReference" element
 void unsetRequestMessage()
          Unsets the "RequestMessage" element
 void unsetRequestMessageReference()
          Unsets the "RequestMessageReference" element
 org.apache.xmlbeans.XmlAnyURI xgetRequestMessageReference()
          Gets (as xml) the "RequestMessageReference" element
 void xsetRequestMessageReference(org.apache.xmlbeans.XmlAnyURI requestMessageReference)
          Sets (as xml) the "RequestMessageReference" element
 
Methods inherited from interface net.opengis.ows.x11.ReferenceType
addNewAbstract, addNewIdentifier, addNewMetadata, getAbstractArray, getAbstractArray, getFormat, getIdentifier, getMetadataArray, getMetadataArray, insertNewAbstract, insertNewMetadata, isSetFormat, isSetIdentifier, removeAbstract, removeMetadata, setAbstractArray, setAbstractArray, setFormat, setIdentifier, setMetadataArray, setMetadataArray, sizeOfAbstractArray, sizeOfMetadataArray, unsetFormat, unsetIdentifier, xgetFormat, xsetFormat
 
Methods inherited from interface net.opengis.ows.x11.AbstractReferenceBaseType
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetRole, unsetShow, unsetTitle, unsetType, xgetActuate, xgetArcrole, xgetHref, xgetRole, xgetShow, xgetTitle, xgetType, xsetActuate, xsetArcrole, xsetHref, xsetRole, xsetShow, xsetTitle, xsetType
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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

getRequestMessage

org.apache.xmlbeans.XmlObject getRequestMessage()
Gets the "RequestMessage" element


isSetRequestMessage

boolean isSetRequestMessage()
True if has "RequestMessage" element


setRequestMessage

void setRequestMessage(org.apache.xmlbeans.XmlObject requestMessage)
Sets the "RequestMessage" element


addNewRequestMessage

org.apache.xmlbeans.XmlObject addNewRequestMessage()
Appends and returns a new empty "RequestMessage" element


unsetRequestMessage

void unsetRequestMessage()
Unsets the "RequestMessage" element


getRequestMessageReference

String getRequestMessageReference()
Gets the "RequestMessageReference" element


xgetRequestMessageReference

org.apache.xmlbeans.XmlAnyURI xgetRequestMessageReference()
Gets (as xml) the "RequestMessageReference" element


isSetRequestMessageReference

boolean isSetRequestMessageReference()
True if has "RequestMessageReference" element


setRequestMessageReference

void setRequestMessageReference(String requestMessageReference)
Sets the "RequestMessageReference" element


xsetRequestMessageReference

void xsetRequestMessageReference(org.apache.xmlbeans.XmlAnyURI requestMessageReference)
Sets (as xml) the "RequestMessageReference" element


unsetRequestMessageReference

void unsetRequestMessageReference()
Unsets the "RequestMessageReference" element



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