Package net.opengis.gml.x32
Interface OperationMethodType
-
- All Superinterfaces:
AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OperationMethodTypeImpl
public interface OperationMethodType extends IdentifiedObjectType
An XML OperationMethodType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOperationMethodType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypeaddNewFormula()Appends and returns a new empty "formula" elementFormulaCitationDocument.FormulaCitationaddNewFormulaCitation()Appends and returns a new empty "formulaCitation" elementAbstractGeneralOperationParameterPropertyTypeaddNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" elementCodeTypegetFormula()Gets the "formula" elementFormulaCitationDocument.FormulaCitationgetFormulaCitation()Gets the "formulaCitation" elementAbstractGeneralOperationParameterPropertyType[]getParameterArray()Gets array of all "parameter" elementsAbstractGeneralOperationParameterPropertyTypegetParameterArray(int i)Gets ith "parameter" elementBigIntegergetSourceDimensions()Gets the "sourceDimensions" elementBigIntegergetTargetDimensions()Gets the "targetDimensions" elementAbstractGeneralOperationParameterPropertyTypeinsertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" elementbooleanisSetFormula()True if has "formula" elementbooleanisSetFormulaCitation()True if has "formulaCitation" elementbooleanisSetSourceDimensions()True if has "sourceDimensions" elementbooleanisSetTargetDimensions()True if has "targetDimensions" elementvoidremoveParameter(int i)Removes the ith "parameter" elementvoidsetFormula(CodeType formula)Sets the "formula" elementvoidsetFormulaCitation(FormulaCitationDocument.FormulaCitation formulaCitation)Sets the "formulaCitation" elementvoidsetParameterArray(int i, AbstractGeneralOperationParameterPropertyType parameter)Sets ith "parameter" elementvoidsetParameterArray(AbstractGeneralOperationParameterPropertyType[] parameterArray)Sets array of all "parameter" elementvoidsetSourceDimensions(BigInteger sourceDimensions)Sets the "sourceDimensions" elementvoidsetTargetDimensions(BigInteger targetDimensions)Sets the "targetDimensions" elementintsizeOfParameterArray()Returns number of "parameter" elementvoidunsetFormula()Unsets the "formula" elementvoidunsetFormulaCitation()Unsets the "formulaCitation" elementvoidunsetSourceDimensions()Unsets the "sourceDimensions" elementvoidunsetTargetDimensions()Unsets the "targetDimensions" elementorg.apache.xmlbeans.XmlPositiveIntegerxgetSourceDimensions()Gets (as xml) the "sourceDimensions" elementorg.apache.xmlbeans.XmlPositiveIntegerxgetTargetDimensions()Gets (as xml) the "targetDimensions" elementvoidxsetSourceDimensions(org.apache.xmlbeans.XmlPositiveInteger sourceDimensions)Sets (as xml) the "sourceDimensions" elementvoidxsetTargetDimensions(org.apache.xmlbeans.XmlPositiveInteger targetDimensions)Sets (as xml) the "targetDimensions" element-
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
-
getFormulaCitation
FormulaCitationDocument.FormulaCitation getFormulaCitation()
Gets the "formulaCitation" element
-
isSetFormulaCitation
boolean isSetFormulaCitation()
True if has "formulaCitation" element
-
setFormulaCitation
void setFormulaCitation(FormulaCitationDocument.FormulaCitation formulaCitation)
Sets the "formulaCitation" element
-
addNewFormulaCitation
FormulaCitationDocument.FormulaCitation addNewFormulaCitation()
Appends and returns a new empty "formulaCitation" element
-
unsetFormulaCitation
void unsetFormulaCitation()
Unsets the "formulaCitation" element
-
getFormula
CodeType getFormula()
Gets the "formula" element
-
isSetFormula
boolean isSetFormula()
True if has "formula" element
-
setFormula
void setFormula(CodeType formula)
Sets the "formula" element
-
addNewFormula
CodeType addNewFormula()
Appends and returns a new empty "formula" element
-
unsetFormula
void unsetFormula()
Unsets the "formula" element
-
getSourceDimensions
BigInteger getSourceDimensions()
Gets the "sourceDimensions" element
-
xgetSourceDimensions
org.apache.xmlbeans.XmlPositiveInteger xgetSourceDimensions()
Gets (as xml) the "sourceDimensions" element
-
isSetSourceDimensions
boolean isSetSourceDimensions()
True if has "sourceDimensions" element
-
setSourceDimensions
void setSourceDimensions(BigInteger sourceDimensions)
Sets the "sourceDimensions" element
-
xsetSourceDimensions
void xsetSourceDimensions(org.apache.xmlbeans.XmlPositiveInteger sourceDimensions)
Sets (as xml) the "sourceDimensions" element
-
unsetSourceDimensions
void unsetSourceDimensions()
Unsets the "sourceDimensions" element
-
getTargetDimensions
BigInteger getTargetDimensions()
Gets the "targetDimensions" element
-
xgetTargetDimensions
org.apache.xmlbeans.XmlPositiveInteger xgetTargetDimensions()
Gets (as xml) the "targetDimensions" element
-
isSetTargetDimensions
boolean isSetTargetDimensions()
True if has "targetDimensions" element
-
setTargetDimensions
void setTargetDimensions(BigInteger targetDimensions)
Sets the "targetDimensions" element
-
xsetTargetDimensions
void xsetTargetDimensions(org.apache.xmlbeans.XmlPositiveInteger targetDimensions)
Sets (as xml) the "targetDimensions" element
-
unsetTargetDimensions
void unsetTargetDimensions()
Unsets the "targetDimensions" element
-
getParameterArray
AbstractGeneralOperationParameterPropertyType[] getParameterArray()
Gets array of all "parameter" elements
-
getParameterArray
AbstractGeneralOperationParameterPropertyType getParameterArray(int i)
Gets ith "parameter" element
-
sizeOfParameterArray
int sizeOfParameterArray()
Returns number of "parameter" element
-
setParameterArray
void setParameterArray(AbstractGeneralOperationParameterPropertyType[] parameterArray)
Sets array of all "parameter" element
-
setParameterArray
void setParameterArray(int i, AbstractGeneralOperationParameterPropertyType parameter)Sets ith "parameter" element
-
insertNewParameter
AbstractGeneralOperationParameterPropertyType insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
-
addNewParameter
AbstractGeneralOperationParameterPropertyType addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
-
removeParameter
void removeParameter(int i)
Removes the ith "parameter" element
-
-