Class Option

java.lang.Object
org.bremersee.google.kml.v22.ext.Option
All Implemented Interfaces:
Serializable

public class Option extends Object implements 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 Details

    • name

      protected String name
    • enabled

      protected Boolean enabled
  • Constructor Details

    • Option

      public Option()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isEnabled

      public Boolean isEnabled()
      Gets the value of the enabled property.
      Returns:
      possible object is Boolean
    • setEnabled

      public void setEnabled(Boolean value)
      Sets the value of the enabled property.
      Parameters:
      value - allowed object is Boolean