net.opengis.ows.x11
Interface ReferenceType

All Superinterfaces:
AbstractReferenceBaseType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ServiceReferenceType
All Known Implementing Classes:
ReferenceTypeImpl, ServiceReferenceTypeImpl

public interface ReferenceType
extends AbstractReferenceBaseType

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


Nested Class Summary
static class ReferenceType.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
 LanguageStringType addNewAbstract()
          Appends and returns a new empty value (as xml) as the last "Abstract" element
 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
 LanguageStringType[] getAbstractArray()
          Gets array of all "Abstract" elements
 LanguageStringType getAbstractArray(int i)
          Gets ith "Abstract" element
 String getFormat()
          Gets the "Format" element
 CodeType getIdentifier()
          Gets the "Identifier" element
 MetadataType[] getMetadataArray()
          Gets array of all "Metadata" elements
 MetadataType getMetadataArray(int i)
          Gets ith "Metadata" element
 LanguageStringType insertNewAbstract(int i)
          Inserts and returns a new empty value (as xml) as the ith "Abstract" element
 MetadataType insertNewMetadata(int i)
          Inserts and returns a new empty value (as xml) as the ith "Metadata" element
 boolean isSetFormat()
          True if has "Format" element
 boolean isSetIdentifier()
          True if has "Identifier" element
 void removeAbstract(int i)
          Removes the ith "Abstract" element
 void removeMetadata(int i)
          Removes the ith "Metadata" element
 void setAbstractArray(int i, LanguageStringType xabstract)
          Sets ith "Abstract" element
 void setAbstractArray(LanguageStringType[] xabstractArray)
          Sets array of all "Abstract" element
 void setFormat(String format)
          Sets the "Format" 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 sizeOfAbstractArray()
          Returns number of "Abstract" element
 int sizeOfMetadataArray()
          Returns number of "Metadata" element
 void unsetFormat()
          Unsets the "Format" element
 void unsetIdentifier()
          Unsets the "Identifier" element
 MimeType xgetFormat()
          Gets (as xml) the "Format" element
 void xsetFormat(MimeType format)
          Sets (as xml) the "Format" element
 
Methods inherited from interface net.opengis.ows.x11.AbstractReferenceBaseType
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetRole, unsetShow, unsetTitle, unsetType, xgetActuate, xgetArcrole, xgetHref, xgetRole, xgetShow, xgetTitle, xgetType, xsetActuate, xsetArcrole, xsetHref, xsetRole, xsetShow, xsetTitle, xsetType
 
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


getAbstractArray

LanguageStringType[] getAbstractArray()
Gets array of all "Abstract" elements


getAbstractArray

LanguageStringType getAbstractArray(int i)
Gets ith "Abstract" element


sizeOfAbstractArray

int sizeOfAbstractArray()
Returns number of "Abstract" element


setAbstractArray

void setAbstractArray(LanguageStringType[] xabstractArray)
Sets array of all "Abstract" element


setAbstractArray

void setAbstractArray(int i,
                      LanguageStringType xabstract)
Sets ith "Abstract" element


insertNewAbstract

LanguageStringType insertNewAbstract(int i)
Inserts and returns a new empty value (as xml) as the ith "Abstract" element


addNewAbstract

LanguageStringType addNewAbstract()
Appends and returns a new empty value (as xml) as the last "Abstract" element


removeAbstract

void removeAbstract(int i)
Removes the ith "Abstract" element


getFormat

String getFormat()
Gets the "Format" element


xgetFormat

MimeType xgetFormat()
Gets (as xml) the "Format" element


isSetFormat

boolean isSetFormat()
True if has "Format" element


setFormat

void setFormat(String format)
Sets the "Format" element


xsetFormat

void xsetFormat(MimeType format)
Sets (as xml) the "Format" element


unsetFormat

void unsetFormat()
Unsets the "Format" 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.