|
||||||||||
| 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.ListStyleType
public class ListStyleType
Classe Java pour ListStyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ListStyleType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractSubStyleType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}listItemType" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}bgColor" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ItemIcon" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}maxSnippetLines" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ListStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ListStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected byte[] |
bgColor
|
protected List<ItemIconType> |
itemIcon
|
protected ListItemTypeEnumType |
listItemType
|
protected List<AbstractObjectType> |
listStyleObjectExtensionGroup
|
protected List<Object> |
listStyleSimpleExtensionGroup
|
protected Integer |
maxSnippetLines
|
| 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 | |
|---|---|
ListStyleType()
|
|
| Method Summary | |
|---|---|
byte[] |
getBgColor()
Obtient la valeur de la propriété bgColor. |
List<ItemIconType> |
getItemIcon()
Gets the value of the itemIcon property. |
ListItemTypeEnumType |
getListItemType()
Obtient la valeur de la propriété listItemType. |
List<AbstractObjectType> |
getListStyleObjectExtensionGroup()
Gets the value of the listStyleObjectExtensionGroup property. |
List<Object> |
getListStyleSimpleExtensionGroup()
Gets the value of the listStyleSimpleExtensionGroup property. |
Integer |
getMaxSnippetLines()
Obtient la valeur de la propriété maxSnippetLines. |
boolean |
isSetBgColor()
|
boolean |
isSetItemIcon()
|
boolean |
isSetListItemType()
|
boolean |
isSetListStyleObjectExtensionGroup()
|
boolean |
isSetListStyleSimpleExtensionGroup()
|
boolean |
isSetMaxSnippetLines()
|
void |
setBgColor(byte[] value)
Définit la valeur de la propriété bgColor. |
void |
setListItemType(ListItemTypeEnumType value)
Définit la valeur de la propriété listItemType. |
void |
setMaxSnippetLines(Integer value)
Définit la valeur de la propriété maxSnippetLines. |
void |
unsetItemIcon()
|
void |
unsetListStyleObjectExtensionGroup()
|
void |
unsetListStyleSimpleExtensionGroup()
|
| 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 ListItemTypeEnumType listItemType
protected byte[] bgColor
protected List<ItemIconType> itemIcon
protected Integer maxSnippetLines
protected List<Object> listStyleSimpleExtensionGroup
protected List<AbstractObjectType> listStyleObjectExtensionGroup
| Constructor Detail |
|---|
public ListStyleType()
| Method Detail |
|---|
public ListItemTypeEnumType getListItemType()
ListItemTypeEnumTypepublic void setListItemType(ListItemTypeEnumType value)
value - allowed object is
ListItemTypeEnumTypepublic boolean isSetListItemType()
public byte[] getBgColor()
Stringpublic void setBgColor(byte[] value)
value - allowed object is
Stringpublic boolean isSetBgColor()
public List<ItemIconType> getItemIcon()
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 itemIcon property.
For example, to add a new item, do as follows:
getItemIcon().add(newItem);
Objects of the following type(s) are allowed in the list
ItemIconType
public boolean isSetItemIcon()
public void unsetItemIcon()
public Integer getMaxSnippetLines()
Integerpublic void setMaxSnippetLines(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxSnippetLines()
public List<Object> getListStyleSimpleExtensionGroup()
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 listStyleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getListStyleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetListStyleSimpleExtensionGroup()
public void unsetListStyleSimpleExtensionGroup()
public List<AbstractObjectType> getListStyleObjectExtensionGroup()
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 listStyleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getListStyleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetListStyleObjectExtensionGroup()
public void unsetListStyleObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||