|
||||||||||
| 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.AliasType
public class AliasType
Classe Java pour AliasType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AliasType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}targetHref" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}sourceHref" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AliasSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AliasObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AbstractObjectType> |
aliasObjectExtensionGroup
|
protected List<Object> |
aliasSimpleExtensionGroup
|
protected String |
sourceHref
|
protected String |
targetHref
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
AliasType()
|
|
| Method Summary | |
|---|---|
List<AbstractObjectType> |
getAliasObjectExtensionGroup()
Gets the value of the aliasObjectExtensionGroup property. |
List<Object> |
getAliasSimpleExtensionGroup()
Gets the value of the aliasSimpleExtensionGroup property. |
String |
getSourceHref()
Obtient la valeur de la propriété sourceHref. |
String |
getTargetHref()
Obtient la valeur de la propriété targetHref. |
boolean |
isSetAliasObjectExtensionGroup()
|
boolean |
isSetAliasSimpleExtensionGroup()
|
boolean |
isSetSourceHref()
|
boolean |
isSetTargetHref()
|
void |
setSourceHref(String value)
Définit la valeur de la propriété sourceHref. |
void |
setTargetHref(String value)
Définit la valeur de la propriété targetHref. |
void |
unsetAliasObjectExtensionGroup()
|
void |
unsetAliasSimpleExtensionGroup()
|
| 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 String targetHref
protected String sourceHref
protected List<Object> aliasSimpleExtensionGroup
protected List<AbstractObjectType> aliasObjectExtensionGroup
| Constructor Detail |
|---|
public AliasType()
| Method Detail |
|---|
public String getTargetHref()
Stringpublic void setTargetHref(String value)
value - allowed object is
Stringpublic boolean isSetTargetHref()
public String getSourceHref()
Stringpublic void setSourceHref(String value)
value - allowed object is
Stringpublic boolean isSetSourceHref()
public List<Object> getAliasSimpleExtensionGroup()
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 aliasSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getAliasSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAliasSimpleExtensionGroup()
public void unsetAliasSimpleExtensionGroup()
public List<AbstractObjectType> getAliasObjectExtensionGroup()
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 aliasObjectExtensionGroup property.
For example, to add a new item, do as follows:
getAliasObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetAliasObjectExtensionGroup()
public void unsetAliasObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||