net.opengis.ows.x11
Interface ContentsBaseType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ContentsBaseTypeImpl

public interface ContentsBaseType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ContentsBaseType.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
 DatasetDescriptionSummaryBaseType addNewDatasetDescriptionSummary()
          Appends and returns a new empty value (as xml) as the last "DatasetDescriptionSummary" element
 MetadataType addNewOtherSource()
          Appends and returns a new empty value (as xml) as the last "OtherSource" element
 DatasetDescriptionSummaryBaseType[] getDatasetDescriptionSummaryArray()
          Gets array of all "DatasetDescriptionSummary" elements
 DatasetDescriptionSummaryBaseType getDatasetDescriptionSummaryArray(int i)
          Gets ith "DatasetDescriptionSummary" element
 MetadataType[] getOtherSourceArray()
          Gets array of all "OtherSource" elements
 MetadataType getOtherSourceArray(int i)
          Gets ith "OtherSource" element
 DatasetDescriptionSummaryBaseType insertNewDatasetDescriptionSummary(int i)
          Inserts and returns a new empty value (as xml) as the ith "DatasetDescriptionSummary" element
 MetadataType insertNewOtherSource(int i)
          Inserts and returns a new empty value (as xml) as the ith "OtherSource" element
 void removeDatasetDescriptionSummary(int i)
          Removes the ith "DatasetDescriptionSummary" element
 void removeOtherSource(int i)
          Removes the ith "OtherSource" element
 void setDatasetDescriptionSummaryArray(DatasetDescriptionSummaryBaseType[] datasetDescriptionSummaryArray)
          Sets array of all "DatasetDescriptionSummary" element
 void setDatasetDescriptionSummaryArray(int i, DatasetDescriptionSummaryBaseType datasetDescriptionSummary)
          Sets ith "DatasetDescriptionSummary" element
 void setOtherSourceArray(int i, MetadataType otherSource)
          Sets ith "OtherSource" element
 void setOtherSourceArray(MetadataType[] otherSourceArray)
          Sets array of all "OtherSource" element
 int sizeOfDatasetDescriptionSummaryArray()
          Returns number of "DatasetDescriptionSummary" element
 int sizeOfOtherSourceArray()
          Returns number of "OtherSource" 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

getDatasetDescriptionSummaryArray

DatasetDescriptionSummaryBaseType[] getDatasetDescriptionSummaryArray()
Gets array of all "DatasetDescriptionSummary" elements


getDatasetDescriptionSummaryArray

DatasetDescriptionSummaryBaseType getDatasetDescriptionSummaryArray(int i)
Gets ith "DatasetDescriptionSummary" element


sizeOfDatasetDescriptionSummaryArray

int sizeOfDatasetDescriptionSummaryArray()
Returns number of "DatasetDescriptionSummary" element


setDatasetDescriptionSummaryArray

void setDatasetDescriptionSummaryArray(DatasetDescriptionSummaryBaseType[] datasetDescriptionSummaryArray)
Sets array of all "DatasetDescriptionSummary" element


setDatasetDescriptionSummaryArray

void setDatasetDescriptionSummaryArray(int i,
                                       DatasetDescriptionSummaryBaseType datasetDescriptionSummary)
Sets ith "DatasetDescriptionSummary" element


insertNewDatasetDescriptionSummary

DatasetDescriptionSummaryBaseType insertNewDatasetDescriptionSummary(int i)
Inserts and returns a new empty value (as xml) as the ith "DatasetDescriptionSummary" element


addNewDatasetDescriptionSummary

DatasetDescriptionSummaryBaseType addNewDatasetDescriptionSummary()
Appends and returns a new empty value (as xml) as the last "DatasetDescriptionSummary" element


removeDatasetDescriptionSummary

void removeDatasetDescriptionSummary(int i)
Removes the ith "DatasetDescriptionSummary" element


getOtherSourceArray

MetadataType[] getOtherSourceArray()
Gets array of all "OtherSource" elements


getOtherSourceArray

MetadataType getOtherSourceArray(int i)
Gets ith "OtherSource" element


sizeOfOtherSourceArray

int sizeOfOtherSourceArray()
Returns number of "OtherSource" element


setOtherSourceArray

void setOtherSourceArray(MetadataType[] otherSourceArray)
Sets array of all "OtherSource" element


setOtherSourceArray

void setOtherSourceArray(int i,
                         MetadataType otherSource)
Sets ith "OtherSource" element


insertNewOtherSource

MetadataType insertNewOtherSource(int i)
Inserts and returns a new empty value (as xml) as the ith "OtherSource" element


addNewOtherSource

MetadataType addNewOtherSource()
Appends and returns a new empty value (as xml) as the last "OtherSource" element


removeOtherSource

void removeOtherSource(int i)
Removes the ith "OtherSource" element



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