|
||||||||||
| 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.ResourceMapType
public class ResourceMapType
Classe Java pour ResourceMapType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ResourceMapType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}Alias" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ResourceMapSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ResourceMapObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AliasType> |
alias
|
protected List<AbstractObjectType> |
resourceMapObjectExtensionGroup
|
protected List<Object> |
resourceMapSimpleExtensionGroup
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
ResourceMapType()
|
|
| Method Summary | |
|---|---|
List<AliasType> |
getAlias()
Gets the value of the alias property. |
List<AbstractObjectType> |
getResourceMapObjectExtensionGroup()
Gets the value of the resourceMapObjectExtensionGroup property. |
List<Object> |
getResourceMapSimpleExtensionGroup()
Gets the value of the resourceMapSimpleExtensionGroup property. |
boolean |
isSetAlias()
|
boolean |
isSetResourceMapObjectExtensionGroup()
|
boolean |
isSetResourceMapSimpleExtensionGroup()
|
void |
unsetAlias()
|
void |
unsetResourceMapObjectExtensionGroup()
|
void |
unsetResourceMapSimpleExtensionGroup()
|
| 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<AliasType> alias
protected List<Object> resourceMapSimpleExtensionGroup
protected List<AbstractObjectType> resourceMapObjectExtensionGroup
| Constructor Detail |
|---|
public ResourceMapType()
| Method Detail |
|---|
public List<AliasType> getAlias()
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 alias property.
For example, to add a new item, do as follows:
getAlias().add(newItem);
Objects of the following type(s) are allowed in the list
AliasType
public boolean isSetAlias()
public void unsetAlias()
public List<Object> getResourceMapSimpleExtensionGroup()
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 resourceMapSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getResourceMapSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetResourceMapSimpleExtensionGroup()
public void unsetResourceMapSimpleExtensionGroup()
public List<AbstractObjectType> getResourceMapObjectExtensionGroup()
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 resourceMapObjectExtensionGroup property.
For example, to add a new item, do as follows:
getResourceMapObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetResourceMapObjectExtensionGroup()
public void unsetResourceMapObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||