net.opengis.se._2_0.core
Class CompositeGraphicType

java.lang.Object
  extended by net.opengis.se._2_0.core.GraphicType
      extended by net.opengis.se._2_0.core.CompositeGraphicType

public class CompositeGraphicType
extends GraphicType

Classe Java pour CompositeGraphicType complex type.

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

 <complexType name="CompositeGraphicType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}GraphicType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}Graphic" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<? extends GraphicType>> graphic
           
 
Fields inherited from class net.opengis.se._2_0.core.GraphicType
extension
 
Constructor Summary
CompositeGraphicType()
           
 
Method Summary
 List<JAXBElement<? extends GraphicType>> getGraphic()
          Gets the value of the graphic property.
 boolean isSetGraphic()
           
 void unsetGraphic()
           
 
Methods inherited from class net.opengis.se._2_0.core.GraphicType
getExtension, isSetExtension, setExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphic

protected List<JAXBElement<? extends GraphicType>> graphic
Constructor Detail

CompositeGraphicType

public CompositeGraphicType()
Method Detail

getGraphic

public List<JAXBElement<? extends GraphicType>> getGraphic()
Gets the value of the graphic 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 graphic property.

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

    getGraphic().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<PieChartType> JAXBElement<PointTextGraphicType> JAXBElement<AxisChartType> JAXBElement<CompositeGraphicType> JAXBElement<GraphicType> JAXBElement<MarkGraphicType> JAXBElement<ExternalGraphicType> JAXBElement<GraphicReferenceType> JAXBElement<AlternativeGraphicsType>


isSetGraphic

public boolean isSetGraphic()

unsetGraphic

public void unsetGraphic()


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