Package net.opengis.gml.x32
Interface PriorityLocationPropertyType
-
- All Superinterfaces:
LocationPropertyType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PriorityLocationPropertyTypeImpl
public interface PriorityLocationPropertyType extends LocationPropertyType
An XML PriorityLocationPropertyType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPriorityLocationPropertyType.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 StringgetPriority()Gets the "priority" attributebooleanisSetPriority()True if has "priority" attributevoidsetPriority(String priority)Sets the "priority" attributevoidunsetPriority()Unsets the "priority" attributeorg.apache.xmlbeans.XmlStringxgetPriority()Gets (as xml) the "priority" attributevoidxsetPriority(org.apache.xmlbeans.XmlString priority)Sets (as xml) the "priority" attribute-
Methods inherited from interface net.opengis.gml.x32.LocationPropertyType
addNewAbstractGeometry, addNewLocationKeyWord, addNewLocationString, getAbstractGeometry, getActuate, getArcrole, getHref, getLocationKeyWord, getLocationString, getNilReason, getNull, getRemoteSchema, getRole, getShow, getTitle, getType, isSetAbstractGeometry, isSetActuate, isSetArcrole, isSetHref, isSetLocationKeyWord, isSetLocationString, isSetNilReason, isSetNull, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setAbstractGeometry, setActuate, setArcrole, setHref, setLocationKeyWord, setLocationString, setNilReason, setNull, setRemoteSchema, setRole, setShow, setTitle, setType, unsetAbstractGeometry, unsetActuate, unsetArcrole, unsetHref, unsetLocationKeyWord, unsetLocationString, unsetNilReason, unsetNull, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType, xgetActuate, xgetArcrole, xgetHref, xgetNilReason, xgetNull, xgetRemoteSchema, xgetRole, xgetShow, xgetTitle, xgetType, xsetActuate, xsetArcrole, xsetHref, xsetNilReason, xsetNull, xsetRemoteSchema, 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
-
getPriority
String getPriority()
Gets the "priority" attribute
-
xgetPriority
org.apache.xmlbeans.XmlString xgetPriority()
Gets (as xml) the "priority" attribute
-
isSetPriority
boolean isSetPriority()
True if has "priority" attribute
-
setPriority
void setPriority(String priority)
Sets the "priority" attribute
-
xsetPriority
void xsetPriority(org.apache.xmlbeans.XmlString priority)
Sets (as xml) the "priority" attribute
-
unsetPriority
void unsetPriority()
Unsets the "priority" attribute
-
-