net.opengis.sps.x20
Interface SPSContentsType

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

public interface SPSContentsType
extends AbstractContentsType

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


Nested Class Summary
static class SPSContentsType.Factory
          A factory class with static methods for creating instances of this type.
 
Nested classes/interfaces inherited from interface net.opengis.swes.x20.AbstractContentsType
AbstractContentsType.Offering, AbstractContentsType.RelatedFeature
 
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.XmlAnyURI addNewSupportedEncoding()
          Appends and returns a new empty value (as xml) as the last "supportedEncoding" element
 void addSupportedEncoding(String supportedEncoding)
          Appends the value as the last "supportedEncoding" element
 org.apache.xmlbeans.GDuration getMinStatusTime()
          Gets the "minStatusTime" element
 String[] getSupportedEncodingArray()
          Gets array of all "supportedEncoding" elements
 String getSupportedEncodingArray(int i)
          Gets ith "supportedEncoding" element
 org.apache.xmlbeans.XmlAnyURI insertNewSupportedEncoding(int i)
          Inserts and returns a new empty value (as xml) as the ith "supportedEncoding" element
 void insertSupportedEncoding(int i, String supportedEncoding)
          Inserts the value as the ith "supportedEncoding" element
 void removeSupportedEncoding(int i)
          Removes the ith "supportedEncoding" element
 void setMinStatusTime(org.apache.xmlbeans.GDuration minStatusTime)
          Sets the "minStatusTime" element
 void setSupportedEncodingArray(int i, String supportedEncoding)
          Sets ith "supportedEncoding" element
 void setSupportedEncodingArray(String[] supportedEncodingArray)
          Sets array of all "supportedEncoding" element
 int sizeOfSupportedEncodingArray()
          Returns number of "supportedEncoding" element
 org.apache.xmlbeans.XmlDuration xgetMinStatusTime()
          Gets (as xml) the "minStatusTime" element
 org.apache.xmlbeans.XmlAnyURI[] xgetSupportedEncodingArray()
          Gets (as xml) array of all "supportedEncoding" elements
 org.apache.xmlbeans.XmlAnyURI xgetSupportedEncodingArray(int i)
          Gets (as xml) ith "supportedEncoding" element
 void xsetMinStatusTime(org.apache.xmlbeans.XmlDuration minStatusTime)
          Sets (as xml) the "minStatusTime" element
 void xsetSupportedEncodingArray(int i, org.apache.xmlbeans.XmlAnyURI supportedEncoding)
          Sets (as xml) ith "supportedEncoding" element
 void xsetSupportedEncodingArray(org.apache.xmlbeans.XmlAnyURI[] supportedEncodingArray)
          Sets (as xml) array of all "supportedEncoding" element
 
Methods inherited from interface net.opengis.swes.x20.AbstractContentsType
addNewObservableProperty, addNewOffering, addNewProcedureDescriptionFormat, addNewRelatedFeature, addObservableProperty, addProcedureDescriptionFormat, getObservablePropertyArray, getObservablePropertyArray, getOfferingArray, getOfferingArray, getProcedureDescriptionFormatArray, getProcedureDescriptionFormatArray, getRelatedFeatureArray, getRelatedFeatureArray, insertNewObservableProperty, insertNewOffering, insertNewProcedureDescriptionFormat, insertNewRelatedFeature, insertObservableProperty, insertProcedureDescriptionFormat, removeObservableProperty, removeOffering, removeProcedureDescriptionFormat, removeRelatedFeature, setObservablePropertyArray, setObservablePropertyArray, setOfferingArray, setOfferingArray, setProcedureDescriptionFormatArray, setProcedureDescriptionFormatArray, setRelatedFeatureArray, setRelatedFeatureArray, sizeOfObservablePropertyArray, sizeOfOfferingArray, sizeOfProcedureDescriptionFormatArray, sizeOfRelatedFeatureArray, xgetObservablePropertyArray, xgetObservablePropertyArray, xgetProcedureDescriptionFormatArray, xgetProcedureDescriptionFormatArray, xsetObservablePropertyArray, xsetObservablePropertyArray, xsetProcedureDescriptionFormatArray, xsetProcedureDescriptionFormatArray
 
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

getMinStatusTime

org.apache.xmlbeans.GDuration getMinStatusTime()
Gets the "minStatusTime" element


xgetMinStatusTime

org.apache.xmlbeans.XmlDuration xgetMinStatusTime()
Gets (as xml) the "minStatusTime" element


setMinStatusTime

void setMinStatusTime(org.apache.xmlbeans.GDuration minStatusTime)
Sets the "minStatusTime" element


xsetMinStatusTime

void xsetMinStatusTime(org.apache.xmlbeans.XmlDuration minStatusTime)
Sets (as xml) the "minStatusTime" element


getSupportedEncodingArray

String[] getSupportedEncodingArray()
Gets array of all "supportedEncoding" elements


getSupportedEncodingArray

String getSupportedEncodingArray(int i)
Gets ith "supportedEncoding" element


xgetSupportedEncodingArray

org.apache.xmlbeans.XmlAnyURI[] xgetSupportedEncodingArray()
Gets (as xml) array of all "supportedEncoding" elements


xgetSupportedEncodingArray

org.apache.xmlbeans.XmlAnyURI xgetSupportedEncodingArray(int i)
Gets (as xml) ith "supportedEncoding" element


sizeOfSupportedEncodingArray

int sizeOfSupportedEncodingArray()
Returns number of "supportedEncoding" element


setSupportedEncodingArray

void setSupportedEncodingArray(String[] supportedEncodingArray)
Sets array of all "supportedEncoding" element


setSupportedEncodingArray

void setSupportedEncodingArray(int i,
                               String supportedEncoding)
Sets ith "supportedEncoding" element


xsetSupportedEncodingArray

void xsetSupportedEncodingArray(org.apache.xmlbeans.XmlAnyURI[] supportedEncodingArray)
Sets (as xml) array of all "supportedEncoding" element


xsetSupportedEncodingArray

void xsetSupportedEncodingArray(int i,
                                org.apache.xmlbeans.XmlAnyURI supportedEncoding)
Sets (as xml) ith "supportedEncoding" element


insertSupportedEncoding

void insertSupportedEncoding(int i,
                             String supportedEncoding)
Inserts the value as the ith "supportedEncoding" element


addSupportedEncoding

void addSupportedEncoding(String supportedEncoding)
Appends the value as the last "supportedEncoding" element


insertNewSupportedEncoding

org.apache.xmlbeans.XmlAnyURI insertNewSupportedEncoding(int i)
Inserts and returns a new empty value (as xml) as the ith "supportedEncoding" element


addNewSupportedEncoding

org.apache.xmlbeans.XmlAnyURI addNewSupportedEncoding()
Appends and returns a new empty value (as xml) as the last "supportedEncoding" element


removeSupportedEncoding

void removeSupportedEncoding(int i)
Removes the ith "supportedEncoding" element



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