org.citygml4j.jaxb.gml._3_1_1
Class StyleType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractStyleType
          extended by org.citygml4j.jaxb.gml._3_1_1.StyleType

public class StyleType
extends AbstractStyleType

[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.

Java class for StyleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractStyleType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}featureStyle" maxOccurs="unbounded"/>
         <element ref="{http://www.opengis.net/gml}graphStyle" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
StyleType()
           
 
Method Summary
 java.util.List<FeatureStyleRef> getFeatureStyle()
          Gets the value of the featureStyle property.
 GraphStyleRef getGraphStyle()
          Gets the value of the graphStyle property.
 boolean isSetFeatureStyle()
           
 boolean isSetGraphStyle()
           
 void setFeatureStyle(java.util.List<FeatureStyleRef> featureStyle)
          Sets the value of the featureStyle property.
 void setGraphStyle(GraphStyleRef value)
          Sets the value of the graphStyle property.
 void unsetFeatureStyle()
           
 
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

StyleType

public StyleType()
Method Detail

getFeatureStyle

public java.util.List<FeatureStyleRef> getFeatureStyle()
Gets the value of the featureStyle property.

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 featureStyle property.

For example, to add a new item, do as follows:

    getFeatureStyle().add(newItem);
 

Objects of the following type(s) are allowed in the list FeatureStyleRef


isSetFeatureStyle

public boolean isSetFeatureStyle()

unsetFeatureStyle

public void unsetFeatureStyle()

getGraphStyle

public GraphStyleRef getGraphStyle()
Gets the value of the graphStyle property.

Returns:
possible object is GraphStyleRef

setGraphStyle

public void setGraphStyle(GraphStyleRef value)
Sets the value of the graphStyle property.

Parameters:
value - allowed object is GraphStyleRef

isSetGraphStyle

public boolean isSetGraphStyle()

setFeatureStyle

public void setFeatureStyle(java.util.List<FeatureStyleRef> featureStyle)
Sets the value of the featureStyle property.

Parameters:
featureStyle - allowed object is FeatureStyleRef