net.opengis.sps.x20
Interface DataAvailableType

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

public interface DataAvailableType
extends org.apache.xmlbeans.XmlObject

An XML DataAvailableType(@http://www.opengis.net/sps/2.0). This is a complex type.


Nested Class Summary
static interface DataAvailableType.DataReference
          An XML dataReference(@http://www.opengis.net/sps/2.0).
static class DataAvailableType.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
 DataAvailableType.DataReference addNewDataReference()
          Appends and returns a new empty value (as xml) as the last "dataReference" element
 DataAvailableType.DataReference[] getDataReferenceArray()
          Gets array of all "dataReference" elements
 DataAvailableType.DataReference getDataReferenceArray(int i)
          Gets ith "dataReference" element
 DataAvailableType.DataReference insertNewDataReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "dataReference" element
 void removeDataReference(int i)
          Removes the ith "dataReference" element
 void setDataReferenceArray(DataAvailableType.DataReference[] dataReferenceArray)
          Sets array of all "dataReference" element
 void setDataReferenceArray(int i, DataAvailableType.DataReference dataReference)
          Sets ith "dataReference" element
 int sizeOfDataReferenceArray()
          Returns number of "dataReference" 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDataReferenceArray

DataAvailableType.DataReference[] getDataReferenceArray()
Gets array of all "dataReference" elements


getDataReferenceArray

DataAvailableType.DataReference getDataReferenceArray(int i)
Gets ith "dataReference" element


sizeOfDataReferenceArray

int sizeOfDataReferenceArray()
Returns number of "dataReference" element


setDataReferenceArray

void setDataReferenceArray(DataAvailableType.DataReference[] dataReferenceArray)
Sets array of all "dataReference" element


setDataReferenceArray

void setDataReferenceArray(int i,
                           DataAvailableType.DataReference dataReference)
Sets ith "dataReference" element


insertNewDataReference

DataAvailableType.DataReference insertNewDataReference(int i)
Inserts and returns a new empty value (as xml) as the ith "dataReference" element


addNewDataReference

DataAvailableType.DataReference addNewDataReference()
Appends and returns a new empty value (as xml) as the last "dataReference" element


removeDataReference

void removeDataReference(int i)
Removes the ith "dataReference" element



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