net.opengis.se._2_0.core
Class ConcatenateType
java.lang.Object
net.opengis.se._2_0.core.FunctionType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stringValue
protected List<ParameterValueType> stringValue
ConcatenateType
public ConcatenateType()
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.