Class Update

java.lang.Object
org.bremersee.opengis.kml.v22.Update
All Implemented Interfaces:
Serializable

public class Update extends Object implements Serializable

Java class for UpdateType complex type.

The following schema fragment specifies the expected content contained within this class.


 <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>
 
See Also:
  • Field Details

    • targetHref

      protected String targetHref
    • createsAndDeletesAndChanges

      protected List<Object> createsAndDeletesAndChanges
    • updateExtensionGroups

      protected List<Object> updateExtensionGroups
  • Constructor Details

    • Update

      public Update()
  • Method Details

    • getTargetHref

      public String getTargetHref()
      Gets the value of the targetHref property.
      Returns:
      possible object is String
    • setTargetHref

      public void setTargetHref(String value)
      Sets the value of the targetHref property.
      Parameters:
      value - allowed object is String
    • getCreatesAndDeletesAndChanges

      public List<Object> getCreatesAndDeletesAndChanges()
      Gets the value of the createsAndDeletesAndChanges 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 Jakarta XML Binding object. This is why there is not a set method for the createsAndDeletesAndChanges property.

      For example, to add a new item, do as follows:

          getCreatesAndDeletesAndChanges().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object Change Create Delete

      Returns:
      The value of the createsAndDeletesAndChanges property.
    • getUpdateExtensionGroups

      public List<Object> getUpdateExtensionGroups()
      Gets the value of the updateExtensionGroups 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 Jakarta XML Binding object. This is why there is not a set method for the updateExtensionGroups property.

      For example, to add a new item, do as follows:

          getUpdateExtensionGroups().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object

      Returns:
      The value of the updateExtensionGroups property.