net.opengis.kml._2_2_0
Class BalloonStyleType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractSubStyleType
          extended by net.opengis.kml._2_2_0.BalloonStyleType

public class BalloonStyleType
extends AbstractSubStyleType

Classe Java pour BalloonStyleType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="BalloonStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractSubStyleType">
       <sequence>
         <choice>
           <element ref="{http://www.opengis.net/kml/2.2}color" minOccurs="0"/>
           <element ref="{http://www.opengis.net/kml/2.2}bgColor" minOccurs="0"/>
         </choice>
         <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}displayMode" 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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> balloonStyleObjectExtensionGroup
           
protected  List<Object> balloonStyleSimpleExtensionGroup
           
protected  byte[] bgColor
           
protected  byte[] color
           
protected  DisplayModeEnumType displayMode
           
protected  String text
           
protected  byte[] textColor
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractSubStyleType
abstractSubStyleObjectExtensionGroup, abstractSubStyleSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
BalloonStyleType()
           
 
Method Summary
 List<AbstractObjectType> getBalloonStyleObjectExtensionGroup()
          Gets the value of the balloonStyleObjectExtensionGroup property.
 List<Object> getBalloonStyleSimpleExtensionGroup()
          Gets the value of the balloonStyleSimpleExtensionGroup property.
 byte[] getBgColor()
          Obtient la valeur de la propriété bgColor.
 byte[] getColor()
          Obtient la valeur de la propriété color.
 DisplayModeEnumType getDisplayMode()
          Obtient la valeur de la propriété displayMode.
 String getText()
          Obtient la valeur de la propriété text.
 byte[] getTextColor()
          Obtient la valeur de la propriété textColor.
 boolean isSetBalloonStyleObjectExtensionGroup()
           
 boolean isSetBalloonStyleSimpleExtensionGroup()
           
 boolean isSetBgColor()
           
 boolean isSetColor()
           
 boolean isSetDisplayMode()
           
 boolean isSetText()
           
 boolean isSetTextColor()
           
 void setBgColor(byte[] value)
          Définit la valeur de la propriété bgColor.
 void setColor(byte[] value)
          Définit la valeur de la propriété color.
 void setDisplayMode(DisplayModeEnumType value)
          Définit la valeur de la propriété displayMode.
 void setText(String value)
          Définit la valeur de la propriété text.
 void setTextColor(byte[] value)
          Définit la valeur de la propriété textColor.
 void unsetBalloonStyleObjectExtensionGroup()
           
 void unsetBalloonStyleSimpleExtensionGroup()
           
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractSubStyleType
getAbstractSubStyleObjectExtensionGroup, getAbstractSubStyleSimpleExtensionGroup, isSetAbstractSubStyleObjectExtensionGroup, isSetAbstractSubStyleSimpleExtensionGroup, unsetAbstractSubStyleObjectExtensionGroup, unsetAbstractSubStyleSimpleExtensionGroup
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractObjectType
getId, getObjectSimpleExtensionGroup, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setTargetId, unsetObjectSimpleExtensionGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

protected byte[] color

bgColor

protected byte[] bgColor

textColor

protected byte[] textColor

text

protected String text

displayMode

protected DisplayModeEnumType displayMode

balloonStyleSimpleExtensionGroup

protected List<Object> balloonStyleSimpleExtensionGroup

balloonStyleObjectExtensionGroup

protected List<AbstractObjectType> balloonStyleObjectExtensionGroup
Constructor Detail

BalloonStyleType

public BalloonStyleType()
Method Detail

getColor

public byte[] getColor()
Obtient la valeur de la propriété color.

Returns:
possible object is String

setColor

public void setColor(byte[] value)
Définit la valeur de la propriété color.

Parameters:
value - allowed object is String

isSetColor

public boolean isSetColor()

getBgColor

public byte[] getBgColor()
Obtient la valeur de la propriété bgColor.

Returns:
possible object is String

setBgColor

public void setBgColor(byte[] value)
Définit la valeur de la propriété bgColor.

Parameters:
value - allowed object is String

isSetBgColor

public boolean isSetBgColor()

getTextColor

public byte[] getTextColor()
Obtient la valeur de la propriété textColor.

Returns:
possible object is String

setTextColor

public void setTextColor(byte[] value)
Définit la valeur de la propriété textColor.

Parameters:
value - allowed object is String

isSetTextColor

public boolean isSetTextColor()

getText

public String getText()
Obtient la valeur de la propriété text.

Returns:
possible object is String

setText

public void setText(String value)
Définit la valeur de la propriété text.

Parameters:
value - allowed object is String

isSetText

public boolean isSetText()

getDisplayMode

public DisplayModeEnumType getDisplayMode()
Obtient la valeur de la propriété displayMode.

Returns:
possible object is DisplayModeEnumType

setDisplayMode

public void setDisplayMode(DisplayModeEnumType value)
Définit la valeur de la propriété displayMode.

Parameters:
value - allowed object is DisplayModeEnumType

isSetDisplayMode

public boolean isSetDisplayMode()

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()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.