public interface ReferenceType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReferenceType.BodyReference
An XML BodyReference(@http://www.opengis.net/wps/2.0).
|
static class |
ReferenceType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
addNewBody()
Appends and returns a new empty "Body" element
|
ReferenceType.BodyReference |
addNewBodyReference()
Appends and returns a new empty "BodyReference" element
|
org.apache.xmlbeans.XmlObject |
getBody()
Gets the "Body" element
|
ReferenceType.BodyReference |
getBodyReference()
Gets the "BodyReference" element
|
String |
getEncoding()
Gets the "encoding" attribute
|
String |
getHref()
Gets the "href" attribute
|
String |
getMimeType()
Gets the "mimeType" attribute
|
String |
getSchema()
Gets the "schema" attribute
|
boolean |
isSetBody()
True if has "Body" element
|
boolean |
isSetBodyReference()
True if has "BodyReference" element
|
boolean |
isSetEncoding()
True if has "encoding" attribute
|
boolean |
isSetMimeType()
True if has "mimeType" attribute
|
boolean |
isSetSchema()
True if has "schema" attribute
|
void |
setBody(org.apache.xmlbeans.XmlObject body)
Sets the "Body" element
|
void |
setBodyReference(ReferenceType.BodyReference bodyReference)
Sets the "BodyReference" element
|
void |
setEncoding(String encoding)
Sets the "encoding" attribute
|
void |
setHref(String href)
Sets the "href" attribute
|
void |
setMimeType(String mimeType)
Sets the "mimeType" attribute
|
void |
setSchema(String schema)
Sets the "schema" attribute
|
void |
unsetBody()
Unsets the "Body" element
|
void |
unsetBodyReference()
Unsets the "BodyReference" element
|
void |
unsetEncoding()
Unsets the "encoding" attribute
|
void |
unsetMimeType()
Unsets the "mimeType" attribute
|
void |
unsetSchema()
Unsets the "schema" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetEncoding()
Gets (as xml) the "encoding" attribute
|
org.w3.x1999.xlink.HrefType |
xgetHref()
Gets (as xml) the "href" attribute
|
MimeType |
xgetMimeType()
Gets (as xml) the "mimeType" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetSchema()
Gets (as xml) the "schema" attribute
|
void |
xsetEncoding(org.apache.xmlbeans.XmlAnyURI encoding)
Sets (as xml) the "encoding" attribute
|
void |
xsetHref(org.w3.x1999.xlink.HrefType href)
Sets (as xml) the "href" attribute
|
void |
xsetMimeType(MimeType mimeType)
Sets (as xml) the "mimeType" attribute
|
void |
xsetSchema(org.apache.xmlbeans.XmlAnyURI schema)
Sets (as xml) the "schema" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextorg.apache.xmlbeans.XmlObject getBody()
boolean isSetBody()
void setBody(org.apache.xmlbeans.XmlObject body)
org.apache.xmlbeans.XmlObject addNewBody()
void unsetBody()
ReferenceType.BodyReference getBodyReference()
boolean isSetBodyReference()
void setBodyReference(ReferenceType.BodyReference bodyReference)
ReferenceType.BodyReference addNewBodyReference()
void unsetBodyReference()
String getHref()
org.w3.x1999.xlink.HrefType xgetHref()
void setHref(String href)
void xsetHref(org.w3.x1999.xlink.HrefType href)
String getMimeType()
MimeType xgetMimeType()
boolean isSetMimeType()
void setMimeType(String mimeType)
void xsetMimeType(MimeType mimeType)
void unsetMimeType()
String getEncoding()
org.apache.xmlbeans.XmlAnyURI xgetEncoding()
boolean isSetEncoding()
void setEncoding(String encoding)
void xsetEncoding(org.apache.xmlbeans.XmlAnyURI encoding)
void unsetEncoding()
String getSchema()
org.apache.xmlbeans.XmlAnyURI xgetSchema()
boolean isSetSchema()
void setSchema(String schema)
void xsetSchema(org.apache.xmlbeans.XmlAnyURI schema)
void unsetSchema()
Copyright © 2015–2018 52north.org. All rights reserved.