|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractSMLType
An XML AbstractSMLType(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
AbstractSMLType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
CodeType |
addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
CodeType[] |
getNameArray()
Gets array of all "name" elements |
CodeType |
getNameArray(int i)
Gets ith "name" element |
CodeType |
insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
void |
removeName(int i)
Removes the ith "name" element |
void |
setNameArray(CodeType[] nameArray)
Sets array of all "name" element |
void |
setNameArray(int i,
CodeType name)
Sets ith "name" element |
int |
sizeOfNameArray()
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
CodeType[] getNameArray()
getNameArray
in interface AbstractGMLType
CodeType getNameArray(int i)
getNameArray
in interface AbstractGMLType
int sizeOfNameArray()
sizeOfNameArray
in interface AbstractGMLType
void setNameArray(CodeType[] nameArray)
setNameArray
in interface AbstractGMLType
void setNameArray(int i, CodeType name)
setNameArray
in interface AbstractGMLType
CodeType insertNewName(int i)
insertNewName
in interface AbstractGMLType
CodeType addNewName()
addNewName
in interface AbstractGMLType
void removeName(int i)
removeName
in interface AbstractGMLType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |