net.opengis.sps.x20
Interface AlternativeType

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

public interface AlternativeType
extends AbstractSWESType

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


Nested Class Summary
static class AlternativeType.Factory
          A factory class with static methods for creating instances of this type.
static interface AlternativeType.TaskingParameters
          An XML taskingParameters(@http://www.opengis.net/sps/2.0).
 
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
 net.opengis.ows.x11.LanguageStringType addNewDescription2()
          Appends and returns a new empty value (as xml) as the last "description" element
 AlternativeType.TaskingParameters addNewTaskingParameters()
          Appends and returns a new empty "taskingParameters" element
 net.opengis.ows.x11.LanguageStringType[] getDescription2Array()
          Gets array of all "description" elements
 net.opengis.ows.x11.LanguageStringType getDescription2Array(int i)
          Gets ith "description" element
 AlternativeType.TaskingParameters getTaskingParameters()
          Gets the "taskingParameters" element
 net.opengis.ows.x11.LanguageStringType insertNewDescription2(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 void removeDescription2(int i)
          Removes the ith "description" element
 void setDescription2Array(int i, net.opengis.ows.x11.LanguageStringType description2)
          Sets ith "description" element
 void setDescription2Array(net.opengis.ows.x11.LanguageStringType[] description2Array)
          Sets array of all "description" element
 void setTaskingParameters(AlternativeType.TaskingParameters taskingParameters)
          Sets the "taskingParameters" element
 int sizeOfDescription2Array()
          Returns number of "description" element
 
Methods inherited from interface net.opengis.swes.x20.AbstractSWESType
addNewExtension, addNewName, getDescription, getExtensionArray, getExtensionArray, getId, getIdentifier, getNameArray, getNameArray, insertNewExtension, insertNewName, isSetDescription, isSetId, isSetIdentifier, removeExtension, removeName, setDescription, setExtensionArray, setExtensionArray, setId, setIdentifier, setNameArray, setNameArray, sizeOfExtensionArray, sizeOfNameArray, unsetDescription, unsetId, unsetIdentifier, xgetDescription, xgetId, xgetIdentifier, xsetDescription, xsetId, xsetIdentifier
 
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

getDescription2Array

net.opengis.ows.x11.LanguageStringType[] getDescription2Array()
Gets array of all "description" elements


getDescription2Array

net.opengis.ows.x11.LanguageStringType getDescription2Array(int i)
Gets ith "description" element


sizeOfDescription2Array

int sizeOfDescription2Array()
Returns number of "description" element


setDescription2Array

void setDescription2Array(net.opengis.ows.x11.LanguageStringType[] description2Array)
Sets array of all "description" element


setDescription2Array

void setDescription2Array(int i,
                          net.opengis.ows.x11.LanguageStringType description2)
Sets ith "description" element


insertNewDescription2

net.opengis.ows.x11.LanguageStringType insertNewDescription2(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription2

net.opengis.ows.x11.LanguageStringType addNewDescription2()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription2

void removeDescription2(int i)
Removes the ith "description" element


getTaskingParameters

AlternativeType.TaskingParameters getTaskingParameters()
Gets the "taskingParameters" element


setTaskingParameters

void setTaskingParameters(AlternativeType.TaskingParameters taskingParameters)
Sets the "taskingParameters" element


addNewTaskingParameters

AlternativeType.TaskingParameters addNewTaskingParameters()
Appends and returns a new empty "taskingParameters" element



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