Package net.opengis.gml
Interface OperationMethodType
-
- All Superinterfaces:
AbstractGMLType,DefinitionType,OperationMethodBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OperationMethodTypeImpl
public interface OperationMethodType extends OperationMethodBaseType
An XML OperationMethodType(@http://www.opengis.net/gml). 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 CodeTypeaddNewMethodFormula()Appends and returns a new empty "methodFormula" elementIdentifierTypeaddNewMethodID()Appends and returns a new empty value (as xml) as the last "methodID" elementStringOrRefTypeaddNewRemarks()Appends and returns a new empty "remarks" elementAbstractGeneralOperationParameterRefTypeaddNewUsesParameter()Appends and returns a new empty value (as xml) as the last "usesParameter" elementCodeTypegetMethodFormula()Gets the "methodFormula" elementIdentifierType[]getMethodIDArray()Gets array of all "methodID" elementsIdentifierTypegetMethodIDArray(int i)Gets ith "methodID" elementStringOrRefTypegetRemarks()Gets the "remarks" elementBigIntegergetSourceDimensions()Gets the "sourceDimensions" elementBigIntegergetTargetDimensions()Gets the "targetDimensions" elementAbstractGeneralOperationParameterRefType[]getUsesParameterArray()Gets array of all "usesParameter" elementsAbstractGeneralOperationParameterRefTypegetUsesParameterArray(int i)Gets ith "usesParameter" elementIdentifierTypeinsertNewMethodID(int i)Inserts and returns a new empty value (as xml) as the ith "methodID" elementAbstractGeneralOperationParameterRefTypeinsertNewUsesParameter(int i)Inserts and returns a new empty value (as xml) as the ith "usesParameter" elementbooleanisSetRemarks()True if has "remarks" elementvoidremoveMethodID(int i)Removes the ith "methodID" elementvoidremoveUsesParameter(int i)Removes the ith "usesParameter" elementvoidsetMethodFormula(CodeType methodFormula)Sets the "methodFormula" elementvoidsetMethodIDArray(int i, IdentifierType methodID)Sets ith "methodID" elementvoidsetMethodIDArray(IdentifierType[] methodIDArray)Sets array of all "methodID" elementvoidsetRemarks(StringOrRefType remarks)Sets the "remarks" elementvoidsetSourceDimensions(BigInteger sourceDimensions)Sets the "sourceDimensions" elementvoidsetTargetDimensions(BigInteger targetDimensions)Sets the "targetDimensions" elementvoidsetUsesParameterArray(int i, AbstractGeneralOperationParameterRefType usesParameter)Sets ith "usesParameter" elementvoidsetUsesParameterArray(AbstractGeneralOperationParameterRefType[] usesParameterArray)Sets array of all "usesParameter" elementintsizeOfMethodIDArray()Returns number of "methodID" elementintsizeOfUsesParameterArray()Returns number of "usesParameter" elementvoidunsetRemarks()Unsets the "remarks" 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.AbstractGMLType
addNewDescription, addNewMetaDataProperty, getDescription, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, removeMetaDataProperty, setDescription, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription
-
Methods inherited from interface net.opengis.gml.DefinitionType
addNewName, getId, getNameArray, getNameArray, insertNewName, isSetId, removeName, setId, setNameArray, setNameArray, sizeOfNameArray, unsetId, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.OperationMethodBaseType
addNewMethodName, getMethodName, setMethodName
-
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
-
getMethodIDArray
IdentifierType[] getMethodIDArray()
Gets array of all "methodID" elements
-
getMethodIDArray
IdentifierType getMethodIDArray(int i)
Gets ith "methodID" element
-
sizeOfMethodIDArray
int sizeOfMethodIDArray()
Returns number of "methodID" element
-
setMethodIDArray
void setMethodIDArray(IdentifierType[] methodIDArray)
Sets array of all "methodID" element
-
setMethodIDArray
void setMethodIDArray(int i, IdentifierType methodID)Sets ith "methodID" element
-
insertNewMethodID
IdentifierType insertNewMethodID(int i)
Inserts and returns a new empty value (as xml) as the ith "methodID" element
-
addNewMethodID
IdentifierType addNewMethodID()
Appends and returns a new empty value (as xml) as the last "methodID" element
-
removeMethodID
void removeMethodID(int i)
Removes the ith "methodID" element
-
getRemarks
StringOrRefType getRemarks()
Gets the "remarks" element
-
isSetRemarks
boolean isSetRemarks()
True if has "remarks" element
-
setRemarks
void setRemarks(StringOrRefType remarks)
Sets the "remarks" element
-
addNewRemarks
StringOrRefType addNewRemarks()
Appends and returns a new empty "remarks" element
-
unsetRemarks
void unsetRemarks()
Unsets the "remarks" element
-
getMethodFormula
CodeType getMethodFormula()
Gets the "methodFormula" element
-
setMethodFormula
void setMethodFormula(CodeType methodFormula)
Sets the "methodFormula" element
-
addNewMethodFormula
CodeType addNewMethodFormula()
Appends and returns a new empty "methodFormula" element
-
getSourceDimensions
BigInteger getSourceDimensions()
Gets the "sourceDimensions" element
-
xgetSourceDimensions
org.apache.xmlbeans.XmlPositiveInteger xgetSourceDimensions()
Gets (as xml) the "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
-
getTargetDimensions
BigInteger getTargetDimensions()
Gets the "targetDimensions" element
-
xgetTargetDimensions
org.apache.xmlbeans.XmlPositiveInteger xgetTargetDimensions()
Gets (as xml) the "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
-
getUsesParameterArray
AbstractGeneralOperationParameterRefType[] getUsesParameterArray()
Gets array of all "usesParameter" elements
-
getUsesParameterArray
AbstractGeneralOperationParameterRefType getUsesParameterArray(int i)
Gets ith "usesParameter" element
-
sizeOfUsesParameterArray
int sizeOfUsesParameterArray()
Returns number of "usesParameter" element
-
setUsesParameterArray
void setUsesParameterArray(AbstractGeneralOperationParameterRefType[] usesParameterArray)
Sets array of all "usesParameter" element
-
setUsesParameterArray
void setUsesParameterArray(int i, AbstractGeneralOperationParameterRefType usesParameter)Sets ith "usesParameter" element
-
insertNewUsesParameter
AbstractGeneralOperationParameterRefType insertNewUsesParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "usesParameter" element
-
addNewUsesParameter
AbstractGeneralOperationParameterRefType addNewUsesParameter()
Appends and returns a new empty value (as xml) as the last "usesParameter" element
-
removeUsesParameter
void removeUsesParameter(int i)
Removes the ith "usesParameter" element
-
-