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.XmlObject

An XML DescriptionType(@http://www.opengis.net/ows/1.1). This is a complex type.


Nested Class Summary
static class DescriptionType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 LanguageStringType addNewAbstract()
          Appends and returns a new empty value (as xml) as the last "Abstract" element
 KeywordsType addNewKeywords()
          Appends and returns a new empty value (as xml) as the last "Keywords" element
 LanguageStringType addNewTitle()
          Appends and returns a new empty value (as xml) as the last "Title" element
 LanguageStringType[] getAbstractArray()
          Gets array of all "Abstract" elements
 LanguageStringType getAbstractArray(int i)
          Gets ith "Abstract" element
 KeywordsType[] getKeywordsArray()
          Gets array of all "Keywords" elements
 KeywordsType getKeywordsArray(int i)
          Gets ith "Keywords" element
 LanguageStringType[] getTitleArray()
          Gets array of all "Title" elements
 LanguageStringType getTitleArray(int i)
          Gets ith "Title" element
 LanguageStringType insertNewAbstract(int i)
          Inserts and returns a new empty value (as xml) as the ith "Abstract" element
 KeywordsType insertNewKeywords(int i)
          Inserts and returns a new empty value (as xml) as the ith "Keywords" element
 LanguageStringType insertNewTitle(int i)
          Inserts and returns a new empty value (as xml) as the ith "Title" element
 void removeAbstract(int i)
          Removes the ith "Abstract" element
 void removeKeywords(int i)
          Removes the ith "Keywords" element
 void removeTitle(int i)
          Removes the ith "Title" element
 void setAbstractArray(int i, LanguageStringType xabstract)
          Sets ith "Abstract" element
 void setAbstractArray(LanguageStringType[] xabstractArray)
          Sets array of all "Abstract" element
 void setKeywordsArray(int i, KeywordsType keywords)
          Sets ith "Keywords" element
 void setKeywordsArray(KeywordsType[] keywordsArray)
          Sets array of all "Keywords" element
 void setTitleArray(int i, LanguageStringType title)
          Sets ith "Title" element
 void setTitleArray(LanguageStringType[] titleArray)
          Sets array of all "Title" element
 int sizeOfAbstractArray()
          Returns number of "Abstract" element
 int sizeOfKeywordsArray()
          Returns number of "Keywords" element
 int sizeOfTitleArray()
          Returns number of "Title" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
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



Copyright © 2004-2012 52north.org. All Rights Reserved.