Class IconStyleIconType

java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.IconStyleIconType

public class IconStyleIconType extends ObjectType
<p>Java class for IconStyleIconType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="IconStyleIconType"> <complexContent> <extension base="{http://earth.google.com/kml/2.1}ObjectType"> <sequence> <element name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

    • href

      protected String href
  • Constructor Details

    • IconStyleIconType

      public IconStyleIconType()
  • Method Details

    • getHref

      public String getHref()
      Gets the value of the href property.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String