net.opengis.kml._2_2_0
Class BoundaryType

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

public class BoundaryType
extends Object

Classe Java pour BoundaryType complex type.

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

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


Field Summary
protected  List<AbstractObjectType> boundaryObjectExtensionGroup
           
protected  List<Object> boundarySimpleExtensionGroup
           
protected  LinearRingType linearRing
           
 
Constructor Summary
BoundaryType()
           
 
Method Summary
 List<AbstractObjectType> getBoundaryObjectExtensionGroup()
          Gets the value of the boundaryObjectExtensionGroup property.
 List<Object> getBoundarySimpleExtensionGroup()
          Gets the value of the boundarySimpleExtensionGroup property.
 LinearRingType getLinearRing()
          Obtient la valeur de la propriété linearRing.
 boolean isSetBoundaryObjectExtensionGroup()
           
 boolean isSetBoundarySimpleExtensionGroup()
           
 boolean isSetLinearRing()
           
 void setLinearRing(LinearRingType value)
          Définit la valeur de la propriété linearRing.
 void unsetBoundaryObjectExtensionGroup()
           
 void unsetBoundarySimpleExtensionGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

linearRing

protected LinearRingType linearRing

boundarySimpleExtensionGroup

protected List<Object> boundarySimpleExtensionGroup

boundaryObjectExtensionGroup

protected List<AbstractObjectType> boundaryObjectExtensionGroup
Constructor Detail

BoundaryType

public BoundaryType()
Method Detail

getLinearRing

public LinearRingType getLinearRing()
Obtient la valeur de la propriété linearRing.

Returns:
possible object is LinearRingType

setLinearRing

public void setLinearRing(LinearRingType value)
Définit la valeur de la propriété linearRing.

Parameters:
value - allowed object is LinearRingType

isSetLinearRing

public boolean isSetLinearRing()

getBoundarySimpleExtensionGroup

public List<Object> getBoundarySimpleExtensionGroup()
Gets the value of the boundarySimpleExtensionGroup 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 boundarySimpleExtensionGroup property.

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

    getBoundarySimpleExtensionGroup().add(newItem);
 

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


isSetBoundarySimpleExtensionGroup

public boolean isSetBoundarySimpleExtensionGroup()

unsetBoundarySimpleExtensionGroup

public void unsetBoundarySimpleExtensionGroup()

getBoundaryObjectExtensionGroup

public List<AbstractObjectType> getBoundaryObjectExtensionGroup()
Gets the value of the boundaryObjectExtensionGroup 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 boundaryObjectExtensionGroup property.

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

    getBoundaryObjectExtensionGroup().add(newItem);
 

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


isSetBoundaryObjectExtensionGroup

public boolean isSetBoundaryObjectExtensionGroup()

unsetBoundaryObjectExtensionGroup

public void unsetBoundaryObjectExtensionGroup()


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