net.opengis.kml._2_2_0
Class UpdateType

java.lang.Object
  extended by net.opengis.kml._2_2_0.UpdateType

public class UpdateType
extends Object

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

targetHref

protected String targetHref

createOrDeleteOrChange

protected List<Object> createOrDeleteOrChange

updateExtensionGroup

protected List<Object> updateExtensionGroup
Constructor Detail

UpdateType

public UpdateType()
Method Detail

getTargetHref

public String getTargetHref()
Obtient la valeur de la propriété targetHref.

Returns:
possible object is String

setTargetHref

public void setTargetHref(String value)
Définit la valeur de la propriété targetHref.

Parameters:
value - allowed object is String

isSetTargetHref

public boolean isSetTargetHref()

getCreateOrDeleteOrChange

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


isSetCreateOrDeleteOrChange

public boolean isSetCreateOrDeleteOrChange()

unsetCreateOrDeleteOrChange

public void unsetCreateOrDeleteOrChange()

getUpdateExtensionGroup

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


isSetUpdateExtensionGroup

public boolean isSetUpdateExtensionGroup()

unsetUpdateExtensionGroup

public void unsetUpdateExtensionGroup()


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