Class ChangeType

java.lang.Object
com.google.earth.kml._2.ChangeType

public class ChangeType extends Object
<p>Java class for ChangeType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="ChangeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element ref="{http://earth.google.com/kml/2.1}Object" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}Feature" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}Geometry" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}StyleSelector" minOccurs="0"/> <element ref="{http://earth.google.com/kml/2.1}TimePrimitive" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType> }</pre>