|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.AbstractObjectType
net.opengis.kml._2_2_0.AbstractSubStyleType
net.opengis.kml._2_2_0.BalloonStyleType
public class BalloonStyleType
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.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 |
|---|
protected byte[] color
protected byte[] bgColor
protected byte[] textColor
protected String text
protected DisplayModeEnumType displayMode
protected List<Object> balloonStyleSimpleExtensionGroup
protected List<AbstractObjectType> balloonStyleObjectExtensionGroup
| Constructor Detail |
|---|
public BalloonStyleType()
| Method Detail |
|---|
public byte[] getColor()
Stringpublic void setColor(byte[] value)
value - allowed object is
Stringpublic boolean isSetColor()
public byte[] getBgColor()
Stringpublic void setBgColor(byte[] value)
value - allowed object is
Stringpublic boolean isSetBgColor()
public byte[] getTextColor()
Stringpublic void setTextColor(byte[] value)
value - allowed object is
Stringpublic boolean isSetTextColor()
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic boolean isSetText()
public DisplayModeEnumType getDisplayMode()
DisplayModeEnumTypepublic void setDisplayMode(DisplayModeEnumType value)
value - allowed object is
DisplayModeEnumTypepublic boolean isSetDisplayMode()
public List<Object> getBalloonStyleSimpleExtensionGroup()
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
public boolean isSetBalloonStyleSimpleExtensionGroup()
public void unsetBalloonStyleSimpleExtensionGroup()
public List<AbstractObjectType> getBalloonStyleObjectExtensionGroup()
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
public boolean isSetBalloonStyleObjectExtensionGroup()
public void unsetBalloonStyleObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||