Class StyleType


public class StyleType extends StyleSelectorType
<p>Java class for StyleType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="StyleType"> <complexContent> <extension base="{http://earth.google.com/kml/2.1}StyleSelectorType"> <sequence> <element ref="{http://earth.google.com/kml/2.1}IconStyle" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}LabelStyle" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}LineStyle" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}PolyStyle" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}BalloonStyle" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}ListStyle" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

  • Constructor Details

    • StyleType

      public StyleType()
  • Method Details

    • getIconStyle

      public IconStyleType getIconStyle()
      Gets the value of the iconStyle property.
      Returns:
      possible object is IconStyleType
    • setIconStyle

      public void setIconStyle(IconStyleType value)
      Sets the value of the iconStyle property.
      Parameters:
      value - allowed object is IconStyleType
    • getLabelStyle

      public LabelStyleType getLabelStyle()
      Gets the value of the labelStyle property.
      Returns:
      possible object is LabelStyleType
    • setLabelStyle

      public void setLabelStyle(LabelStyleType value)
      Sets the value of the labelStyle property.
      Parameters:
      value - allowed object is LabelStyleType
    • getLineStyle

      public LineStyleType getLineStyle()
      Gets the value of the lineStyle property.
      Returns:
      possible object is LineStyleType
    • setLineStyle

      public void setLineStyle(LineStyleType value)
      Sets the value of the lineStyle property.
      Parameters:
      value - allowed object is LineStyleType
    • getPolyStyle

      public PolyStyleType getPolyStyle()
      Gets the value of the polyStyle property.
      Returns:
      possible object is PolyStyleType
    • setPolyStyle

      public void setPolyStyle(PolyStyleType value)
      Sets the value of the polyStyle property.
      Parameters:
      value - allowed object is PolyStyleType
    • getBalloonStyle

      public BalloonStyleType getBalloonStyle()
      Gets the value of the balloonStyle property.
      Returns:
      possible object is BalloonStyleType
    • setBalloonStyle

      public void setBalloonStyle(BalloonStyleType value)
      Sets the value of the balloonStyle property.
      Parameters:
      value - allowed object is BalloonStyleType
    • getListStyle

      public ListStyleType getListStyle()
      Gets the value of the listStyle property.
      Returns:
      possible object is ListStyleType
    • setListStyle

      public void setListStyle(ListStyleType value)
      Sets the value of the listStyle property.
      Parameters:
      value - allowed object is ListStyleType