Package com.google.earth.kml._2
Class StyleMapPairType
java.lang.Object
com.google.earth.kml._2.StyleMapPairType
<p>Java class for StyleMapPairType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="StyleMapPairType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="key" type="{http://earth.google.com/kml/2.1}styleStateEnum"/>
<element ref="{http://earth.google.com/kml/2.1}styleUrl"/>
</all>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Gets the value of the key property.Gets the value of the styleUrl property.voidsetKey(StyleStateEnum value) Sets the value of the key property.voidsetStyleUrl(String value) Sets the value of the styleUrl property.
-
Field Details
-
key
-
styleUrl
-
-
Constructor Details
-
StyleMapPairType
public StyleMapPairType()
-
-
Method Details
-
getKey
Gets the value of the key property.- Returns:
- possible object is
StyleStateEnum
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isStyleStateEnum
-
getStyleUrl
Gets the value of the styleUrl property.- Returns:
- possible object is
String
-
setStyleUrl
Sets the value of the styleUrl property.- Parameters:
value- allowed object isString
-