Package net.opengis.sensorML.x101
Interface AbstractSMLType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AbstractComponentType,AbstractDerivableComponentType,AbstractDerivableProcessType,AbstractProcessType,AbstractPureProcessType,AbstractRestrictedProcessType,ComponentArrayType,ComponentType,DataSourceType,ProcessChainType,ProcessModelType,SystemType
- All Known Implementing Classes:
AbstractComponentTypeImpl,AbstractDerivableComponentTypeImpl,AbstractDerivableProcessTypeImpl,AbstractProcessTypeImpl,AbstractPureProcessTypeImpl,AbstractRestrictedProcessTypeImpl,AbstractSMLTypeImpl,ComponentArrayTypeImpl,ComponentTypeImpl,DataSourceTypeImpl,ProcessChainTypeImpl,ProcessModelTypeImpl,SystemTypeImpl
public interface AbstractSMLType extends AbstractFeatureType
An XML AbstractSMLType(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractSMLType.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 CodeTypeaddNewName()Appends and returns a new empty value (as xml) as the last "name" elementCodeType[]getNameArray()Gets array of all "name" elementsCodeTypegetNameArray(int i)Gets ith "name" elementCodeTypeinsertNewName(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementvoidremoveName(int i)Removes the ith "name" elementvoidsetNameArray(int i, CodeType name)Sets ith "name" elementvoidsetNameArray(CodeType[] nameArray)Sets array of all "name" elementintsizeOfNameArray()Returns number of "name" element-
Methods inherited from interface net.opengis.gml.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, unsetBoundedBy, unsetLocation
-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, isSetId, removeMetaDataProperty, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription, unsetId, xgetId, xsetId
-
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
-
getNameArray
CodeType[] getNameArray()
Gets array of all "name" elements- Specified by:
getNameArrayin interfaceAbstractGMLType
-
getNameArray
CodeType getNameArray(int i)
Gets ith "name" element- Specified by:
getNameArrayin interfaceAbstractGMLType
-
sizeOfNameArray
int sizeOfNameArray()
Returns number of "name" element- Specified by:
sizeOfNameArrayin interfaceAbstractGMLType
-
setNameArray
void setNameArray(CodeType[] nameArray)
Sets array of all "name" element- Specified by:
setNameArrayin interfaceAbstractGMLType
-
setNameArray
void setNameArray(int i, CodeType name)Sets ith "name" element- Specified by:
setNameArrayin interfaceAbstractGMLType
-
insertNewName
CodeType insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element- Specified by:
insertNewNamein interfaceAbstractGMLType
-
addNewName
CodeType addNewName()
Appends and returns a new empty value (as xml) as the last "name" element- Specified by:
addNewNamein interfaceAbstractGMLType
-
removeName
void removeName(int i)
Removes the ith "name" element- Specified by:
removeNamein interfaceAbstractGMLType
-
-