Class Update
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the createsAndDeletesAndChanges property.Gets the value of the targetHref property.Gets the value of the updateExtensionGroups property.voidsetTargetHref(String value) Sets the value of the targetHref property.
-
Field Details
-
targetHref
-
createsAndDeletesAndChanges
-
updateExtensionGroups
-
-
Constructor Details
-
Update
public Update()
-
-
Method Details
-
getTargetHref
Gets the value of the targetHref property.- Returns:
- possible object is
String
-
setTargetHref
Sets the value of the targetHref property.- Parameters:
value- allowed object isString
-
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
setmethod 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
ObjectChangeCreateDelete- Returns:
- The value of the createsAndDeletesAndChanges property.
-
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
setmethod 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.
-