net.opengis.swes.x20.impl
Class AbstractContentsTypeImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by net.opengis.swes.x20.impl.AbstractSWESTypeImpl
              extended by net.opengis.swes.x20.impl.AbstractContentsTypeImpl
All Implemented Interfaces:
Serializable, AbstractContentsType, AbstractSWESType, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class AbstractContentsTypeImpl
extends AbstractSWESTypeImpl
implements AbstractContentsType

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

See Also:
Serialized Form

Nested Class Summary
static class AbstractContentsTypeImpl.OfferingImpl
          An XML offering(@http://www.opengis.net/swes/2.0).
static class AbstractContentsTypeImpl.RelatedFeatureImpl
          An XML relatedFeature(@http://www.opengis.net/swes/2.0).
 
Nested classes/interfaces inherited from interface net.opengis.swes.x20.AbstractContentsType
AbstractContentsType.Factory, AbstractContentsType.Offering, AbstractContentsType.RelatedFeature
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface net.opengis.swes.x20.AbstractContentsType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
AbstractContentsTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 org.apache.xmlbeans.XmlAnyURI addNewObservableProperty()
          Appends and returns a new empty value (as xml) as the last "observableProperty" element
 AbstractContentsType.Offering addNewOffering()
          Appends and returns a new empty value (as xml) as the last "offering" element
 org.apache.xmlbeans.XmlAnyURI addNewProcedureDescriptionFormat()
          Appends and returns a new empty value (as xml) as the last "procedureDescriptionFormat" element
 AbstractContentsType.RelatedFeature addNewRelatedFeature()
          Appends and returns a new empty value (as xml) as the last "relatedFeature" element
 void addObservableProperty(String observableProperty)
          Appends the value as the last "observableProperty" element
 void addProcedureDescriptionFormat(String procedureDescriptionFormat)
          Appends the value as the last "procedureDescriptionFormat" element
 String[] getObservablePropertyArray()
          Gets array of all "observableProperty" elements
 String getObservablePropertyArray(int i)
          Gets ith "observableProperty" element
 AbstractContentsType.Offering[] getOfferingArray()
          Gets array of all "offering" elements
 AbstractContentsType.Offering getOfferingArray(int i)
          Gets ith "offering" element
 String[] getProcedureDescriptionFormatArray()
          Gets array of all "procedureDescriptionFormat" elements
 String getProcedureDescriptionFormatArray(int i)
          Gets ith "procedureDescriptionFormat" element
 AbstractContentsType.RelatedFeature[] getRelatedFeatureArray()
          Gets array of all "relatedFeature" elements
 AbstractContentsType.RelatedFeature getRelatedFeatureArray(int i)
          Gets ith "relatedFeature" element
 org.apache.xmlbeans.XmlAnyURI insertNewObservableProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "observableProperty" element
 AbstractContentsType.Offering insertNewOffering(int i)
          Inserts and returns a new empty value (as xml) as the ith "offering" element
 org.apache.xmlbeans.XmlAnyURI insertNewProcedureDescriptionFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "procedureDescriptionFormat" element
 AbstractContentsType.RelatedFeature insertNewRelatedFeature(int i)
          Inserts and returns a new empty value (as xml) as the ith "relatedFeature" element
 void insertObservableProperty(int i, String observableProperty)
          Inserts the value as the ith "observableProperty" element
 void insertProcedureDescriptionFormat(int i, String procedureDescriptionFormat)
          Inserts the value as the ith "procedureDescriptionFormat" element
 void removeObservableProperty(int i)
          Removes the ith "observableProperty" element
 void removeOffering(int i)
          Removes the ith "offering" element
 void removeProcedureDescriptionFormat(int i)
          Removes the ith "procedureDescriptionFormat" element
 void removeRelatedFeature(int i)
          Removes the ith "relatedFeature" element
 void setObservablePropertyArray(int i, String observableProperty)
          Sets ith "observableProperty" element
 void setObservablePropertyArray(String[] observablePropertyArray)
          Sets array of all "observableProperty" element
 void setOfferingArray(AbstractContentsType.Offering[] offeringArray)
          Sets array of all "offering" element
 void setOfferingArray(int i, AbstractContentsType.Offering offering)
          Sets ith "offering" element
 void setProcedureDescriptionFormatArray(int i, String procedureDescriptionFormat)
          Sets ith "procedureDescriptionFormat" element
 void setProcedureDescriptionFormatArray(String[] procedureDescriptionFormatArray)
          Sets array of all "procedureDescriptionFormat" element
 void setRelatedFeatureArray(AbstractContentsType.RelatedFeature[] relatedFeatureArray)
          Sets array of all "relatedFeature" element
 void setRelatedFeatureArray(int i, AbstractContentsType.RelatedFeature relatedFeature)
          Sets ith "relatedFeature" element
 int sizeOfObservablePropertyArray()
          Returns number of "observableProperty" element
 int sizeOfOfferingArray()
          Returns number of "offering" element
 int sizeOfProcedureDescriptionFormatArray()
          Returns number of "procedureDescriptionFormat" element
 int sizeOfRelatedFeatureArray()
          Returns number of "relatedFeature" element
 org.apache.xmlbeans.XmlAnyURI[] xgetObservablePropertyArray()
          Gets (as xml) array of all "observableProperty" elements
 org.apache.xmlbeans.XmlAnyURI xgetObservablePropertyArray(int i)
          Gets (as xml) ith "observableProperty" element
 org.apache.xmlbeans.XmlAnyURI[] xgetProcedureDescriptionFormatArray()
          Gets (as xml) array of all "procedureDescriptionFormat" elements
 org.apache.xmlbeans.XmlAnyURI xgetProcedureDescriptionFormatArray(int i)
          Gets (as xml) ith "procedureDescriptionFormat" element
 void xsetObservablePropertyArray(int i, org.apache.xmlbeans.XmlAnyURI observableProperty)
          Sets (as xml) ith "observableProperty" element
 void xsetObservablePropertyArray(org.apache.xmlbeans.XmlAnyURI[] observablePropertyArray)
          Sets (as xml) array of all "observableProperty" element
 void xsetProcedureDescriptionFormatArray(int i, org.apache.xmlbeans.XmlAnyURI procedureDescriptionFormat)
          Sets (as xml) ith "procedureDescriptionFormat" element
 void xsetProcedureDescriptionFormatArray(org.apache.xmlbeans.XmlAnyURI[] procedureDescriptionFormatArray)
          Sets (as xml) array of all "procedureDescriptionFormat" element
 
Methods inherited from class net.opengis.swes.x20.impl.AbstractSWESTypeImpl
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, 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
 

Constructor Detail

AbstractContentsTypeImpl

public AbstractContentsTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getProcedureDescriptionFormatArray

public String[] getProcedureDescriptionFormatArray()
Gets array of all "procedureDescriptionFormat" elements

Specified by:
getProcedureDescriptionFormatArray in interface AbstractContentsType

getProcedureDescriptionFormatArray

public String getProcedureDescriptionFormatArray(int i)
Gets ith "procedureDescriptionFormat" element

Specified by:
getProcedureDescriptionFormatArray in interface AbstractContentsType

xgetProcedureDescriptionFormatArray

public org.apache.xmlbeans.XmlAnyURI[] xgetProcedureDescriptionFormatArray()
Gets (as xml) array of all "procedureDescriptionFormat" elements

Specified by:
xgetProcedureDescriptionFormatArray in interface AbstractContentsType

xgetProcedureDescriptionFormatArray

public org.apache.xmlbeans.XmlAnyURI xgetProcedureDescriptionFormatArray(int i)
Gets (as xml) ith "procedureDescriptionFormat" element

Specified by:
xgetProcedureDescriptionFormatArray in interface AbstractContentsType

sizeOfProcedureDescriptionFormatArray

public int sizeOfProcedureDescriptionFormatArray()
Returns number of "procedureDescriptionFormat" element

Specified by:
sizeOfProcedureDescriptionFormatArray in interface AbstractContentsType

setProcedureDescriptionFormatArray

public void setProcedureDescriptionFormatArray(String[] procedureDescriptionFormatArray)
Sets array of all "procedureDescriptionFormat" element

Specified by:
setProcedureDescriptionFormatArray in interface AbstractContentsType

setProcedureDescriptionFormatArray

public void setProcedureDescriptionFormatArray(int i,
                                               String procedureDescriptionFormat)
Sets ith "procedureDescriptionFormat" element

Specified by:
setProcedureDescriptionFormatArray in interface AbstractContentsType

xsetProcedureDescriptionFormatArray

public void xsetProcedureDescriptionFormatArray(org.apache.xmlbeans.XmlAnyURI[] procedureDescriptionFormatArray)
Sets (as xml) array of all "procedureDescriptionFormat" element

Specified by:
xsetProcedureDescriptionFormatArray in interface AbstractContentsType

xsetProcedureDescriptionFormatArray

public void xsetProcedureDescriptionFormatArray(int i,
                                                org.apache.xmlbeans.XmlAnyURI procedureDescriptionFormat)
Sets (as xml) ith "procedureDescriptionFormat" element

Specified by:
xsetProcedureDescriptionFormatArray in interface AbstractContentsType

insertProcedureDescriptionFormat

public void insertProcedureDescriptionFormat(int i,
                                             String procedureDescriptionFormat)
Inserts the value as the ith "procedureDescriptionFormat" element

Specified by:
insertProcedureDescriptionFormat in interface AbstractContentsType

addProcedureDescriptionFormat

public void addProcedureDescriptionFormat(String procedureDescriptionFormat)
Appends the value as the last "procedureDescriptionFormat" element

Specified by:
addProcedureDescriptionFormat in interface AbstractContentsType

insertNewProcedureDescriptionFormat

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

Specified by:
insertNewProcedureDescriptionFormat in interface AbstractContentsType

addNewProcedureDescriptionFormat

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

Specified by:
addNewProcedureDescriptionFormat in interface AbstractContentsType

removeProcedureDescriptionFormat

public void removeProcedureDescriptionFormat(int i)
Removes the ith "procedureDescriptionFormat" element

Specified by:
removeProcedureDescriptionFormat in interface AbstractContentsType

getObservablePropertyArray

public String[] getObservablePropertyArray()
Gets array of all "observableProperty" elements

Specified by:
getObservablePropertyArray in interface AbstractContentsType

getObservablePropertyArray

public String getObservablePropertyArray(int i)
Gets ith "observableProperty" element

Specified by:
getObservablePropertyArray in interface AbstractContentsType

xgetObservablePropertyArray

public org.apache.xmlbeans.XmlAnyURI[] xgetObservablePropertyArray()
Gets (as xml) array of all "observableProperty" elements

Specified by:
xgetObservablePropertyArray in interface AbstractContentsType

xgetObservablePropertyArray

public org.apache.xmlbeans.XmlAnyURI xgetObservablePropertyArray(int i)
Gets (as xml) ith "observableProperty" element

Specified by:
xgetObservablePropertyArray in interface AbstractContentsType

sizeOfObservablePropertyArray

public int sizeOfObservablePropertyArray()
Returns number of "observableProperty" element

Specified by:
sizeOfObservablePropertyArray in interface AbstractContentsType

setObservablePropertyArray

public void setObservablePropertyArray(String[] observablePropertyArray)
Sets array of all "observableProperty" element

Specified by:
setObservablePropertyArray in interface AbstractContentsType

setObservablePropertyArray

public void setObservablePropertyArray(int i,
                                       String observableProperty)
Sets ith "observableProperty" element

Specified by:
setObservablePropertyArray in interface AbstractContentsType

xsetObservablePropertyArray

public void xsetObservablePropertyArray(org.apache.xmlbeans.XmlAnyURI[] observablePropertyArray)
Sets (as xml) array of all "observableProperty" element

Specified by:
xsetObservablePropertyArray in interface AbstractContentsType

xsetObservablePropertyArray

public void xsetObservablePropertyArray(int i,
                                        org.apache.xmlbeans.XmlAnyURI observableProperty)
Sets (as xml) ith "observableProperty" element

Specified by:
xsetObservablePropertyArray in interface AbstractContentsType

insertObservableProperty

public void insertObservableProperty(int i,
                                     String observableProperty)
Inserts the value as the ith "observableProperty" element

Specified by:
insertObservableProperty in interface AbstractContentsType

addObservableProperty

public void addObservableProperty(String observableProperty)
Appends the value as the last "observableProperty" element

Specified by:
addObservableProperty in interface AbstractContentsType

insertNewObservableProperty

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

Specified by:
insertNewObservableProperty in interface AbstractContentsType

addNewObservableProperty

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

Specified by:
addNewObservableProperty in interface AbstractContentsType

removeObservableProperty

public void removeObservableProperty(int i)
Removes the ith "observableProperty" element

Specified by:
removeObservableProperty in interface AbstractContentsType

getRelatedFeatureArray

public AbstractContentsType.RelatedFeature[] getRelatedFeatureArray()
Gets array of all "relatedFeature" elements

Specified by:
getRelatedFeatureArray in interface AbstractContentsType

getRelatedFeatureArray

public AbstractContentsType.RelatedFeature getRelatedFeatureArray(int i)
Gets ith "relatedFeature" element

Specified by:
getRelatedFeatureArray in interface AbstractContentsType

sizeOfRelatedFeatureArray

public int sizeOfRelatedFeatureArray()
Returns number of "relatedFeature" element

Specified by:
sizeOfRelatedFeatureArray in interface AbstractContentsType

setRelatedFeatureArray

public void setRelatedFeatureArray(AbstractContentsType.RelatedFeature[] relatedFeatureArray)
Sets array of all "relatedFeature" element

Specified by:
setRelatedFeatureArray in interface AbstractContentsType

setRelatedFeatureArray

public void setRelatedFeatureArray(int i,
                                   AbstractContentsType.RelatedFeature relatedFeature)
Sets ith "relatedFeature" element

Specified by:
setRelatedFeatureArray in interface AbstractContentsType

insertNewRelatedFeature

public AbstractContentsType.RelatedFeature insertNewRelatedFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "relatedFeature" element

Specified by:
insertNewRelatedFeature in interface AbstractContentsType

addNewRelatedFeature

public AbstractContentsType.RelatedFeature addNewRelatedFeature()
Appends and returns a new empty value (as xml) as the last "relatedFeature" element

Specified by:
addNewRelatedFeature in interface AbstractContentsType

removeRelatedFeature

public void removeRelatedFeature(int i)
Removes the ith "relatedFeature" element

Specified by:
removeRelatedFeature in interface AbstractContentsType

getOfferingArray

public AbstractContentsType.Offering[] getOfferingArray()
Gets array of all "offering" elements

Specified by:
getOfferingArray in interface AbstractContentsType

getOfferingArray

public AbstractContentsType.Offering getOfferingArray(int i)
Gets ith "offering" element

Specified by:
getOfferingArray in interface AbstractContentsType

sizeOfOfferingArray

public int sizeOfOfferingArray()
Returns number of "offering" element

Specified by:
sizeOfOfferingArray in interface AbstractContentsType

setOfferingArray

public void setOfferingArray(AbstractContentsType.Offering[] offeringArray)
Sets array of all "offering" element

Specified by:
setOfferingArray in interface AbstractContentsType

setOfferingArray

public void setOfferingArray(int i,
                             AbstractContentsType.Offering offering)
Sets ith "offering" element

Specified by:
setOfferingArray in interface AbstractContentsType

insertNewOffering

public AbstractContentsType.Offering insertNewOffering(int i)
Inserts and returns a new empty value (as xml) as the ith "offering" element

Specified by:
insertNewOffering in interface AbstractContentsType

addNewOffering

public AbstractContentsType.Offering addNewOffering()
Appends and returns a new empty value (as xml) as the last "offering" element

Specified by:
addNewOffering in interface AbstractContentsType

removeOffering

public void removeOffering(int i)
Removes the ith "offering" element

Specified by:
removeOffering in interface AbstractContentsType


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