Package net.opengis.sensorml.x20
Interface DescribedObjectType.Capabilities
-
- All Superinterfaces:
CapabilityListPropertyType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DescribedObjectTypeImpl.CapabilitiesImpl
- Enclosing interface:
- DescribedObjectType
public static interface DescribedObjectType.Capabilities extends CapabilityListPropertyType
An XML capabilities(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDescribedObjectType.Capabilities.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.CapabilityListPropertyType
addNewCapabilityList, getActuate, getArcrole, getCapabilityList, getHref, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetCapabilityList, isSetHref, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setCapabilityList, setHref, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetCapabilityList, unsetHref, 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
-
-