Package net.opengis.gml
Interface TopologyStyleType
-
- All Superinterfaces:
AbstractGMLType,BaseStyleDescriptorType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TopologyStyleTypeImpl
public interface TopologyStyleType extends BaseStyleDescriptorType
An XML TopologyStyleType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTopologyStyleType.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 LabelStylePropertyTypeaddNewLabelStyle()Appends and returns a new empty "labelStyle" elementSymbolTypeaddNewSymbol()Appends and returns a new empty "symbol" elementLabelStylePropertyTypegetLabelStyle()Gets the "labelStyle" elementStringgetStyle()Gets the "style" elementSymbolTypegetSymbol()Gets the "symbol" elementStringgetTopologyProperty()Gets the "topologyProperty" attributeStringgetTopologyType()Gets the "topologyType" attributebooleanisSetLabelStyle()True if has "labelStyle" elementbooleanisSetStyle()True if has "style" elementbooleanisSetSymbol()True if has "symbol" elementbooleanisSetTopologyProperty()True if has "topologyProperty" attributebooleanisSetTopologyType()True if has "topologyType" attributevoidsetLabelStyle(LabelStylePropertyType labelStyle)Sets the "labelStyle" elementvoidsetStyle(String style)Sets the "style" elementvoidsetSymbol(SymbolType symbol)Sets the "symbol" elementvoidsetTopologyProperty(String topologyProperty)Sets the "topologyProperty" attributevoidsetTopologyType(String topologyType)Sets the "topologyType" attributevoidunsetLabelStyle()Unsets the "labelStyle" elementvoidunsetStyle()Unsets the "style" elementvoidunsetSymbol()Unsets the "symbol" elementvoidunsetTopologyProperty()Unsets the "topologyProperty" attributevoidunsetTopologyType()Unsets the "topologyType" attributeorg.apache.xmlbeans.XmlStringxgetStyle()Gets (as xml) the "style" elementorg.apache.xmlbeans.XmlStringxgetTopologyProperty()Gets (as xml) the "topologyProperty" attributeorg.apache.xmlbeans.XmlStringxgetTopologyType()Gets (as xml) the "topologyType" attributevoidxsetStyle(org.apache.xmlbeans.XmlString style)Sets (as xml) the "style" elementvoidxsetTopologyProperty(org.apache.xmlbeans.XmlString topologyProperty)Sets (as xml) the "topologyProperty" attributevoidxsetTopologyType(org.apache.xmlbeans.XmlString topologyType)Sets (as xml) the "topologyType" attribute-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.BaseStyleDescriptorType
addNewAnimate, addNewAnimateColor, addNewAnimateMotion, addNewSet, addNewSpatialResolution, addNewStyleVariation, getAnimateArray, getAnimateArray, getAnimateColorArray, getAnimateColorArray, getAnimateMotionArray, getAnimateMotionArray, getSetArray, getSetArray, getSpatialResolution, getStyleVariationArray, getStyleVariationArray, insertNewAnimate, insertNewAnimateColor, insertNewAnimateMotion, insertNewSet, insertNewStyleVariation, isSetSpatialResolution, removeAnimate, removeAnimateColor, removeAnimateMotion, removeSet, removeStyleVariation, setAnimateArray, setAnimateArray, setAnimateColorArray, setAnimateColorArray, setAnimateMotionArray, setAnimateMotionArray, setSetArray, setSetArray, setSpatialResolution, setStyleVariationArray, setStyleVariationArray, sizeOfAnimateArray, sizeOfAnimateColorArray, sizeOfAnimateMotionArray, sizeOfSetArray, sizeOfStyleVariationArray, unsetSpatialResolution
-
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
-
getSymbol
SymbolType getSymbol()
Gets the "symbol" element
-
isSetSymbol
boolean isSetSymbol()
True if has "symbol" element
-
setSymbol
void setSymbol(SymbolType symbol)
Sets the "symbol" element
-
addNewSymbol
SymbolType addNewSymbol()
Appends and returns a new empty "symbol" element
-
unsetSymbol
void unsetSymbol()
Unsets the "symbol" element
-
getStyle
String getStyle()
Gets the "style" element
-
xgetStyle
org.apache.xmlbeans.XmlString xgetStyle()
Gets (as xml) the "style" element
-
isSetStyle
boolean isSetStyle()
True if has "style" element
-
setStyle
void setStyle(String style)
Sets the "style" element
-
xsetStyle
void xsetStyle(org.apache.xmlbeans.XmlString style)
Sets (as xml) the "style" element
-
unsetStyle
void unsetStyle()
Unsets the "style" element
-
getLabelStyle
LabelStylePropertyType getLabelStyle()
Gets the "labelStyle" element
-
isSetLabelStyle
boolean isSetLabelStyle()
True if has "labelStyle" element
-
setLabelStyle
void setLabelStyle(LabelStylePropertyType labelStyle)
Sets the "labelStyle" element
-
addNewLabelStyle
LabelStylePropertyType addNewLabelStyle()
Appends and returns a new empty "labelStyle" element
-
unsetLabelStyle
void unsetLabelStyle()
Unsets the "labelStyle" element
-
getTopologyProperty
String getTopologyProperty()
Gets the "topologyProperty" attribute
-
xgetTopologyProperty
org.apache.xmlbeans.XmlString xgetTopologyProperty()
Gets (as xml) the "topologyProperty" attribute
-
isSetTopologyProperty
boolean isSetTopologyProperty()
True if has "topologyProperty" attribute
-
setTopologyProperty
void setTopologyProperty(String topologyProperty)
Sets the "topologyProperty" attribute
-
xsetTopologyProperty
void xsetTopologyProperty(org.apache.xmlbeans.XmlString topologyProperty)
Sets (as xml) the "topologyProperty" attribute
-
unsetTopologyProperty
void unsetTopologyProperty()
Unsets the "topologyProperty" attribute
-
getTopologyType
String getTopologyType()
Gets the "topologyType" attribute
-
xgetTopologyType
org.apache.xmlbeans.XmlString xgetTopologyType()
Gets (as xml) the "topologyType" attribute
-
isSetTopologyType
boolean isSetTopologyType()
True if has "topologyType" attribute
-
setTopologyType
void setTopologyType(String topologyType)
Sets the "topologyType" attribute
-
xsetTopologyType
void xsetTopologyType(org.apache.xmlbeans.XmlString topologyType)
Sets (as xml) the "topologyType" attribute
-
unsetTopologyType
void unsetTopologyType()
Unsets the "topologyType" attribute
-
-