Package net.opengis.ows.x11
Interface DescriptionType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
BasicIdentificationType,DatasetDescriptionSummaryBaseType,IdentificationType,ManifestType,ReferenceGroupType,ServiceIdentificationDocument.ServiceIdentification
- All Known Implementing Classes:
BasicIdentificationTypeImpl,DatasetDescriptionSummaryBaseTypeImpl,DescriptionTypeImpl,IdentificationTypeImpl,ManifestTypeImpl,ReferenceGroupTypeImpl,ServiceIdentificationDocumentImpl.ServiceIdentificationImpl
public interface DescriptionType extends org.apache.xmlbeans.XmlObjectAn XML DescriptionType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDescriptionType.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" elementKeywordsTypeaddNewKeywords()Appends and returns a new empty value (as xml) as the last "Keywords" elementLanguageStringTypeaddNewTitle()Appends and returns a new empty value (as xml) as the last "Title" elementLanguageStringType[]getAbstractArray()Gets array of all "Abstract" elementsLanguageStringTypegetAbstractArray(int i)Gets ith "Abstract" elementKeywordsType[]getKeywordsArray()Gets array of all "Keywords" elementsKeywordsTypegetKeywordsArray(int i)Gets ith "Keywords" elementLanguageStringType[]getTitleArray()Gets array of all "Title" elementsLanguageStringTypegetTitleArray(int i)Gets ith "Title" elementLanguageStringTypeinsertNewAbstract(int i)Inserts and returns a new empty value (as xml) as the ith "Abstract" elementKeywordsTypeinsertNewKeywords(int i)Inserts and returns a new empty value (as xml) as the ith "Keywords" elementLanguageStringTypeinsertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "Title" elementvoidremoveAbstract(int i)Removes the ith "Abstract" elementvoidremoveKeywords(int i)Removes the ith "Keywords" elementvoidremoveTitle(int i)Removes the ith "Title" elementvoidsetAbstractArray(int i, LanguageStringType xabstract)Sets ith "Abstract" elementvoidsetAbstractArray(LanguageStringType[] xabstractArray)Sets array of all "Abstract" elementvoidsetKeywordsArray(int i, KeywordsType keywords)Sets ith "Keywords" elementvoidsetKeywordsArray(KeywordsType[] keywordsArray)Sets array of all "Keywords" elementvoidsetTitleArray(int i, LanguageStringType title)Sets ith "Title" elementvoidsetTitleArray(LanguageStringType[] titleArray)Sets array of all "Title" elementintsizeOfAbstractArray()Returns number of "Abstract" elementintsizeOfKeywordsArray()Returns number of "Keywords" elementintsizeOfTitleArray()Returns number of "Title" element-
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
-
getTitleArray
LanguageStringType[] getTitleArray()
Gets array of all "Title" elements
-
getTitleArray
LanguageStringType getTitleArray(int i)
Gets ith "Title" element
-
sizeOfTitleArray
int sizeOfTitleArray()
Returns number of "Title" element
-
setTitleArray
void setTitleArray(LanguageStringType[] titleArray)
Sets array of all "Title" element
-
setTitleArray
void setTitleArray(int i, LanguageStringType title)Sets ith "Title" element
-
insertNewTitle
LanguageStringType insertNewTitle(int i)
Inserts and returns a new empty value (as xml) as the ith "Title" element
-
addNewTitle
LanguageStringType addNewTitle()
Appends and returns a new empty value (as xml) as the last "Title" element
-
removeTitle
void removeTitle(int i)
Removes the ith "Title" 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
-
getKeywordsArray
KeywordsType[] getKeywordsArray()
Gets array of all "Keywords" elements
-
getKeywordsArray
KeywordsType getKeywordsArray(int i)
Gets ith "Keywords" element
-
sizeOfKeywordsArray
int sizeOfKeywordsArray()
Returns number of "Keywords" element
-
setKeywordsArray
void setKeywordsArray(KeywordsType[] keywordsArray)
Sets array of all "Keywords" element
-
setKeywordsArray
void setKeywordsArray(int i, KeywordsType keywords)Sets ith "Keywords" element
-
insertNewKeywords
KeywordsType insertNewKeywords(int i)
Inserts and returns a new empty value (as xml) as the ith "Keywords" element
-
addNewKeywords
KeywordsType addNewKeywords()
Appends and returns a new empty value (as xml) as the last "Keywords" element
-
removeKeywords
void removeKeywords(int i)
Removes the ith "Keywords" element
-
-