net.opengis.se._2_0.core
Class GraphicType

java.lang.Object
  extended by net.opengis.se._2_0.core.GraphicType
Direct Known Subclasses:
AlternativeGraphicsType, AxisChartType, CompositeGraphicType, ExternalGraphicType, GraphicReferenceType, MarkGraphicType, PieChartType, PointTextGraphicType

public abstract class GraphicType
extends Object

Classe Java pour GraphicType complex type.

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

 <complexType name="GraphicType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}Extension" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ExtensionType extension
           
 
Constructor Summary
GraphicType()
           
 
Method Summary
 ExtensionType getExtension()
          Obtient la valeur de la propriété extension.
 boolean isSetExtension()
           
 void setExtension(ExtensionType value)
          Définit la valeur de la propriété extension.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extension

protected ExtensionType extension
Constructor Detail

GraphicType

public GraphicType()
Method Detail

getExtension

public ExtensionType getExtension()
Obtient la valeur de la propriété extension.

Returns:
possible object is ExtensionType

setExtension

public void setExtension(ExtensionType value)
Définit la valeur de la propriété extension.

Parameters:
value - allowed object is ExtensionType

isSetExtension

public boolean isSetExtension()


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