|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.FunctionType
net.opengis.se._2_0.core.SubstringType
public class SubstringType
Classe Java pour SubstringType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SubstringType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}FunctionType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}StringValue"/>
<element ref="{http://www.opengis.net/se/2.0/core}Position" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Length" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ParameterValueType |
length
|
protected ParameterValueType |
position
|
protected ParameterValueType |
stringValue
|
| Fields inherited from class net.opengis.se._2_0.core.FunctionType |
|---|
fallbackValue |
| Constructor Summary | |
|---|---|
SubstringType()
|
|
| Method Summary | |
|---|---|
ParameterValueType |
getLength()
Obtient la valeur de la propriété length. |
ParameterValueType |
getPosition()
Obtient la valeur de la propriété position. |
ParameterValueType |
getStringValue()
Obtient la valeur de la propriété stringValue. |
boolean |
isSetLength()
|
boolean |
isSetPosition()
|
boolean |
isSetStringValue()
|
void |
setLength(ParameterValueType value)
Définit la valeur de la propriété length. |
void |
setPosition(ParameterValueType value)
Définit la valeur de la propriété position. |
void |
setStringValue(ParameterValueType value)
Définit la valeur de la propriété stringValue. |
| 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 |
|---|
protected ParameterValueType stringValue
protected ParameterValueType position
protected ParameterValueType length
| Constructor Detail |
|---|
public SubstringType()
| Method Detail |
|---|
public ParameterValueType getStringValue()
ParameterValueTypepublic void setStringValue(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetStringValue()
public ParameterValueType getPosition()
ParameterValueTypepublic void setPosition(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetPosition()
public ParameterValueType getLength()
ParameterValueTypepublic void setLength(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||