Package net.opengis.sensorml.x20
Interface ParameterListType.Parameter
-
- All Superinterfaces:
DataComponentOrObservablePropertyType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ParameterListTypeImpl.ParameterImpl
- Enclosing interface:
- ParameterListType
public static interface ParameterListType.Parameter extends DataComponentOrObservablePropertyType
An XML parameter(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParameterListType.Parameter.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 StringgetName()Gets the "name" attributevoidsetName(String name)Sets the "name" attributeorg.apache.xmlbeans.XmlNCNamexgetName()Gets (as xml) the "name" attributevoidxsetName(org.apache.xmlbeans.XmlNCName name)Sets (as xml) the "name" attribute-
Methods inherited from interface net.opengis.sensorml.x20.DataComponentOrObservablePropertyType
addNewAbstractDataComponent, addNewDataInterface, addNewObservableProperty, getAbstractDataComponent, getActuate, getArcrole, getDataInterface, getHref, getObservableProperty, getRole, getShow, getTitle, getType, isSetAbstractDataComponent, isSetActuate, isSetArcrole, isSetDataInterface, isSetHref, isSetObservableProperty, isSetRole, isSetShow, isSetTitle, isSetType, setAbstractDataComponent, setActuate, setArcrole, setDataInterface, setHref, setObservableProperty, setRole, setShow, setTitle, setType, unsetAbstractDataComponent, unsetActuate, unsetArcrole, unsetDataInterface, unsetHref, unsetObservableProperty, unsetRole, unsetShow, unsetTitle, unsetType, xgetActuate, xgetArcrole, xgetHref, xgetRole, xgetShow, xgetTitle, xgetType, xsetActuate, xsetArcrole, xsetHref, xsetRole, xsetShow, xsetTitle, xsetType
-
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
-
getName
String getName()
Gets the "name" attribute
-
xgetName
org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(String name)
Sets the "name" attribute
-
xsetName
void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute
-
-