net.opengis.eml.x001
Interface ParameterNamesDocument.ParameterNames

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ParameterNamesDocumentImpl.ParameterNamesImpl
Enclosing interface:
ParameterNamesDocument

public static interface ParameterNamesDocument.ParameterNames
extends org.apache.xmlbeans.XmlObject

An XML ParameterNames(@http://www.opengis.net/eml/0.0.1). This is a complex type.


Nested Class Summary
static class ParameterNamesDocument.ParameterNames.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
 org.apache.xmlbeans.XmlQName addNewParameterName()
          Appends and returns a new empty value (as xml) as the last "ParameterName" element
 void addParameterName(QName parameterName)
          Appends the value as the last "ParameterName" element
 QName[] getParameterNameArray()
          Gets array of all "ParameterName" elements
 QName getParameterNameArray(int i)
          Gets ith "ParameterName" element
 org.apache.xmlbeans.XmlQName insertNewParameterName(int i)
          Inserts and returns a new empty value (as xml) as the ith "ParameterName" element
 void insertParameterName(int i, QName parameterName)
          Inserts the value as the ith "ParameterName" element
 void removeParameterName(int i)
          Removes the ith "ParameterName" element
 void setParameterNameArray(int i, QName parameterName)
          Sets ith "ParameterName" element
 void setParameterNameArray(QName[] parameterNameArray)
          Sets array of all "ParameterName" element
 int sizeOfParameterNameArray()
          Returns number of "ParameterName" element
 org.apache.xmlbeans.XmlQName[] xgetParameterNameArray()
          Gets (as xml) array of all "ParameterName" elements
 org.apache.xmlbeans.XmlQName xgetParameterNameArray(int i)
          Gets (as xml) ith "ParameterName" element
 void xsetParameterNameArray(int i, org.apache.xmlbeans.XmlQName parameterName)
          Sets (as xml) ith "ParameterName" element
 void xsetParameterNameArray(org.apache.xmlbeans.XmlQName[] parameterNameArray)
          Sets (as xml) array of all "ParameterName" 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

getParameterNameArray

QName[] getParameterNameArray()
Gets array of all "ParameterName" elements


getParameterNameArray

QName getParameterNameArray(int i)
Gets ith "ParameterName" element


xgetParameterNameArray

org.apache.xmlbeans.XmlQName[] xgetParameterNameArray()
Gets (as xml) array of all "ParameterName" elements


xgetParameterNameArray

org.apache.xmlbeans.XmlQName xgetParameterNameArray(int i)
Gets (as xml) ith "ParameterName" element


sizeOfParameterNameArray

int sizeOfParameterNameArray()
Returns number of "ParameterName" element


setParameterNameArray

void setParameterNameArray(QName[] parameterNameArray)
Sets array of all "ParameterName" element


setParameterNameArray

void setParameterNameArray(int i,
                           QName parameterName)
Sets ith "ParameterName" element


xsetParameterNameArray

void xsetParameterNameArray(org.apache.xmlbeans.XmlQName[] parameterNameArray)
Sets (as xml) array of all "ParameterName" element


xsetParameterNameArray

void xsetParameterNameArray(int i,
                            org.apache.xmlbeans.XmlQName parameterName)
Sets (as xml) ith "ParameterName" element


insertParameterName

void insertParameterName(int i,
                         QName parameterName)
Inserts the value as the ith "ParameterName" element


addParameterName

void addParameterName(QName parameterName)
Appends the value as the last "ParameterName" element


insertNewParameterName

org.apache.xmlbeans.XmlQName insertNewParameterName(int i)
Inserts and returns a new empty value (as xml) as the ith "ParameterName" element


addNewParameterName

org.apache.xmlbeans.XmlQName addNewParameterName()
Appends and returns a new empty value (as xml) as the last "ParameterName" element


removeParameterName

void removeParameterName(int i)
Removes the ith "ParameterName" element



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