Package net.opengis.swe.x20
Interface DataChoiceType.Item
-
- All Superinterfaces:
AbstractDataComponentPropertyType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DataChoiceTypeImpl.ItemImpl
- Enclosing interface:
- DataChoiceType
public static interface DataChoiceType.Item extends AbstractDataComponentPropertyType
An XML item(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataChoiceType.Item.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.swe.x20.AbstractDataComponentPropertyType
addNewAbstractDataComponent, getAbstractDataComponent, getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, isSetAbstractDataComponent, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, isSetType, setAbstractDataComponent, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType, unsetAbstractDataComponent, unsetActuate, unsetArcrole, 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
-
-