Package net.opengis.gml.x32.impl
Class AbstractCoordinateOperationTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- net.opengis.gml.x32.impl.AbstractGMLTypeImpl
-
- net.opengis.gml.x32.impl.DefinitionBaseTypeImpl
-
- net.opengis.gml.x32.impl.DefinitionTypeImpl
-
- net.opengis.gml.x32.impl.IdentifiedObjectTypeImpl
-
- net.opengis.gml.x32.impl.AbstractCoordinateOperationTypeImpl
-
- All Implemented Interfaces:
Serializable,AbstractCoordinateOperationType,AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- Direct Known Subclasses:
AbstractGeneralConversionTypeImpl,AbstractGeneralTransformationTypeImpl,ConcatenatedOperationTypeImpl,PassThroughOperationTypeImpl
public class AbstractCoordinateOperationTypeImpl extends IdentifiedObjectTypeImpl implements AbstractCoordinateOperationType
An XML AbstractCoordinateOperationType(@http://www.opengis.net/gml/3.2). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.AbstractCoordinateOperationType
AbstractCoordinateOperationType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.AbstractGMLType
AbstractGMLType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.DefinitionBaseType
DefinitionBaseType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.DefinitionType
DefinitionType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.IdentifiedObjectType
IdentifiedObjectType.Factory
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
Fields inherited from interface net.opengis.gml.x32.AbstractCoordinateOperationType
type
-
Fields inherited from interface net.opengis.gml.x32.AbstractGMLType
type
-
Fields inherited from interface net.opengis.gml.x32.DefinitionBaseType
type
-
Fields inherited from interface net.opengis.gml.x32.DefinitionType
type
-
Fields inherited from interface net.opengis.gml.x32.IdentifiedObjectType
type
-
-
Constructor Summary
Constructors Constructor Description AbstractCoordinateOperationTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateOperationAccuracyDocument.CoordinateOperationAccuracyaddNewCoordinateOperationAccuracy()Appends and returns a new empty value (as xml) as the last "coordinateOperationAccuracy" elementDomainOfValidityDocument.DomainOfValidityaddNewDomainOfValidity()Appends and returns a new empty "domainOfValidity" elementorg.apache.xmlbeans.XmlStringaddNewScope()Appends and returns a new empty value (as xml) as the last "scope" elementCRSPropertyTypeaddNewSourceCRS()Appends and returns a new empty "sourceCRS" elementCRSPropertyTypeaddNewTargetCRS()Appends and returns a new empty "targetCRS" elementvoidaddScope(String scope)Appends the value as the last "scope" elementCoordinateOperationAccuracyDocument.CoordinateOperationAccuracy[]getCoordinateOperationAccuracyArray()Gets array of all "coordinateOperationAccuracy" elementsCoordinateOperationAccuracyDocument.CoordinateOperationAccuracygetCoordinateOperationAccuracyArray(int i)Gets ith "coordinateOperationAccuracy" elementDomainOfValidityDocument.DomainOfValiditygetDomainOfValidity()Gets the "domainOfValidity" elementStringgetOperationVersion()Gets the "operationVersion" elementString[]getScopeArray()Gets array of all "scope" elementsStringgetScopeArray(int i)Gets ith "scope" elementCRSPropertyTypegetSourceCRS()Gets the "sourceCRS" elementCRSPropertyTypegetTargetCRS()Gets the "targetCRS" elementCoordinateOperationAccuracyDocument.CoordinateOperationAccuracyinsertNewCoordinateOperationAccuracy(int i)Inserts and returns a new empty value (as xml) as the ith "coordinateOperationAccuracy" elementorg.apache.xmlbeans.XmlStringinsertNewScope(int i)Inserts and returns a new empty value (as xml) as the ith "scope" elementvoidinsertScope(int i, String scope)Inserts the value as the ith "scope" elementbooleanisSetDomainOfValidity()True if has "domainOfValidity" elementbooleanisSetOperationVersion()True if has "operationVersion" elementbooleanisSetSourceCRS()True if has "sourceCRS" elementbooleanisSetTargetCRS()True if has "targetCRS" elementvoidremoveCoordinateOperationAccuracy(int i)Removes the ith "coordinateOperationAccuracy" elementvoidremoveScope(int i)Removes the ith "scope" elementvoidsetCoordinateOperationAccuracyArray(int i, CoordinateOperationAccuracyDocument.CoordinateOperationAccuracy coordinateOperationAccuracy)Sets ith "coordinateOperationAccuracy" elementvoidsetCoordinateOperationAccuracyArray(CoordinateOperationAccuracyDocument.CoordinateOperationAccuracy[] coordinateOperationAccuracyArray)Sets array of all "coordinateOperationAccuracy" elementvoidsetDomainOfValidity(DomainOfValidityDocument.DomainOfValidity domainOfValidity)Sets the "domainOfValidity" elementvoidsetOperationVersion(String operationVersion)Sets the "operationVersion" elementvoidsetScopeArray(int i, String scope)Sets ith "scope" elementvoidsetScopeArray(String[] scopeArray)Sets array of all "scope" elementvoidsetSourceCRS(CRSPropertyType sourceCRS)Sets the "sourceCRS" elementvoidsetTargetCRS(CRSPropertyType targetCRS)Sets the "targetCRS" elementintsizeOfCoordinateOperationAccuracyArray()Returns number of "coordinateOperationAccuracy" elementintsizeOfScopeArray()Returns number of "scope" elementvoidunsetDomainOfValidity()Unsets the "domainOfValidity" elementvoidunsetOperationVersion()Unsets the "operationVersion" elementvoidunsetSourceCRS()Unsets the "sourceCRS" elementvoidunsetTargetCRS()Unsets the "targetCRS" elementorg.apache.xmlbeans.XmlStringxgetOperationVersion()Gets (as xml) the "operationVersion" elementorg.apache.xmlbeans.XmlString[]xgetScopeArray()Gets (as xml) array of all "scope" elementsorg.apache.xmlbeans.XmlStringxgetScopeArray(int i)Gets (as xml) ith "scope" elementvoidxsetOperationVersion(org.apache.xmlbeans.XmlString operationVersion)Sets (as xml) the "operationVersion" elementvoidxsetScopeArray(int i, org.apache.xmlbeans.XmlString scope)Sets (as xml) ith "scope" elementvoidxsetScopeArray(org.apache.xmlbeans.XmlString[] scopeArray)Sets (as xml) array of all "scope" element-
Methods inherited from class net.opengis.gml.x32.impl.DefinitionTypeImpl
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
Methods inherited from class net.opengis.gml.x32.impl.DefinitionBaseTypeImpl
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from class net.opengis.gml.x32.impl.AbstractGMLTypeImpl
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
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, 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, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, 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, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, 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, 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, validate, validate_now, validate_simpleval, 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.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.DefinitionBaseType
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from interface net.opengis.gml.x32.DefinitionType
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
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
-
-
-
-
Method Detail
-
getDomainOfValidity
public DomainOfValidityDocument.DomainOfValidity getDomainOfValidity()
Gets the "domainOfValidity" element- Specified by:
getDomainOfValidityin interfaceAbstractCoordinateOperationType
-
isSetDomainOfValidity
public boolean isSetDomainOfValidity()
True if has "domainOfValidity" element- Specified by:
isSetDomainOfValidityin interfaceAbstractCoordinateOperationType
-
setDomainOfValidity
public void setDomainOfValidity(DomainOfValidityDocument.DomainOfValidity domainOfValidity)
Sets the "domainOfValidity" element- Specified by:
setDomainOfValidityin interfaceAbstractCoordinateOperationType
-
addNewDomainOfValidity
public DomainOfValidityDocument.DomainOfValidity addNewDomainOfValidity()
Appends and returns a new empty "domainOfValidity" element- Specified by:
addNewDomainOfValidityin interfaceAbstractCoordinateOperationType
-
unsetDomainOfValidity
public void unsetDomainOfValidity()
Unsets the "domainOfValidity" element- Specified by:
unsetDomainOfValidityin interfaceAbstractCoordinateOperationType
-
getScopeArray
public String[] getScopeArray()
Gets array of all "scope" elements- Specified by:
getScopeArrayin interfaceAbstractCoordinateOperationType
-
getScopeArray
public String getScopeArray(int i)
Gets ith "scope" element- Specified by:
getScopeArrayin interfaceAbstractCoordinateOperationType
-
xgetScopeArray
public org.apache.xmlbeans.XmlString[] xgetScopeArray()
Gets (as xml) array of all "scope" elements- Specified by:
xgetScopeArrayin interfaceAbstractCoordinateOperationType
-
xgetScopeArray
public org.apache.xmlbeans.XmlString xgetScopeArray(int i)
Gets (as xml) ith "scope" element- Specified by:
xgetScopeArrayin interfaceAbstractCoordinateOperationType
-
sizeOfScopeArray
public int sizeOfScopeArray()
Returns number of "scope" element- Specified by:
sizeOfScopeArrayin interfaceAbstractCoordinateOperationType
-
setScopeArray
public void setScopeArray(String[] scopeArray)
Sets array of all "scope" element- Specified by:
setScopeArrayin interfaceAbstractCoordinateOperationType
-
setScopeArray
public void setScopeArray(int i, String scope)Sets ith "scope" element- Specified by:
setScopeArrayin interfaceAbstractCoordinateOperationType
-
xsetScopeArray
public void xsetScopeArray(org.apache.xmlbeans.XmlString[] scopeArray)
Sets (as xml) array of all "scope" element- Specified by:
xsetScopeArrayin interfaceAbstractCoordinateOperationType
-
xsetScopeArray
public void xsetScopeArray(int i, org.apache.xmlbeans.XmlString scope)Sets (as xml) ith "scope" element- Specified by:
xsetScopeArrayin interfaceAbstractCoordinateOperationType
-
insertScope
public void insertScope(int i, String scope)Inserts the value as the ith "scope" element- Specified by:
insertScopein interfaceAbstractCoordinateOperationType
-
addScope
public void addScope(String scope)
Appends the value as the last "scope" element- Specified by:
addScopein interfaceAbstractCoordinateOperationType
-
insertNewScope
public org.apache.xmlbeans.XmlString insertNewScope(int i)
Inserts and returns a new empty value (as xml) as the ith "scope" element- Specified by:
insertNewScopein interfaceAbstractCoordinateOperationType
-
addNewScope
public org.apache.xmlbeans.XmlString addNewScope()
Appends and returns a new empty value (as xml) as the last "scope" element- Specified by:
addNewScopein interfaceAbstractCoordinateOperationType
-
removeScope
public void removeScope(int i)
Removes the ith "scope" element- Specified by:
removeScopein interfaceAbstractCoordinateOperationType
-
getOperationVersion
public String getOperationVersion()
Gets the "operationVersion" element- Specified by:
getOperationVersionin interfaceAbstractCoordinateOperationType
-
xgetOperationVersion
public org.apache.xmlbeans.XmlString xgetOperationVersion()
Gets (as xml) the "operationVersion" element- Specified by:
xgetOperationVersionin interfaceAbstractCoordinateOperationType
-
isSetOperationVersion
public boolean isSetOperationVersion()
True if has "operationVersion" element- Specified by:
isSetOperationVersionin interfaceAbstractCoordinateOperationType
-
setOperationVersion
public void setOperationVersion(String operationVersion)
Sets the "operationVersion" element- Specified by:
setOperationVersionin interfaceAbstractCoordinateOperationType
-
xsetOperationVersion
public void xsetOperationVersion(org.apache.xmlbeans.XmlString operationVersion)
Sets (as xml) the "operationVersion" element- Specified by:
xsetOperationVersionin interfaceAbstractCoordinateOperationType
-
unsetOperationVersion
public void unsetOperationVersion()
Unsets the "operationVersion" element- Specified by:
unsetOperationVersionin interfaceAbstractCoordinateOperationType
-
getCoordinateOperationAccuracyArray
public CoordinateOperationAccuracyDocument.CoordinateOperationAccuracy[] getCoordinateOperationAccuracyArray()
Gets array of all "coordinateOperationAccuracy" elements- Specified by:
getCoordinateOperationAccuracyArrayin interfaceAbstractCoordinateOperationType
-
getCoordinateOperationAccuracyArray
public CoordinateOperationAccuracyDocument.CoordinateOperationAccuracy getCoordinateOperationAccuracyArray(int i)
Gets ith "coordinateOperationAccuracy" element- Specified by:
getCoordinateOperationAccuracyArrayin interfaceAbstractCoordinateOperationType
-
sizeOfCoordinateOperationAccuracyArray
public int sizeOfCoordinateOperationAccuracyArray()
Returns number of "coordinateOperationAccuracy" element- Specified by:
sizeOfCoordinateOperationAccuracyArrayin interfaceAbstractCoordinateOperationType
-
setCoordinateOperationAccuracyArray
public void setCoordinateOperationAccuracyArray(CoordinateOperationAccuracyDocument.CoordinateOperationAccuracy[] coordinateOperationAccuracyArray)
Sets array of all "coordinateOperationAccuracy" element- Specified by:
setCoordinateOperationAccuracyArrayin interfaceAbstractCoordinateOperationType
-
setCoordinateOperationAccuracyArray
public void setCoordinateOperationAccuracyArray(int i, CoordinateOperationAccuracyDocument.CoordinateOperationAccuracy coordinateOperationAccuracy)Sets ith "coordinateOperationAccuracy" element- Specified by:
setCoordinateOperationAccuracyArrayin interfaceAbstractCoordinateOperationType
-
insertNewCoordinateOperationAccuracy
public CoordinateOperationAccuracyDocument.CoordinateOperationAccuracy insertNewCoordinateOperationAccuracy(int i)
Inserts and returns a new empty value (as xml) as the ith "coordinateOperationAccuracy" element- Specified by:
insertNewCoordinateOperationAccuracyin interfaceAbstractCoordinateOperationType
-
addNewCoordinateOperationAccuracy
public CoordinateOperationAccuracyDocument.CoordinateOperationAccuracy addNewCoordinateOperationAccuracy()
Appends and returns a new empty value (as xml) as the last "coordinateOperationAccuracy" element- Specified by:
addNewCoordinateOperationAccuracyin interfaceAbstractCoordinateOperationType
-
removeCoordinateOperationAccuracy
public void removeCoordinateOperationAccuracy(int i)
Removes the ith "coordinateOperationAccuracy" element- Specified by:
removeCoordinateOperationAccuracyin interfaceAbstractCoordinateOperationType
-
getSourceCRS
public CRSPropertyType getSourceCRS()
Gets the "sourceCRS" element- Specified by:
getSourceCRSin interfaceAbstractCoordinateOperationType
-
isSetSourceCRS
public boolean isSetSourceCRS()
True if has "sourceCRS" element- Specified by:
isSetSourceCRSin interfaceAbstractCoordinateOperationType
-
setSourceCRS
public void setSourceCRS(CRSPropertyType sourceCRS)
Sets the "sourceCRS" element- Specified by:
setSourceCRSin interfaceAbstractCoordinateOperationType
-
addNewSourceCRS
public CRSPropertyType addNewSourceCRS()
Appends and returns a new empty "sourceCRS" element- Specified by:
addNewSourceCRSin interfaceAbstractCoordinateOperationType
-
unsetSourceCRS
public void unsetSourceCRS()
Unsets the "sourceCRS" element- Specified by:
unsetSourceCRSin interfaceAbstractCoordinateOperationType
-
getTargetCRS
public CRSPropertyType getTargetCRS()
Gets the "targetCRS" element- Specified by:
getTargetCRSin interfaceAbstractCoordinateOperationType
-
isSetTargetCRS
public boolean isSetTargetCRS()
True if has "targetCRS" element- Specified by:
isSetTargetCRSin interfaceAbstractCoordinateOperationType
-
setTargetCRS
public void setTargetCRS(CRSPropertyType targetCRS)
Sets the "targetCRS" element- Specified by:
setTargetCRSin interfaceAbstractCoordinateOperationType
-
addNewTargetCRS
public CRSPropertyType addNewTargetCRS()
Appends and returns a new empty "targetCRS" element- Specified by:
addNewTargetCRSin interfaceAbstractCoordinateOperationType
-
unsetTargetCRS
public void unsetTargetCRS()
Unsets the "targetCRS" element- Specified by:
unsetTargetCRSin interfaceAbstractCoordinateOperationType
-
-