net.opengis.se._2_0.core
Class AlternativeGraphicsType
java.lang.Object
net.opengis.se._2_0.core.GraphicType
net.opengis.se._2_0.core.AlternativeGraphicsType
public class AlternativeGraphicsType
- extends GraphicType
Classe Java pour AlternativeGraphicsType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AlternativeGraphicsType">
<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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphic
protected List<JAXBElement<? extends GraphicType>> graphic
AlternativeGraphicsType
public AlternativeGraphicsType()
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.