net.opengis.ows.x11
Interface ManifestType

All Superinterfaces:
BasicIdentificationType, DescriptionType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ManifestTypeImpl

public interface ManifestType
extends BasicIdentificationType

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


Nested Class Summary
static class ManifestType.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
 ReferenceGroupType addNewReferenceGroup()
          Appends and returns a new empty value (as xml) as the last "ReferenceGroup" element
 ReferenceGroupType[] getReferenceGroupArray()
          Gets array of all "ReferenceGroup" elements
 ReferenceGroupType getReferenceGroupArray(int i)
          Gets ith "ReferenceGroup" element
 ReferenceGroupType insertNewReferenceGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "ReferenceGroup" element
 void removeReferenceGroup(int i)
          Removes the ith "ReferenceGroup" element
 void setReferenceGroupArray(int i, ReferenceGroupType referenceGroup)
          Sets ith "ReferenceGroup" element
 void setReferenceGroupArray(ReferenceGroupType[] referenceGroupArray)
          Sets array of all "ReferenceGroup" element
 int sizeOfReferenceGroupArray()
          Returns number of "ReferenceGroup" element
 
Methods inherited from interface net.opengis.ows.x11.BasicIdentificationType
addNewIdentifier, addNewMetadata, getIdentifier, getMetadataArray, getMetadataArray, insertNewMetadata, isSetIdentifier, removeMetadata, setIdentifier, setMetadataArray, setMetadataArray, sizeOfMetadataArray, unsetIdentifier
 
Methods inherited from interface net.opengis.ows.x11.DescriptionType
addNewAbstract, addNewKeywords, addNewTitle, getAbstractArray, getAbstractArray, getKeywordsArray, getKeywordsArray, getTitleArray, getTitleArray, insertNewAbstract, insertNewKeywords, insertNewTitle, removeAbstract, removeKeywords, removeTitle, setAbstractArray, setAbstractArray, setKeywordsArray, setKeywordsArray, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfKeywordsArray, sizeOfTitleArray
 
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

getReferenceGroupArray

ReferenceGroupType[] getReferenceGroupArray()
Gets array of all "ReferenceGroup" elements


getReferenceGroupArray

ReferenceGroupType getReferenceGroupArray(int i)
Gets ith "ReferenceGroup" element


sizeOfReferenceGroupArray

int sizeOfReferenceGroupArray()
Returns number of "ReferenceGroup" element


setReferenceGroupArray

void setReferenceGroupArray(ReferenceGroupType[] referenceGroupArray)
Sets array of all "ReferenceGroup" element


setReferenceGroupArray

void setReferenceGroupArray(int i,
                            ReferenceGroupType referenceGroup)
Sets ith "ReferenceGroup" element


insertNewReferenceGroup

ReferenceGroupType insertNewReferenceGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "ReferenceGroup" element


addNewReferenceGroup

ReferenceGroupType addNewReferenceGroup()
Appends and returns a new empty value (as xml) as the last "ReferenceGroup" element


removeReferenceGroup

void removeReferenceGroup(int i)
Removes the ith "ReferenceGroup" element



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