|
||||||||||
| 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.ItemIconType
public class ItemIconType
Classe Java pour ItemIconType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ItemIconType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}state" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}href" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ItemIconSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ItemIconObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
href
|
protected List<AbstractObjectType> |
itemIconObjectExtensionGroup
|
protected List<Object> |
itemIconSimpleExtensionGroup
|
protected List<ItemIconStateEnumType> |
state
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
ItemIconType()
|
|
| Method Summary | |
|---|---|
String |
getHref()
Obtient la valeur de la propriété href. |
List<AbstractObjectType> |
getItemIconObjectExtensionGroup()
Gets the value of the itemIconObjectExtensionGroup property. |
List<Object> |
getItemIconSimpleExtensionGroup()
Gets the value of the itemIconSimpleExtensionGroup property. |
List<ItemIconStateEnumType> |
getState()
Gets the value of the state property. |
boolean |
isSetHref()
|
boolean |
isSetItemIconObjectExtensionGroup()
|
boolean |
isSetItemIconSimpleExtensionGroup()
|
boolean |
isSetState()
|
void |
setHref(String value)
Définit la valeur de la propriété href. |
void |
unsetItemIconObjectExtensionGroup()
|
void |
unsetItemIconSimpleExtensionGroup()
|
void |
unsetState()
|
| 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 List<ItemIconStateEnumType> state
protected String href
protected List<Object> itemIconSimpleExtensionGroup
protected List<AbstractObjectType> itemIconObjectExtensionGroup
| Constructor Detail |
|---|
public ItemIconType()
| Method Detail |
|---|
public List<ItemIconStateEnumType> getState()
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 state property.
For example, to add a new item, do as follows:
getState().add(newItem);
Objects of the following type(s) are allowed in the list
ItemIconStateEnumType
public boolean isSetState()
public void unsetState()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public List<Object> getItemIconSimpleExtensionGroup()
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 itemIconSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getItemIconSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetItemIconSimpleExtensionGroup()
public void unsetItemIconSimpleExtensionGroup()
public List<AbstractObjectType> getItemIconObjectExtensionGroup()
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 itemIconObjectExtensionGroup property.
For example, to add a new item, do as follows:
getItemIconObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetItemIconObjectExtensionGroup()
public void unsetItemIconObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||