net.opengis.kml.v_2_3
Class IconStyleType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.AbstractSubStyleType
          extended by net.opengis.kml.v_2_3.AbstractColorStyleType
              extended by net.opengis.kml.v_2_3.IconStyleType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class IconStyleType
extends AbstractColorStyleType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for IconStyleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IconStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractColorStyleType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}scale" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}heading" minOccurs="0"/>
         <element name="Icon" type="{http://www.opengis.net/kml/2.2}BasicLinkType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}hotSpot" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}IconStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}IconStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double heading
           
protected  Vec2Type hotSpot
           
protected  BasicLinkType icon
           
protected  List<AbstractObjectType> iconStyleObjectExtensionGroup
           
protected  List<Object> iconStyleSimpleExtensionGroup
           
protected  Double scale
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractColorStyleType
abstractColorMode, abstractColorStyleObjectExtensionGroup, abstractColorStyleSimpleExtensionGroup, color
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractSubStyleType
abstractSubStyleObjectExtensionGroup, abstractSubStyleSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
IconStyleType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
           
 Double getHeading()
          Gets the value of the heading property.
 Vec2Type getHotSpot()
          Gets the value of the hotSpot property.
 BasicLinkType getIcon()
          Gets the value of the icon property.
 List<AbstractObjectType> getIconStyleObjectExtensionGroup()
          Gets the value of the iconStyleObjectExtensionGroup property.
 List<Object> getIconStyleSimpleExtensionGroup()
          Gets the value of the iconStyleSimpleExtensionGroup property.
 Double getScale()
          Gets the value of the scale property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetHeading()
           
 boolean isSetHotSpot()
           
 boolean isSetIcon()
           
 boolean isSetIconStyleObjectExtensionGroup()
           
 boolean isSetIconStyleSimpleExtensionGroup()
           
 boolean isSetScale()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setHeading(Double value)
          Sets the value of the heading property.
 void setHotSpot(Vec2Type value)
          Sets the value of the hotSpot property.
 void setIcon(BasicLinkType value)
          Sets the value of the icon property.
 void setIconStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setIconStyleSimpleExtensionGroup(List<Object> value)
           
 void setScale(Double value)
          Sets the value of the scale property.
 String toString()
           
 void unsetIconStyleObjectExtensionGroup()
           
 void unsetIconStyleSimpleExtensionGroup()
           
 IconStyleType withAbstractColorMode(JAXBElement<?> value)
           
 IconStyleType withAbstractColorStyleObjectExtensionGroup(AbstractObjectType... values)
           
 IconStyleType withAbstractColorStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 IconStyleType withAbstractColorStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 IconStyleType withAbstractColorStyleSimpleExtensionGroup(Collection<Object> values)
           
 IconStyleType withAbstractColorStyleSimpleExtensionGroup(List<Object> value)
           
 IconStyleType withAbstractColorStyleSimpleExtensionGroup(Object... values)
           
 IconStyleType withAbstractSubStyleObjectExtensionGroup(AbstractObjectType... values)
           
 IconStyleType withAbstractSubStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 IconStyleType withAbstractSubStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 IconStyleType withAbstractSubStyleSimpleExtensionGroup(Collection<Object> values)
           
 IconStyleType withAbstractSubStyleSimpleExtensionGroup(List<Object> value)
           
 IconStyleType withAbstractSubStyleSimpleExtensionGroup(Object... values)
           
 IconStyleType withColor(byte[] value)
           
 IconStyleType withHeading(Double value)
           
 IconStyleType withHotSpot(Vec2Type value)
           
 IconStyleType withIcon(BasicLinkType value)
           
 IconStyleType withIconStyleObjectExtensionGroup(AbstractObjectType... values)
           
 IconStyleType withIconStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 IconStyleType withIconStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 IconStyleType withIconStyleSimpleExtensionGroup(Collection<Object> values)
           
 IconStyleType withIconStyleSimpleExtensionGroup(List<Object> value)
           
 IconStyleType withIconStyleSimpleExtensionGroup(Object... values)
           
 IconStyleType withId(String value)
           
 IconStyleType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 IconStyleType withObjectSimpleExtensionGroup(List<Object> value)
           
 IconStyleType withObjectSimpleExtensionGroup(Object... values)
           
 IconStyleType withScale(Double value)
           
 IconStyleType withTargetId(String value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractColorStyleType
getAbstractColorMode, getAbstractColorStyleObjectExtensionGroup, getAbstractColorStyleSimpleExtensionGroup, getColor, isSetAbstractColorMode, isSetAbstractColorStyleObjectExtensionGroup, isSetAbstractColorStyleSimpleExtensionGroup, isSetColor, setAbstractColorMode, setAbstractColorStyleObjectExtensionGroup, setAbstractColorStyleSimpleExtensionGroup, setColor, unsetAbstractColorStyleObjectExtensionGroup, unsetAbstractColorStyleSimpleExtensionGroup
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractSubStyleType
getAbstractSubStyleObjectExtensionGroup, getAbstractSubStyleSimpleExtensionGroup, isSetAbstractSubStyleObjectExtensionGroup, isSetAbstractSubStyleSimpleExtensionGroup, setAbstractSubStyleObjectExtensionGroup, setAbstractSubStyleSimpleExtensionGroup, unsetAbstractSubStyleObjectExtensionGroup, unsetAbstractSubStyleSimpleExtensionGroup
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractObjectType
getId, getObjectSimpleExtensionGroup, getOtherAttributes, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setObjectSimpleExtensionGroup, setTargetId, unsetObjectSimpleExtensionGroup
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

scale

protected Double scale

heading

protected Double heading

icon

protected BasicLinkType icon

hotSpot

protected Vec2Type hotSpot

iconStyleSimpleExtensionGroup

protected List<Object> iconStyleSimpleExtensionGroup

iconStyleObjectExtensionGroup

protected List<AbstractObjectType> iconStyleObjectExtensionGroup
Constructor Detail

IconStyleType

public IconStyleType()
Method Detail

getScale

public Double getScale()
Gets the value of the scale property.

Returns:
possible object is Double

setScale

public void setScale(Double value)
Sets the value of the scale property.

Parameters:
value - allowed object is Double

isSetScale

public boolean isSetScale()

getHeading

public Double getHeading()
Gets the value of the heading property.

Returns:
possible object is Double

setHeading

public void setHeading(Double value)
Sets the value of the heading property.

Parameters:
value - allowed object is Double

isSetHeading

public boolean isSetHeading()

getIcon

public BasicLinkType getIcon()
Gets the value of the icon property.

Returns:
possible object is BasicLinkType

setIcon

public void setIcon(BasicLinkType value)
Sets the value of the icon property.

Parameters:
value - allowed object is BasicLinkType

isSetIcon

public boolean isSetIcon()

getHotSpot

public Vec2Type getHotSpot()
Gets the value of the hotSpot property.

Returns:
possible object is Vec2Type

setHotSpot

public void setHotSpot(Vec2Type value)
Sets the value of the hotSpot property.

Parameters:
value - allowed object is Vec2Type

isSetHotSpot

public boolean isSetHotSpot()

getIconStyleSimpleExtensionGroup

public List<Object> getIconStyleSimpleExtensionGroup()
Gets the value of the iconStyleSimpleExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the iconStyleSimpleExtensionGroup property.

For example, to add a new item, do as follows:

    getIconStyleSimpleExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetIconStyleSimpleExtensionGroup

public boolean isSetIconStyleSimpleExtensionGroup()

unsetIconStyleSimpleExtensionGroup

public void unsetIconStyleSimpleExtensionGroup()

getIconStyleObjectExtensionGroup

public List<AbstractObjectType> getIconStyleObjectExtensionGroup()
Gets the value of the iconStyleObjectExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the iconStyleObjectExtensionGroup property.

For example, to add a new item, do as follows:

    getIconStyleObjectExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractObjectType


isSetIconStyleObjectExtensionGroup

public boolean isSetIconStyleObjectExtensionGroup()

unsetIconStyleObjectExtensionGroup

public void unsetIconStyleObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractColorStyleType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractColorStyleType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractColorStyleType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractColorStyleType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractColorStyleType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractColorStyleType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractColorStyleType

clone

public Object clone()
Overrides:
clone in class AbstractColorStyleType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractColorStyleType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractColorStyleType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractColorStyleType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractColorStyleType

setIconStyleSimpleExtensionGroup

public void setIconStyleSimpleExtensionGroup(List<Object> value)

setIconStyleObjectExtensionGroup

public void setIconStyleObjectExtensionGroup(List<AbstractObjectType> value)

withScale

public IconStyleType withScale(Double value)

withHeading

public IconStyleType withHeading(Double value)

withIcon

public IconStyleType withIcon(BasicLinkType value)

withHotSpot

public IconStyleType withHotSpot(Vec2Type value)

withIconStyleSimpleExtensionGroup

public IconStyleType withIconStyleSimpleExtensionGroup(Object... values)

withIconStyleSimpleExtensionGroup

public IconStyleType withIconStyleSimpleExtensionGroup(Collection<Object> values)

withIconStyleObjectExtensionGroup

public IconStyleType withIconStyleObjectExtensionGroup(AbstractObjectType... values)

withIconStyleObjectExtensionGroup

public IconStyleType withIconStyleObjectExtensionGroup(Collection<AbstractObjectType> values)

withIconStyleSimpleExtensionGroup

public IconStyleType withIconStyleSimpleExtensionGroup(List<Object> value)

withIconStyleObjectExtensionGroup

public IconStyleType withIconStyleObjectExtensionGroup(List<AbstractObjectType> value)

withColor

public IconStyleType withColor(byte[] value)
Overrides:
withColor in class AbstractColorStyleType

withAbstractColorMode

public IconStyleType withAbstractColorMode(JAXBElement<?> value)
Overrides:
withAbstractColorMode in class AbstractColorStyleType

withAbstractColorStyleSimpleExtensionGroup

public IconStyleType withAbstractColorStyleSimpleExtensionGroup(Object... values)
Overrides:
withAbstractColorStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleSimpleExtensionGroup

public IconStyleType withAbstractColorStyleSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractColorStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleObjectExtensionGroup

public IconStyleType withAbstractColorStyleObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractColorStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleObjectExtensionGroup

public IconStyleType withAbstractColorStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractColorStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleSimpleExtensionGroup

public IconStyleType withAbstractColorStyleSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractColorStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleObjectExtensionGroup

public IconStyleType withAbstractColorStyleObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractColorStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleSimpleExtensionGroup

public IconStyleType withAbstractSubStyleSimpleExtensionGroup(Object... values)
Overrides:
withAbstractSubStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleSimpleExtensionGroup

public IconStyleType withAbstractSubStyleSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractSubStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleObjectExtensionGroup

public IconStyleType withAbstractSubStyleObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractSubStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleObjectExtensionGroup

public IconStyleType withAbstractSubStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractSubStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleSimpleExtensionGroup

public IconStyleType withAbstractSubStyleSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractSubStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleObjectExtensionGroup

public IconStyleType withAbstractSubStyleObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractSubStyleObjectExtensionGroup in class AbstractColorStyleType

withObjectSimpleExtensionGroup

public IconStyleType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractColorStyleType

withObjectSimpleExtensionGroup

public IconStyleType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractColorStyleType

withId

public IconStyleType withId(String value)
Overrides:
withId in class AbstractColorStyleType

withTargetId

public IconStyleType withTargetId(String value)
Overrides:
withTargetId in class AbstractColorStyleType

withObjectSimpleExtensionGroup

public IconStyleType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractColorStyleType


Copyright © 2008-2015. All Rights Reserved.