net.opengis.fes._2
Class GeometryOperandsType

java.lang.Object
  extended by net.opengis.fes._2.GeometryOperandsType

public class GeometryOperandsType
extends Object

Classe Java pour GeometryOperandsType complex type.

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

 <complexType name="GeometryOperandsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GeometryOperand" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GeometryOperandsType.GeometryOperand
          Classe Java pour anonymous complex type.
 
Field Summary
protected  List<GeometryOperandsType.GeometryOperand> geometryOperand
           
 
Constructor Summary
GeometryOperandsType()
           
 
Method Summary
 List<GeometryOperandsType.GeometryOperand> getGeometryOperand()
          Gets the value of the geometryOperand property.
 boolean isSetGeometryOperand()
           
 void unsetGeometryOperand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

geometryOperand

protected List<GeometryOperandsType.GeometryOperand> geometryOperand
Constructor Detail

GeometryOperandsType

public GeometryOperandsType()
Method Detail

getGeometryOperand

public List<GeometryOperandsType.GeometryOperand> getGeometryOperand()
Gets the value of the geometryOperand 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 geometryOperand property.

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

    getGeometryOperand().add(newItem);
 

Objects of the following type(s) are allowed in the list GeometryOperandsType.GeometryOperand


isSetGeometryOperand

public boolean isSetGeometryOperand()

unsetGeometryOperand

public void unsetGeometryOperand()


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