net.opengis.se._2_0.core
Class ConcatenateType

java.lang.Object
  extended by net.opengis.se._2_0.core.FunctionType
      extended by net.opengis.se._2_0.core.ConcatenateType

public class ConcatenateType
extends FunctionType

Classe Java pour ConcatenateType complex type.

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

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


Field Summary
protected  List<ParameterValueType> stringValue
           
 
Fields inherited from class net.opengis.se._2_0.core.FunctionType
fallbackValue
 
Constructor Summary
ConcatenateType()
           
 
Method Summary
 List<ParameterValueType> getStringValue()
          Gets the value of the stringValue property.
 boolean isSetStringValue()
           
 void unsetStringValue()
           
 
Methods inherited from class net.opengis.se._2_0.core.FunctionType
getFallbackValue, isSetFallbackValue, setFallbackValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringValue

protected List<ParameterValueType> stringValue
Constructor Detail

ConcatenateType

public ConcatenateType()
Method Detail

getStringValue

public List<ParameterValueType> getStringValue()
Gets the value of the stringValue 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 stringValue property.

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

    getStringValue().add(newItem);
 

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


isSetStringValue

public boolean isSetStringValue()

unsetStringValue

public void unsetStringValue()


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