net.opengis.kml._2_2_0
Class ListStyleType

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.ListStyleType

public class ListStyleType
extends AbstractSubStyleType

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.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

listItemType

protected ListItemTypeEnumType listItemType

bgColor

protected byte[] bgColor

itemIcon

protected List<ItemIconType> itemIcon

maxSnippetLines

protected Integer maxSnippetLines

listStyleSimpleExtensionGroup

protected List<Object> listStyleSimpleExtensionGroup

listStyleObjectExtensionGroup

protected List<AbstractObjectType> listStyleObjectExtensionGroup
Constructor Detail

ListStyleType

public ListStyleType()
Method Detail

getListItemType

public ListItemTypeEnumType getListItemType()
Obtient la valeur de la propriété listItemType.

Returns:
possible object is ListItemTypeEnumType

setListItemType

public void setListItemType(ListItemTypeEnumType value)
Définit la valeur de la propriété listItemType.

Parameters:
value - allowed object is ListItemTypeEnumType

isSetListItemType

public boolean isSetListItemType()

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

getItemIcon

public List<ItemIconType> getItemIcon()
Gets the value of the itemIcon 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 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


isSetItemIcon

public boolean isSetItemIcon()

unsetItemIcon

public void unsetItemIcon()

getMaxSnippetLines

public Integer getMaxSnippetLines()
Obtient la valeur de la propriété maxSnippetLines.

Returns:
possible object is Integer

setMaxSnippetLines

public void setMaxSnippetLines(Integer value)
Définit la valeur de la propriété maxSnippetLines.

Parameters:
value - allowed object is Integer

isSetMaxSnippetLines

public boolean isSetMaxSnippetLines()

getListStyleSimpleExtensionGroup

public List<Object> getListStyleSimpleExtensionGroup()
Gets the value of the listStyleSimpleExtensionGroup 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 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


isSetListStyleSimpleExtensionGroup

public boolean isSetListStyleSimpleExtensionGroup()

unsetListStyleSimpleExtensionGroup

public void unsetListStyleSimpleExtensionGroup()

getListStyleObjectExtensionGroup

public List<AbstractObjectType> getListStyleObjectExtensionGroup()
Gets the value of the listStyleObjectExtensionGroup 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 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


isSetListStyleObjectExtensionGroup

public boolean isSetListStyleObjectExtensionGroup()

unsetListStyleObjectExtensionGroup

public void unsetListStyleObjectExtensionGroup()


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