|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.UpdateType
public class UpdateType
Classe Java pour UpdateType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="UpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}targetHref"/>
<choice maxOccurs="unbounded">
<element ref="{http://www.opengis.net/kml/2.2}Create"/>
<element ref="{http://www.opengis.net/kml/2.2}Delete"/>
<element ref="{http://www.opengis.net/kml/2.2}Change"/>
<element ref="{http://www.opengis.net/kml/2.2}UpdateOpExtensionGroup"/>
</choice>
<element ref="{http://www.opengis.net/kml/2.2}UpdateExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
createOrDeleteOrChange
|
protected String |
targetHref
|
protected List<Object> |
updateExtensionGroup
|
| Constructor Summary | |
|---|---|
UpdateType()
|
|
| Method Summary | |
|---|---|
List<Object> |
getCreateOrDeleteOrChange()
Gets the value of the createOrDeleteOrChange property. |
String |
getTargetHref()
Obtient la valeur de la propriété targetHref. |
List<Object> |
getUpdateExtensionGroup()
Gets the value of the updateExtensionGroup property. |
boolean |
isSetCreateOrDeleteOrChange()
|
boolean |
isSetTargetHref()
|
boolean |
isSetUpdateExtensionGroup()
|
void |
setTargetHref(String value)
Définit la valeur de la propriété targetHref. |
void |
unsetCreateOrDeleteOrChange()
|
void |
unsetUpdateExtensionGroup()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String targetHref
protected List<Object> createOrDeleteOrChange
protected List<Object> updateExtensionGroup
| Constructor Detail |
|---|
public UpdateType()
| Method Detail |
|---|
public String getTargetHref()
Stringpublic void setTargetHref(String value)
value - allowed object is
Stringpublic boolean isSetTargetHref()
public List<Object> getCreateOrDeleteOrChange()
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 createOrDeleteOrChange property.
For example, to add a new item, do as follows:
getCreateOrDeleteOrChange().add(newItem);
Objects of the following type(s) are allowed in the list
CreateType
DeleteType
ChangeType
Object
public boolean isSetCreateOrDeleteOrChange()
public void unsetCreateOrDeleteOrChange()
public List<Object> getUpdateExtensionGroup()
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 updateExtensionGroup property.
For example, to add a new item, do as follows:
getUpdateExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetUpdateExtensionGroup()
public void unsetUpdateExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||