net.opengis.se._2_0.core
Class StrokeElementType

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

public class StrokeElementType
extends Object

Classe Java pour StrokeElementType complex type.

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

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


Field Summary
protected  ParameterValueType length
           
protected  ParameterValueType postGap
           
protected  ParameterValueType preGap
           
protected  JAXBElement<? extends StrokeType> stroke
           
 
Constructor Summary
StrokeElementType()
           
 
Method Summary
 ParameterValueType getLength()
          Obtient la valeur de la propriété length.
 ParameterValueType getPostGap()
          Obtient la valeur de la propriété postGap.
 ParameterValueType getPreGap()
          Obtient la valeur de la propriété preGap.
 JAXBElement<? extends StrokeType> getStroke()
          Restricted Stroke: not allowed to nest a compound stroke within a compound stroke...
 boolean isSetLength()
           
 boolean isSetPostGap()
           
 boolean isSetPreGap()
           
 boolean isSetStroke()
           
 void setLength(ParameterValueType value)
          Définit la valeur de la propriété length.
 void setPostGap(ParameterValueType value)
          Définit la valeur de la propriété postGap.
 void setPreGap(ParameterValueType value)
          Définit la valeur de la propriété preGap.
 void setStroke(JAXBElement<? extends StrokeType> value)
          Définit la valeur de la propriété stroke.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preGap

protected ParameterValueType preGap

stroke

protected JAXBElement<? extends StrokeType> stroke

length

protected ParameterValueType length

postGap

protected ParameterValueType postGap
Constructor Detail

StrokeElementType

public StrokeElementType()
Method Detail

getPreGap

public ParameterValueType getPreGap()
Obtient la valeur de la propriété preGap.

Returns:
possible object is ParameterValueType

setPreGap

public void setPreGap(ParameterValueType value)
Définit la valeur de la propriété preGap.

Parameters:
value - allowed object is ParameterValueType

isSetPreGap

public boolean isSetPreGap()

getStroke

public JAXBElement<? extends StrokeType> getStroke()
Restricted Stroke: not allowed to nest a compound stroke within a compound stroke...

Returns:
possible object is JAXBElement<GraphicStrokeType> JAXBElement<TextStrokeType> JAXBElement<PenStrokeType> JAXBElement<StrokeType> JAXBElement<CompoundStrokeType> JAXBElement<StrokeReferenceType>

setStroke

public void setStroke(JAXBElement<? extends StrokeType> value)
Définit la valeur de la propriété stroke.

Parameters:
value - allowed object is JAXBElement<GraphicStrokeType> JAXBElement<TextStrokeType> JAXBElement<PenStrokeType> JAXBElement<StrokeType> JAXBElement<CompoundStrokeType> JAXBElement<StrokeReferenceType>

isSetStroke

public boolean isSetStroke()

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

getPostGap

public ParameterValueType getPostGap()
Obtient la valeur de la propriété postGap.

Returns:
possible object is ParameterValueType

setPostGap

public void setPostGap(ParameterValueType value)
Définit la valeur de la propriété postGap.

Parameters:
value - allowed object is ParameterValueType

isSetPostGap

public boolean isSetPostGap()


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