net.opengis.kml.v_2_3
Class BalloonStyleType

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.BalloonStyleType
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 BalloonStyleType
extends AbstractSubStyleType
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 BalloonStyleType complex type.

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

 <complexType name="BalloonStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractSubStyleType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractBgColorGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}textColor" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}text" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}abstractDisplayMode" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}BalloonStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}BalloonStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<byte[]> abstractBgColorGroup
           
protected  JAXBElement<?> abstractDisplayMode
           
protected  List<AbstractObjectType> balloonStyleObjectExtensionGroup
           
protected  List<Object> balloonStyleSimpleExtensionGroup
           
protected  String text
           
protected  byte[] textColor
           
 
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
BalloonStyleType()
           
 
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)
           
 JAXBElement<byte[]> getAbstractBgColorGroup()
          kml:color was deprecated in the context of BalloonStyle in KML 2.1
 JAXBElement<?> getAbstractDisplayMode()
          Gets the value of the abstractDisplayMode property.
 List<AbstractObjectType> getBalloonStyleObjectExtensionGroup()
          Gets the value of the balloonStyleObjectExtensionGroup property.
 List<Object> getBalloonStyleSimpleExtensionGroup()
          Gets the value of the balloonStyleSimpleExtensionGroup property.
 String getText()
          Gets the value of the text property.
 byte[] getTextColor()
          Gets the value of the textColor property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAbstractBgColorGroup()
           
 boolean isSetAbstractDisplayMode()
           
 boolean isSetBalloonStyleObjectExtensionGroup()
           
 boolean isSetBalloonStyleSimpleExtensionGroup()
           
 boolean isSetText()
           
 boolean isSetTextColor()
           
 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 setAbstractBgColorGroup(JAXBElement<byte[]> value)
          Sets the value of the abstractBgColorGroup property.
 void setAbstractDisplayMode(JAXBElement<?> value)
          Sets the value of the abstractDisplayMode property.
 void setBalloonStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setBalloonStyleSimpleExtensionGroup(List<Object> value)
           
 void setText(String value)
          Sets the value of the text property.
 void setTextColor(byte[] value)
          Sets the value of the textColor property.
 String toString()
           
 void unsetBalloonStyleObjectExtensionGroup()
           
 void unsetBalloonStyleSimpleExtensionGroup()
           
 BalloonStyleType withAbstractBgColorGroup(JAXBElement<byte[]> value)
           
 BalloonStyleType withAbstractDisplayMode(JAXBElement<?> value)
           
 BalloonStyleType withAbstractSubStyleObjectExtensionGroup(AbstractObjectType... values)
           
 BalloonStyleType withAbstractSubStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 BalloonStyleType withAbstractSubStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 BalloonStyleType withAbstractSubStyleSimpleExtensionGroup(Collection<Object> values)
           
 BalloonStyleType withAbstractSubStyleSimpleExtensionGroup(List<Object> value)
           
 BalloonStyleType withAbstractSubStyleSimpleExtensionGroup(Object... values)
           
 BalloonStyleType withBalloonStyleObjectExtensionGroup(AbstractObjectType... values)
           
 BalloonStyleType withBalloonStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 BalloonStyleType withBalloonStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 BalloonStyleType withBalloonStyleSimpleExtensionGroup(Collection<Object> values)
           
 BalloonStyleType withBalloonStyleSimpleExtensionGroup(List<Object> value)
           
 BalloonStyleType withBalloonStyleSimpleExtensionGroup(Object... values)
           
 BalloonStyleType withId(String value)
           
 BalloonStyleType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 BalloonStyleType withObjectSimpleExtensionGroup(List<Object> value)
           
 BalloonStyleType withObjectSimpleExtensionGroup(Object... values)
           
 BalloonStyleType withTargetId(String value)
           
 BalloonStyleType withText(String value)
           
 BalloonStyleType withTextColor(byte[] value)
           
 
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

abstractBgColorGroup

protected JAXBElement<byte[]> abstractBgColorGroup

textColor

protected byte[] textColor

text

protected String text

abstractDisplayMode

protected JAXBElement<?> abstractDisplayMode

balloonStyleSimpleExtensionGroup

protected List<Object> balloonStyleSimpleExtensionGroup

balloonStyleObjectExtensionGroup

protected List<AbstractObjectType> balloonStyleObjectExtensionGroup
Constructor Detail

BalloonStyleType

public BalloonStyleType()
Method Detail

getAbstractBgColorGroup

public JAXBElement<byte[]> getAbstractBgColorGroup()
kml:color was deprecated in the context of BalloonStyle in KML 2.1

Returns:
possible object is JAXBElement<byte[]> JAXBElement<byte[]> JAXBElement<byte[]>

setAbstractBgColorGroup

public void setAbstractBgColorGroup(JAXBElement<byte[]> value)
Sets the value of the abstractBgColorGroup property.

Parameters:
value - allowed object is JAXBElement<byte[]> JAXBElement<byte[]> JAXBElement<byte[]>

isSetAbstractBgColorGroup

public boolean isSetAbstractBgColorGroup()

getTextColor

public byte[] getTextColor()
Gets the value of the textColor property.

Returns:
possible object is String

setTextColor

public void setTextColor(byte[] value)
Sets the value of the textColor property.

Parameters:
value - allowed object is String

isSetTextColor

public boolean isSetTextColor()

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

isSetText

public boolean isSetText()

getAbstractDisplayMode

public JAXBElement<?> getAbstractDisplayMode()
Gets the value of the abstractDisplayMode property.

Returns:
possible object is JAXBElement<String> JAXBElement<DisplayModeEnumType>

setAbstractDisplayMode

public void setAbstractDisplayMode(JAXBElement<?> value)
Sets the value of the abstractDisplayMode property.

Parameters:
value - allowed object is JAXBElement<String> JAXBElement<DisplayModeEnumType>

isSetAbstractDisplayMode

public boolean isSetAbstractDisplayMode()

getBalloonStyleSimpleExtensionGroup

public List<Object> getBalloonStyleSimpleExtensionGroup()
Gets the value of the balloonStyleSimpleExtensionGroup 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 balloonStyleSimpleExtensionGroup property.

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

    getBalloonStyleSimpleExtensionGroup().add(newItem);
 

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


isSetBalloonStyleSimpleExtensionGroup

public boolean isSetBalloonStyleSimpleExtensionGroup()

unsetBalloonStyleSimpleExtensionGroup

public void unsetBalloonStyleSimpleExtensionGroup()

getBalloonStyleObjectExtensionGroup

public List<AbstractObjectType> getBalloonStyleObjectExtensionGroup()
Gets the value of the balloonStyleObjectExtensionGroup 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 balloonStyleObjectExtensionGroup property.

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

    getBalloonStyleObjectExtensionGroup().add(newItem);
 

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


isSetBalloonStyleObjectExtensionGroup

public boolean isSetBalloonStyleObjectExtensionGroup()

unsetBalloonStyleObjectExtensionGroup

public void unsetBalloonStyleObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractSubStyleType

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 AbstractSubStyleType

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 AbstractSubStyleType

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 AbstractSubStyleType

equals

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

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 AbstractSubStyleType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSubStyleType

clone

public Object clone()
Overrides:
clone in class AbstractSubStyleType

copyTo

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

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 AbstractSubStyleType

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 AbstractSubStyleType

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 AbstractSubStyleType

setBalloonStyleSimpleExtensionGroup

public void setBalloonStyleSimpleExtensionGroup(List<Object> value)

setBalloonStyleObjectExtensionGroup

public void setBalloonStyleObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractBgColorGroup

public BalloonStyleType withAbstractBgColorGroup(JAXBElement<byte[]> value)

withTextColor

public BalloonStyleType withTextColor(byte[] value)

withText

public BalloonStyleType withText(String value)

withAbstractDisplayMode

public BalloonStyleType withAbstractDisplayMode(JAXBElement<?> value)

withBalloonStyleSimpleExtensionGroup

public BalloonStyleType withBalloonStyleSimpleExtensionGroup(Object... values)

withBalloonStyleSimpleExtensionGroup

public BalloonStyleType withBalloonStyleSimpleExtensionGroup(Collection<Object> values)

withBalloonStyleObjectExtensionGroup

public BalloonStyleType withBalloonStyleObjectExtensionGroup(AbstractObjectType... values)

withBalloonStyleObjectExtensionGroup

public BalloonStyleType withBalloonStyleObjectExtensionGroup(Collection<AbstractObjectType> values)

withBalloonStyleSimpleExtensionGroup

public BalloonStyleType withBalloonStyleSimpleExtensionGroup(List<Object> value)

withBalloonStyleObjectExtensionGroup

public BalloonStyleType withBalloonStyleObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractSubStyleSimpleExtensionGroup

public BalloonStyleType withAbstractSubStyleSimpleExtensionGroup(Object... values)
Overrides:
withAbstractSubStyleSimpleExtensionGroup in class AbstractSubStyleType

withAbstractSubStyleSimpleExtensionGroup

public BalloonStyleType withAbstractSubStyleSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractSubStyleSimpleExtensionGroup in class AbstractSubStyleType

withAbstractSubStyleObjectExtensionGroup

public BalloonStyleType withAbstractSubStyleObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractSubStyleObjectExtensionGroup in class AbstractSubStyleType

withAbstractSubStyleObjectExtensionGroup

public BalloonStyleType withAbstractSubStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractSubStyleObjectExtensionGroup in class AbstractSubStyleType

withAbstractSubStyleSimpleExtensionGroup

public BalloonStyleType withAbstractSubStyleSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractSubStyleSimpleExtensionGroup in class AbstractSubStyleType

withAbstractSubStyleObjectExtensionGroup

public BalloonStyleType withAbstractSubStyleObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractSubStyleObjectExtensionGroup in class AbstractSubStyleType

withObjectSimpleExtensionGroup

public BalloonStyleType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractSubStyleType

withObjectSimpleExtensionGroup

public BalloonStyleType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractSubStyleType

withId

public BalloonStyleType withId(String value)
Overrides:
withId in class AbstractSubStyleType

withTargetId

public BalloonStyleType withTargetId(String value)
Overrides:
withTargetId in class AbstractSubStyleType

withObjectSimpleExtensionGroup

public BalloonStyleType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractSubStyleType


Copyright © 2008-2015. All Rights Reserved.