Package net.opengis.ows.x11
Interface GetResourceByIdType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GetResourceByIdTypeImpl
public interface GetResourceByIdType extends org.apache.xmlbeans.XmlObjectAn XML GetResourceByIdType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetResourceByIdType.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.XmlAnyURIaddNewResourceID()Appends and returns a new empty value (as xml) as the last "ResourceID" elementvoidaddResourceID(String resourceID)Appends the value as the last "ResourceID" elementStringgetOutputFormat()Gets the "OutputFormat" elementString[]getResourceIDArray()Gets array of all "ResourceID" elementsStringgetResourceIDArray(int i)Gets ith "ResourceID" elementStringgetService()Gets the "service" attributeStringgetVersion()Gets the "version" attributeorg.apache.xmlbeans.XmlAnyURIinsertNewResourceID(int i)Inserts and returns a new empty value (as xml) as the ith "ResourceID" elementvoidinsertResourceID(int i, String resourceID)Inserts the value as the ith "ResourceID" elementbooleanisSetOutputFormat()True if has "OutputFormat" elementvoidremoveResourceID(int i)Removes the ith "ResourceID" elementvoidsetOutputFormat(String outputFormat)Sets the "OutputFormat" elementvoidsetResourceIDArray(int i, String resourceID)Sets ith "ResourceID" elementvoidsetResourceIDArray(String[] resourceIDArray)Sets array of all "ResourceID" elementvoidsetService(String service)Sets the "service" attributevoidsetVersion(String version)Sets the "version" attributeintsizeOfResourceIDArray()Returns number of "ResourceID" elementvoidunsetOutputFormat()Unsets the "OutputFormat" elementMimeTypexgetOutputFormat()Gets (as xml) the "OutputFormat" elementorg.apache.xmlbeans.XmlAnyURI[]xgetResourceIDArray()Gets (as xml) array of all "ResourceID" elementsorg.apache.xmlbeans.XmlAnyURIxgetResourceIDArray(int i)Gets (as xml) ith "ResourceID" elementServiceTypexgetService()Gets (as xml) the "service" attributeVersionTypexgetVersion()Gets (as xml) the "version" attributevoidxsetOutputFormat(MimeType outputFormat)Sets (as xml) the "OutputFormat" elementvoidxsetResourceIDArray(int i, org.apache.xmlbeans.XmlAnyURI resourceID)Sets (as xml) ith "ResourceID" elementvoidxsetResourceIDArray(org.apache.xmlbeans.XmlAnyURI[] resourceIDArray)Sets (as xml) array of all "ResourceID" elementvoidxsetService(ServiceType service)Sets (as xml) the "service" attributevoidxsetVersion(VersionType version)Sets (as xml) the "version" 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
-
-
-
-
Method Detail
-
getResourceIDArray
String[] getResourceIDArray()
Gets array of all "ResourceID" elements
-
getResourceIDArray
String getResourceIDArray(int i)
Gets ith "ResourceID" element
-
xgetResourceIDArray
org.apache.xmlbeans.XmlAnyURI[] xgetResourceIDArray()
Gets (as xml) array of all "ResourceID" elements
-
xgetResourceIDArray
org.apache.xmlbeans.XmlAnyURI xgetResourceIDArray(int i)
Gets (as xml) ith "ResourceID" element
-
sizeOfResourceIDArray
int sizeOfResourceIDArray()
Returns number of "ResourceID" element
-
setResourceIDArray
void setResourceIDArray(String[] resourceIDArray)
Sets array of all "ResourceID" element
-
setResourceIDArray
void setResourceIDArray(int i, String resourceID)Sets ith "ResourceID" element
-
xsetResourceIDArray
void xsetResourceIDArray(org.apache.xmlbeans.XmlAnyURI[] resourceIDArray)
Sets (as xml) array of all "ResourceID" element
-
xsetResourceIDArray
void xsetResourceIDArray(int i, org.apache.xmlbeans.XmlAnyURI resourceID)Sets (as xml) ith "ResourceID" element
-
insertResourceID
void insertResourceID(int i, String resourceID)Inserts the value as the ith "ResourceID" element
-
addResourceID
void addResourceID(String resourceID)
Appends the value as the last "ResourceID" element
-
insertNewResourceID
org.apache.xmlbeans.XmlAnyURI insertNewResourceID(int i)
Inserts and returns a new empty value (as xml) as the ith "ResourceID" element
-
addNewResourceID
org.apache.xmlbeans.XmlAnyURI addNewResourceID()
Appends and returns a new empty value (as xml) as the last "ResourceID" element
-
removeResourceID
void removeResourceID(int i)
Removes the ith "ResourceID" element
-
getOutputFormat
String getOutputFormat()
Gets the "OutputFormat" element
-
xgetOutputFormat
MimeType xgetOutputFormat()
Gets (as xml) the "OutputFormat" element
-
isSetOutputFormat
boolean isSetOutputFormat()
True if has "OutputFormat" element
-
setOutputFormat
void setOutputFormat(String outputFormat)
Sets the "OutputFormat" element
-
xsetOutputFormat
void xsetOutputFormat(MimeType outputFormat)
Sets (as xml) the "OutputFormat" element
-
unsetOutputFormat
void unsetOutputFormat()
Unsets the "OutputFormat" element
-
getService
String getService()
Gets the "service" attribute
-
xgetService
ServiceType xgetService()
Gets (as xml) the "service" attribute
-
setService
void setService(String service)
Sets the "service" attribute
-
xsetService
void xsetService(ServiceType service)
Sets (as xml) the "service" attribute
-
getVersion
String getVersion()
Gets the "version" attribute
-
xgetVersion
VersionType xgetVersion()
Gets (as xml) the "version" attribute
-
setVersion
void setVersion(String version)
Sets the "version" attribute
-
xsetVersion
void xsetVersion(VersionType version)
Sets (as xml) the "version" attribute
-
-