Package net.opengis.ows.x11
Interface ReferenceType
-
- All Superinterfaces:
AbstractReferenceBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ServiceReferenceType
- All Known Implementing Classes:
ReferenceTypeImpl,ServiceReferenceTypeImpl
public interface ReferenceType extends AbstractReferenceBaseType
An XML ReferenceType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classReferenceType.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 LanguageStringTypeaddNewAbstract()Appends and returns a new empty value (as xml) as the last "Abstract" elementCodeTypeaddNewIdentifier()Appends and returns a new empty "Identifier" elementMetadataTypeaddNewMetadata()Appends and returns a new empty value (as xml) as the last "Metadata" elementLanguageStringType[]getAbstractArray()Gets array of all "Abstract" elementsLanguageStringTypegetAbstractArray(int i)Gets ith "Abstract" elementStringgetFormat()Gets the "Format" elementCodeTypegetIdentifier()Gets the "Identifier" elementMetadataType[]getMetadataArray()Gets array of all "Metadata" elementsMetadataTypegetMetadataArray(int i)Gets ith "Metadata" elementLanguageStringTypeinsertNewAbstract(int i)Inserts and returns a new empty value (as xml) as the ith "Abstract" elementMetadataTypeinsertNewMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "Metadata" elementbooleanisSetFormat()True if has "Format" elementbooleanisSetIdentifier()True if has "Identifier" elementvoidremoveAbstract(int i)Removes the ith "Abstract" elementvoidremoveMetadata(int i)Removes the ith "Metadata" elementvoidsetAbstractArray(int i, LanguageStringType xabstract)Sets ith "Abstract" elementvoidsetAbstractArray(LanguageStringType[] xabstractArray)Sets array of all "Abstract" elementvoidsetFormat(String format)Sets the "Format" elementvoidsetIdentifier(CodeType identifier)Sets the "Identifier" elementvoidsetMetadataArray(int i, MetadataType metadata)Sets ith "Metadata" elementvoidsetMetadataArray(MetadataType[] metadataArray)Sets array of all "Metadata" elementintsizeOfAbstractArray()Returns number of "Abstract" elementintsizeOfMetadataArray()Returns number of "Metadata" elementvoidunsetFormat()Unsets the "Format" elementvoidunsetIdentifier()Unsets the "Identifier" elementMimeTypexgetFormat()Gets (as xml) the "Format" elementvoidxsetFormat(MimeType format)Sets (as xml) the "Format" 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 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
-
getIdentifier
CodeType getIdentifier()
Gets the "Identifier" element
-
isSetIdentifier
boolean isSetIdentifier()
True if has "Identifier" element
-
setIdentifier
void setIdentifier(CodeType identifier)
Sets the "Identifier" element
-
addNewIdentifier
CodeType addNewIdentifier()
Appends and returns a new empty "Identifier" element
-
unsetIdentifier
void unsetIdentifier()
Unsets the "Identifier" element
-
getAbstractArray
LanguageStringType[] getAbstractArray()
Gets array of all "Abstract" elements
-
getAbstractArray
LanguageStringType getAbstractArray(int i)
Gets ith "Abstract" element
-
sizeOfAbstractArray
int sizeOfAbstractArray()
Returns number of "Abstract" element
-
setAbstractArray
void setAbstractArray(LanguageStringType[] xabstractArray)
Sets array of all "Abstract" element
-
setAbstractArray
void setAbstractArray(int i, LanguageStringType xabstract)Sets ith "Abstract" element
-
insertNewAbstract
LanguageStringType insertNewAbstract(int i)
Inserts and returns a new empty value (as xml) as the ith "Abstract" element
-
addNewAbstract
LanguageStringType addNewAbstract()
Appends and returns a new empty value (as xml) as the last "Abstract" element
-
removeAbstract
void removeAbstract(int i)
Removes the ith "Abstract" element
-
getFormat
String getFormat()
Gets the "Format" element
-
xgetFormat
MimeType xgetFormat()
Gets (as xml) the "Format" element
-
isSetFormat
boolean isSetFormat()
True if has "Format" element
-
setFormat
void setFormat(String format)
Sets the "Format" element
-
xsetFormat
void xsetFormat(MimeType format)
Sets (as xml) the "Format" element
-
unsetFormat
void unsetFormat()
Unsets the "Format" element
-
getMetadataArray
MetadataType[] getMetadataArray()
Gets array of all "Metadata" elements
-
getMetadataArray
MetadataType getMetadataArray(int i)
Gets ith "Metadata" element
-
sizeOfMetadataArray
int sizeOfMetadataArray()
Returns number of "Metadata" element
-
setMetadataArray
void setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element
-
setMetadataArray
void setMetadataArray(int i, MetadataType metadata)Sets ith "Metadata" element
-
insertNewMetadata
MetadataType insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element
-
addNewMetadata
MetadataType addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element
-
removeMetadata
void removeMetadata(int i)
Removes the ith "Metadata" element
-
-