Package org.bremersee.google.kml.v22.ext
Class Option
java.lang.Object
org.bremersee.google.kml.v22.ext.Option
- All Implemented Interfaces:
Serializable
Java class for optionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="optionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
enabled
-
-
Constructor Details
-
Option
public Option()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isEnabled
Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
setEnabled
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean
-