Package 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
Nested Classes Modifier and Type Interface Description static classServiceReferenceType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.XmlObjectaddNewRequestMessage()Appends and returns a new empty "RequestMessage" elementorg.apache.xmlbeans.XmlObjectgetRequestMessage()Gets the "RequestMessage" elementStringgetRequestMessageReference()Gets the "RequestMessageReference" elementbooleanisSetRequestMessage()True if has "RequestMessage" elementbooleanisSetRequestMessageReference()True if has "RequestMessageReference" elementvoidsetRequestMessage(org.apache.xmlbeans.XmlObject requestMessage)Sets the "RequestMessage" elementvoidsetRequestMessageReference(String requestMessageReference)Sets the "RequestMessageReference" elementvoidunsetRequestMessage()Unsets the "RequestMessage" elementvoidunsetRequestMessageReference()Unsets the "RequestMessageReference" elementorg.apache.xmlbeans.XmlAnyURIxgetRequestMessageReference()Gets (as xml) the "RequestMessageReference" elementvoidxsetRequestMessageReference(org.apache.xmlbeans.XmlAnyURI requestMessageReference)Sets (as xml) the "RequestMessageReference" element-
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 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 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
-
-
-
-
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
-
-