Class Change

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

public class Change extends Object implements Serializable

Java class for ChangeType complex type.

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


 <complexType name="ChangeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractObjectGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: