net.opengis.ows.x11
Interface BasicIdentificationType

All Superinterfaces:
DescriptionType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
IdentificationType, ManifestType, ReferenceGroupType
All Known Implementing Classes:
BasicIdentificationTypeImpl, IdentificationTypeImpl, ManifestTypeImpl, ReferenceGroupTypeImpl

public interface BasicIdentificationType
extends DescriptionType

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


Nested Class Summary
static class BasicIdentificationType.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
 CodeType addNewIdentifier()
          Appends and returns a new empty "Identifier" element
 MetadataType addNewMetadata()
          Appends and returns a new empty value (as xml) as the last "Metadata" element
 CodeType getIdentifier()
          Gets the "Identifier" element
 MetadataType[] getMetadataArray()
          Gets array of all "Metadata" elements
 MetadataType getMetadataArray(int i)
          Gets ith "Metadata" element
 MetadataType insertNewMetadata(int i)
          Inserts and returns a new empty value (as xml) as the ith "Metadata" element
 boolean isSetIdentifier()
          True if has "Identifier" element
 void removeMetadata(int i)
          Removes the ith "Metadata" element
 void setIdentifier(CodeType identifier)
          Sets the "Identifier" element
 void setMetadataArray(int i, MetadataType metadata)
          Sets ith "Metadata" element
 void setMetadataArray(MetadataType[] metadataArray)
          Sets array of all "Metadata" element
 int sizeOfMetadataArray()
          Returns number of "Metadata" element
 void unsetIdentifier()
          Unsets the "Identifier" element
 
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

getIdentifier

CodeType getIdentifier()
Gets the "Identifier" element


isSetIdentifier

boolean isSetIdentifier()
True if has "Identifier" element


setIdentifier

void setIdentifier(CodeType identifier)
Sets the "Identifier" element


addNewIdentifier

CodeType addNewIdentifier()
Appends and returns a new empty "Identifier" element


unsetIdentifier

void unsetIdentifier()
Unsets the "Identifier" element


getMetadataArray

MetadataType[] getMetadataArray()
Gets array of all "Metadata" elements


getMetadataArray

MetadataType getMetadataArray(int i)
Gets ith "Metadata" element


sizeOfMetadataArray

int sizeOfMetadataArray()
Returns number of "Metadata" element


setMetadataArray

void setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element


setMetadataArray

void setMetadataArray(int i,
                      MetadataType metadata)
Sets ith "Metadata" element


insertNewMetadata

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


addNewMetadata

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


removeMetadata

void removeMetadata(int i)
Removes the ith "Metadata" element



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