|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.FeatureStyleType
public class FeatureStyleType
[complexType of] The style descriptor for features.
Java class for FeatureStyleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureStyleType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGMLType"> <sequence> <element name="featureConstraint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}geometryStyle" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}topologyStyle" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}labelStyle" minOccurs="0"/> </sequence> <attribute name="featureType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="baseType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="queryGrammar" type="{http://www.opengis.net/gml}QueryGrammarEnumeration" /> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
FeatureStyleType()
|
Method Summary | |
---|---|
java.lang.String |
getBaseType()
Gets the value of the baseType property. |
java.lang.String |
getFeatureConstraint()
Gets the value of the featureConstraint property. |
java.lang.String |
getFeatureType()
Gets the value of the featureType property. |
java.util.List<GeometryStyleRef> |
getGeometryStyle()
Gets the value of the geometryStyle property. |
LabelStyleRef |
getLabelStyle()
Gets the value of the labelStyle property. |
QueryGrammarEnumeration |
getQueryGrammar()
Gets the value of the queryGrammar property. |
java.util.List<TopologyStyleRef> |
getTopologyStyle()
Gets the value of the topologyStyle property. |
boolean |
isSetBaseType()
|
boolean |
isSetFeatureConstraint()
|
boolean |
isSetFeatureType()
|
boolean |
isSetGeometryStyle()
|
boolean |
isSetLabelStyle()
|
boolean |
isSetQueryGrammar()
|
boolean |
isSetTopologyStyle()
|
void |
setBaseType(java.lang.String value)
Sets the value of the baseType property. |
void |
setFeatureConstraint(java.lang.String value)
Sets the value of the featureConstraint property. |
void |
setFeatureType(java.lang.String value)
Sets the value of the featureType property. |
void |
setGeometryStyle(java.util.List<GeometryStyleRef> geometryStyle)
Sets the value of the geometryStyle property. |
void |
setLabelStyle(LabelStyleRef value)
Sets the value of the labelStyle property. |
void |
setQueryGrammar(QueryGrammarEnumeration value)
Sets the value of the queryGrammar property. |
void |
setTopologyStyle(java.util.List<TopologyStyleRef> topologyStyle)
Sets the value of the topologyStyle property. |
void |
unsetGeometryStyle()
|
void |
unsetTopologyStyle()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureStyleType()
Method Detail |
---|
public java.lang.String getFeatureConstraint()
String
public void setFeatureConstraint(java.lang.String value)
value
- allowed object is
String
public boolean isSetFeatureConstraint()
public java.util.List<GeometryStyleRef> getGeometryStyle()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the geometryStyle property.
For example, to add a new item, do as follows:
getGeometryStyle().add(newItem);
Objects of the following type(s) are allowed in the list
GeometryStyleRef
public boolean isSetGeometryStyle()
public void unsetGeometryStyle()
public java.util.List<TopologyStyleRef> getTopologyStyle()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the topologyStyle property.
For example, to add a new item, do as follows:
getTopologyStyle().add(newItem);
Objects of the following type(s) are allowed in the list
TopologyStyleRef
public boolean isSetTopologyStyle()
public void unsetTopologyStyle()
public LabelStyleRef getLabelStyle()
LabelStyleRef
public void setLabelStyle(LabelStyleRef value)
value
- allowed object is
LabelStyleRef
public boolean isSetLabelStyle()
public java.lang.String getFeatureType()
String
public void setFeatureType(java.lang.String value)
value
- allowed object is
String
public boolean isSetFeatureType()
public java.lang.String getBaseType()
String
public void setBaseType(java.lang.String value)
value
- allowed object is
String
public boolean isSetBaseType()
public QueryGrammarEnumeration getQueryGrammar()
QueryGrammarEnumeration
public void setQueryGrammar(QueryGrammarEnumeration value)
value
- allowed object is
QueryGrammarEnumeration
public boolean isSetQueryGrammar()
public void setGeometryStyle(java.util.List<GeometryStyleRef> geometryStyle)
geometryStyle
- allowed object is
GeometryStyleRef
public void setTopologyStyle(java.util.List<TopologyStyleRef> topologyStyle)
topologyStyle
- allowed object is
TopologyStyleRef
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |