net.opengis.kml._2_2_0
Class ChangeType

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

public class ChangeType
extends Object

Classe Java pour ChangeType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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>
 


Field Summary
protected  List<JAXBElement<? extends AbstractObjectType>> abstractObjectGroup
           
 
Constructor Summary
ChangeType()
           
 
Method Summary
 List<JAXBElement<? extends AbstractObjectType>> getAbstractObjectGroup()
          Gets the value of the abstractObjectGroup property.
 boolean isSetAbstractObjectGroup()
           
 void unsetAbstractObjectGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abstractObjectGroup

protected List<JAXBElement<? extends AbstractObjectType>> abstractObjectGroup
Constructor Detail

ChangeType

public ChangeType()
Method Detail

getAbstractObjectGroup

public List<JAXBElement<? extends AbstractObjectType>> getAbstractObjectGroup()
Gets the value of the abstractObjectGroup 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 abstractObjectGroup property.

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

    getAbstractObjectGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<PointType> JAXBElement<AbstractObjectType> JAXBElement<LineStyleType> JAXBElement<DataType> JAXBElement<AbstractColorStyleType> JAXBElement<AbstractObjectType> JAXBElement<FolderType> JAXBElement<CameraType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<ResourceMapType> JAXBElement<AbstractObjectType> JAXBElement<LodType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<LookAtType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<PhotoOverlayType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> AScale JAXBElement<AbstractObjectType> JAXBElement<AbstractStyleSelectorType> JAXBElement<AbstractTimePrimitiveType> JAXBElement<AbstractOverlayType> JAXBElement<AbstractObjectType> JAXBElement<StyleType> JAXBElement<AbstractObjectType> JAXBElement<LinkType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<SchemaDataType> JAXBElement<AbstractContainerType> JAXBElement<MultiGeometryType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<NetworkLinkType> JAXBElement<AbstractObjectType> JAXBElement<PlacemarkType> JAXBElement<AbstractObjectType> JAXBElement<AbstractViewType> JAXBElement<AbstractObjectType> JAXBElement<LinkType> JAXBElement<LinkType> JAXBElement<LatLonAltBoxType> JAXBElement<AbstractGeometryType> JAXBElement<IconStyleType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<PolyStyleType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<LocationType> JAXBElement<AbstractObjectType> JAXBElement<BalloonStyleType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<TimeStampType> JAXBElement<AbstractObjectType> JAXBElement<LatLonBoxType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<LabelStyleType> JAXBElement<AbstractFeatureType> JAXBElement<AbstractObjectType> JAXBElement<ListStyleType> JAXBElement<DocumentType> JAXBElement<AbstractObjectType> JAXBElement<ImagePyramidType> JAXBElement<PolygonType> JAXBElement<TimeSpanType> JAXBElement<LinearRingType> JAXBElement<AbstractObjectType> JAXBElement<GroundOverlayType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AliasType> JAXBElement<StyleMapType> JAXBElement<AbstractObjectType> JAXBElement<ScreenOverlayType> JAXBElement<AbstractObjectType> JAXBElement<AbstractSubStyleType> JAXBElement<AbstractObjectType> JAXBElement<OrientationType> JAXBElement<ItemIconType> JAXBElement<ViewVolumeType> JAXBElement<ModelType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<AbstractObjectType> JAXBElement<RegionType> JAXBElement<PairType> JAXBElement<LineStringType>


isSetAbstractObjectGroup

public boolean isSetAbstractObjectGroup()

unsetAbstractObjectGroup

public void unsetAbstractObjectGroup()


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