net.opengis.se._2_0.core
Class CompoundStrokeType

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

public class CompoundStrokeType
extends StrokeType

Classe Java pour CompoundStrokeType complex type.

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

 <complexType name="CompoundStrokeType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}StrokeType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}PreGap" minOccurs="0"/>
         <choice maxOccurs="unbounded">
           <element ref="{http://www.opengis.net/se/2.0/core}StrokeElement"/>
           <element ref="{http://www.opengis.net/se/2.0/core}AlternativeStrokeElements"/>
         </choice>
         <element ref="{http://www.opengis.net/se/2.0/core}PostGap" minOccurs="0"/>
       </sequence>
       <attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ParameterValueType postGap
           
protected  ParameterValueType preGap
           
protected  List<Object> strokeElementOrAlternativeStrokeElements
           
protected  String uom
           
 
Fields inherited from class net.opengis.se._2_0.core.StrokeType
extension, linearRapport
 
Constructor Summary
CompoundStrokeType()
           
 
Method Summary
 ParameterValueType getPostGap()
          Obtient la valeur de la propriété postGap.
 ParameterValueType getPreGap()
          Obtient la valeur de la propriété preGap.
 List<Object> getStrokeElementOrAlternativeStrokeElements()
          Gets the value of the strokeElementOrAlternativeStrokeElements property.
 String getUom()
          Obtient la valeur de la propriété uom.
 boolean isSetPostGap()
           
 boolean isSetPreGap()
           
 boolean isSetStrokeElementOrAlternativeStrokeElements()
           
 boolean isSetUom()
           
 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 setUom(String value)
          Définit la valeur de la propriété uom.
 void unsetStrokeElementOrAlternativeStrokeElements()
           
 
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

preGap

protected ParameterValueType preGap

strokeElementOrAlternativeStrokeElements

protected List<Object> strokeElementOrAlternativeStrokeElements

postGap

protected ParameterValueType postGap

uom

protected String uom
Constructor Detail

CompoundStrokeType

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

getStrokeElementOrAlternativeStrokeElements

public List<Object> getStrokeElementOrAlternativeStrokeElements()
Gets the value of the strokeElementOrAlternativeStrokeElements 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 strokeElementOrAlternativeStrokeElements property.

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

    getStrokeElementOrAlternativeStrokeElements().add(newItem);
 

Objects of the following type(s) are allowed in the list StrokeElementType AlternativeStrokeElementsType


isSetStrokeElementOrAlternativeStrokeElements

public boolean isSetStrokeElementOrAlternativeStrokeElements()

unsetStrokeElementOrAlternativeStrokeElements

public void unsetStrokeElementOrAlternativeStrokeElements()

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

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.