net.opengis.se._2_0.core
Class ExclusionZoneType

java.lang.Object
  extended by net.opengis.se._2_0.core.ExclusionZoneType
Direct Known Subclasses:
ExclusionRadiusType, ExclusionRectangleType

public abstract class ExclusionZoneType
extends Object

Classe Java pour ExclusionZoneType complex type.

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

 <complexType name="ExclusionZoneType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String uom
           
 
Constructor Summary
ExclusionZoneType()
           
 
Method Summary
 String getUom()
          Obtient la valeur de la propriété uom.
 boolean isSetUom()
           
 void setUom(String value)
          Définit la valeur de la propriété uom.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uom

protected String uom
Constructor Detail

ExclusionZoneType

public ExclusionZoneType()
Method Detail

getUom

public String getUom()
Obtient la valeur de la propriété uom.

Returns:
possible object is String

setUom

public void setUom(String value)
Définit la valeur de la propriété uom.

Parameters:
value - allowed object is String

isSetUom

public boolean isSetUom()


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