|
||||||||||
| 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.TrimType
public class TrimType
Classe Java pour TrimType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TrimType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}FunctionType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}StringValue"/>
</sequence>
<attribute name="stripOffPosition" type="{http://www.opengis.net/se/2.0/core}stripOffPositionType" />
<attribute name="stripOffChar" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ParameterValueType |
stringValue
|
protected String |
stripOffChar
|
protected StripOffPositionType |
stripOffPosition
|
| Fields inherited from class net.opengis.se._2_0.core.FunctionType |
|---|
fallbackValue |
| Constructor Summary | |
|---|---|
TrimType()
|
|
| Method Summary | |
|---|---|
ParameterValueType |
getStringValue()
Obtient la valeur de la propriété stringValue. |
String |
getStripOffChar()
Obtient la valeur de la propriété stripOffChar. |
StripOffPositionType |
getStripOffPosition()
Obtient la valeur de la propriété stripOffPosition. |
boolean |
isSetStringValue()
|
boolean |
isSetStripOffChar()
|
boolean |
isSetStripOffPosition()
|
void |
setStringValue(ParameterValueType value)
Définit la valeur de la propriété stringValue. |
void |
setStripOffChar(String value)
Définit la valeur de la propriété stripOffChar. |
void |
setStripOffPosition(StripOffPositionType value)
Définit la valeur de la propriété stripOffPosition. |
| 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 StripOffPositionType stripOffPosition
protected String stripOffChar
| Constructor Detail |
|---|
public TrimType()
| Method Detail |
|---|
public ParameterValueType getStringValue()
ParameterValueTypepublic void setStringValue(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetStringValue()
public StripOffPositionType getStripOffPosition()
StripOffPositionTypepublic void setStripOffPosition(StripOffPositionType value)
value - allowed object is
StripOffPositionTypepublic boolean isSetStripOffPosition()
public String getStripOffChar()
Stringpublic void setStripOffChar(String value)
value - allowed object is
Stringpublic boolean isSetStripOffChar()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||