|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
net.opengis.swes.x20.impl.AbstractSWESTypeImpl
net.opengis.swes.x20.impl.AbstractContentsTypeImpl
public class AbstractContentsTypeImpl
An XML AbstractContentsType(@http://www.opengis.net/swes/2.0). This is a complex type.
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 |
---|
public AbstractContentsTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail |
---|
public String[] getProcedureDescriptionFormatArray()
getProcedureDescriptionFormatArray
in interface AbstractContentsType
public String getProcedureDescriptionFormatArray(int i)
getProcedureDescriptionFormatArray
in interface AbstractContentsType
public org.apache.xmlbeans.XmlAnyURI[] xgetProcedureDescriptionFormatArray()
xgetProcedureDescriptionFormatArray
in interface AbstractContentsType
public org.apache.xmlbeans.XmlAnyURI xgetProcedureDescriptionFormatArray(int i)
xgetProcedureDescriptionFormatArray
in interface AbstractContentsType
public int sizeOfProcedureDescriptionFormatArray()
sizeOfProcedureDescriptionFormatArray
in interface AbstractContentsType
public void setProcedureDescriptionFormatArray(String[] procedureDescriptionFormatArray)
setProcedureDescriptionFormatArray
in interface AbstractContentsType
public void setProcedureDescriptionFormatArray(int i, String procedureDescriptionFormat)
setProcedureDescriptionFormatArray
in interface AbstractContentsType
public void xsetProcedureDescriptionFormatArray(org.apache.xmlbeans.XmlAnyURI[] procedureDescriptionFormatArray)
xsetProcedureDescriptionFormatArray
in interface AbstractContentsType
public void xsetProcedureDescriptionFormatArray(int i, org.apache.xmlbeans.XmlAnyURI procedureDescriptionFormat)
xsetProcedureDescriptionFormatArray
in interface AbstractContentsType
public void insertProcedureDescriptionFormat(int i, String procedureDescriptionFormat)
insertProcedureDescriptionFormat
in interface AbstractContentsType
public void addProcedureDescriptionFormat(String procedureDescriptionFormat)
addProcedureDescriptionFormat
in interface AbstractContentsType
public org.apache.xmlbeans.XmlAnyURI insertNewProcedureDescriptionFormat(int i)
insertNewProcedureDescriptionFormat
in interface AbstractContentsType
public org.apache.xmlbeans.XmlAnyURI addNewProcedureDescriptionFormat()
addNewProcedureDescriptionFormat
in interface AbstractContentsType
public void removeProcedureDescriptionFormat(int i)
removeProcedureDescriptionFormat
in interface AbstractContentsType
public String[] getObservablePropertyArray()
getObservablePropertyArray
in interface AbstractContentsType
public String getObservablePropertyArray(int i)
getObservablePropertyArray
in interface AbstractContentsType
public org.apache.xmlbeans.XmlAnyURI[] xgetObservablePropertyArray()
xgetObservablePropertyArray
in interface AbstractContentsType
public org.apache.xmlbeans.XmlAnyURI xgetObservablePropertyArray(int i)
xgetObservablePropertyArray
in interface AbstractContentsType
public int sizeOfObservablePropertyArray()
sizeOfObservablePropertyArray
in interface AbstractContentsType
public void setObservablePropertyArray(String[] observablePropertyArray)
setObservablePropertyArray
in interface AbstractContentsType
public void setObservablePropertyArray(int i, String observableProperty)
setObservablePropertyArray
in interface AbstractContentsType
public void xsetObservablePropertyArray(org.apache.xmlbeans.XmlAnyURI[] observablePropertyArray)
xsetObservablePropertyArray
in interface AbstractContentsType
public void xsetObservablePropertyArray(int i, org.apache.xmlbeans.XmlAnyURI observableProperty)
xsetObservablePropertyArray
in interface AbstractContentsType
public void insertObservableProperty(int i, String observableProperty)
insertObservableProperty
in interface AbstractContentsType
public void addObservableProperty(String observableProperty)
addObservableProperty
in interface AbstractContentsType
public org.apache.xmlbeans.XmlAnyURI insertNewObservableProperty(int i)
insertNewObservableProperty
in interface AbstractContentsType
public org.apache.xmlbeans.XmlAnyURI addNewObservableProperty()
addNewObservableProperty
in interface AbstractContentsType
public void removeObservableProperty(int i)
removeObservableProperty
in interface AbstractContentsType
public AbstractContentsType.RelatedFeature[] getRelatedFeatureArray()
getRelatedFeatureArray
in interface AbstractContentsType
public AbstractContentsType.RelatedFeature getRelatedFeatureArray(int i)
getRelatedFeatureArray
in interface AbstractContentsType
public int sizeOfRelatedFeatureArray()
sizeOfRelatedFeatureArray
in interface AbstractContentsType
public void setRelatedFeatureArray(AbstractContentsType.RelatedFeature[] relatedFeatureArray)
setRelatedFeatureArray
in interface AbstractContentsType
public void setRelatedFeatureArray(int i, AbstractContentsType.RelatedFeature relatedFeature)
setRelatedFeatureArray
in interface AbstractContentsType
public AbstractContentsType.RelatedFeature insertNewRelatedFeature(int i)
insertNewRelatedFeature
in interface AbstractContentsType
public AbstractContentsType.RelatedFeature addNewRelatedFeature()
addNewRelatedFeature
in interface AbstractContentsType
public void removeRelatedFeature(int i)
removeRelatedFeature
in interface AbstractContentsType
public AbstractContentsType.Offering[] getOfferingArray()
getOfferingArray
in interface AbstractContentsType
public AbstractContentsType.Offering getOfferingArray(int i)
getOfferingArray
in interface AbstractContentsType
public int sizeOfOfferingArray()
sizeOfOfferingArray
in interface AbstractContentsType
public void setOfferingArray(AbstractContentsType.Offering[] offeringArray)
setOfferingArray
in interface AbstractContentsType
public void setOfferingArray(int i, AbstractContentsType.Offering offering)
setOfferingArray
in interface AbstractContentsType
public AbstractContentsType.Offering insertNewOffering(int i)
insertNewOffering
in interface AbstractContentsType
public AbstractContentsType.Offering addNewOffering()
addNewOffering
in interface AbstractContentsType
public void removeOffering(int i)
removeOffering
in interface AbstractContentsType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |