net.opengis.se._2_0.core
Class LegendGraphicType

java.lang.Object
  extended by net.opengis.se._2_0.core.LegendGraphicType

public class LegendGraphicType
extends Object

Classe Java pour LegendGraphicType complex type.

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

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


Field Summary
protected  JAXBElement<? extends GraphicType> graphic
           
 
Constructor Summary
LegendGraphicType()
           
 
Method Summary
 JAXBElement<? extends GraphicType> getGraphic()
          Obtient la valeur de la propriété graphic.
 boolean isSetGraphic()
           
 void setGraphic(JAXBElement<? extends GraphicType> value)
          Définit la valeur de la propriété graphic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphic

protected JAXBElement<? extends GraphicType> graphic
Constructor Detail

LegendGraphicType

public LegendGraphicType()
Method Detail

getGraphic

public JAXBElement<? extends GraphicType> getGraphic()
Obtient la valeur de la propriété graphic.

Returns:
possible object is JAXBElement<PieChartType> JAXBElement<PointTextGraphicType> JAXBElement<AxisChartType> JAXBElement<CompositeGraphicType> JAXBElement<GraphicType> JAXBElement<MarkGraphicType> JAXBElement<ExternalGraphicType> JAXBElement<GraphicReferenceType> JAXBElement<AlternativeGraphicsType>

setGraphic

public void setGraphic(JAXBElement<? extends GraphicType> value)
Définit la valeur de la propriété graphic.

Parameters:
value - allowed object is JAXBElement<PieChartType> JAXBElement<PointTextGraphicType> JAXBElement<AxisChartType> JAXBElement<CompositeGraphicType> JAXBElement<GraphicType> JAXBElement<MarkGraphicType> JAXBElement<ExternalGraphicType> JAXBElement<GraphicReferenceType> JAXBElement<AlternativeGraphicsType>

isSetGraphic

public boolean isSetGraphic()


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