net.opengis.se._2_0.core
Class GraphicStrokeType

java.lang.Object
  extended by net.opengis.se._2_0.core.StrokeType
      extended by net.opengis.se._2_0.core.GraphicStrokeType

public class GraphicStrokeType
extends StrokeType

Classe Java pour GraphicStrokeType complex type.

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

 <complexType name="GraphicStrokeType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}StrokeType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}Graphic"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Length" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/core}RelativeOrientation"/>
         <element ref="{http://www.opengis.net/se/2.0/core}RelativePosition"/>
       </sequence>
       <attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends GraphicType> graphic
           
protected  ParameterValueType length
           
protected  RelativeOrientationType relativeOrientation
           
protected  ParameterValueType relativePosition
           
protected  String uom
           
 
Fields inherited from class net.opengis.se._2_0.core.StrokeType
extension, linearRapport
 
Constructor Summary
GraphicStrokeType()
           
 
Method Summary
 JAXBElement<? extends GraphicType> getGraphic()
          Obtient la valeur de la propriété graphic.
 ParameterValueType getLength()
          Obtient la valeur de la propriété length.
 RelativeOrientationType getRelativeOrientation()
          Obtient la valeur de la propriété relativeOrientation.
 ParameterValueType getRelativePosition()
          Obtient la valeur de la propriété relativePosition.
 String getUom()
          Obtient la valeur de la propriété uom.
 boolean isSetGraphic()
           
 boolean isSetLength()
           
 boolean isSetRelativeOrientation()
           
 boolean isSetRelativePosition()
           
 boolean isSetUom()
           
 void setGraphic(JAXBElement<? extends GraphicType> value)
          Définit la valeur de la propriété graphic.
 void setLength(ParameterValueType value)
          Définit la valeur de la propriété length.
 void setRelativeOrientation(RelativeOrientationType value)
          Définit la valeur de la propriété relativeOrientation.
 void setRelativePosition(ParameterValueType value)
          Définit la valeur de la propriété relativePosition.
 void setUom(String value)
          Définit la valeur de la propriété uom.
 
Methods inherited from class net.opengis.se._2_0.core.StrokeType
getExtension, isLinearRapport, isSetExtension, isSetLinearRapport, setExtension, setLinearRapport
 
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

length

protected ParameterValueType length

relativeOrientation

protected RelativeOrientationType relativeOrientation

relativePosition

protected ParameterValueType relativePosition

uom

protected String uom
Constructor Detail

GraphicStrokeType

public GraphicStrokeType()
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()

getLength

public ParameterValueType getLength()
Obtient la valeur de la propriété length.

Returns:
possible object is ParameterValueType

setLength

public void setLength(ParameterValueType value)
Définit la valeur de la propriété length.

Parameters:
value - allowed object is ParameterValueType

isSetLength

public boolean isSetLength()

getRelativeOrientation

public RelativeOrientationType getRelativeOrientation()
Obtient la valeur de la propriété relativeOrientation.

Returns:
possible object is RelativeOrientationType

setRelativeOrientation

public void setRelativeOrientation(RelativeOrientationType value)
Définit la valeur de la propriété relativeOrientation.

Parameters:
value - allowed object is RelativeOrientationType

isSetRelativeOrientation

public boolean isSetRelativeOrientation()

getRelativePosition

public ParameterValueType getRelativePosition()
Obtient la valeur de la propriété relativePosition.

Returns:
possible object is ParameterValueType

setRelativePosition

public void setRelativePosition(ParameterValueType value)
Définit la valeur de la propriété relativePosition.

Parameters:
value - allowed object is ParameterValueType

isSetRelativePosition

public boolean isSetRelativePosition()

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.