|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.PropertyType.ValueReference
public static class PropertyType.ValueReference
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="action" type="{http://www.opengis.net/wfs/2.1}UpdateActionType" default="replace" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected UpdateActionType |
action
|
protected String |
value
|
| Constructor Summary | |
|---|---|
PropertyType.ValueReference()
|
|
| Method Summary | |
|---|---|
UpdateActionType |
getAction()
Obtient la valeur de la propriété action. |
String |
getValue()
Obtient la valeur de la propriété value. |
boolean |
isSetAction()
|
boolean |
isSetValue()
|
void |
setAction(UpdateActionType value)
Définit la valeur de la propriété action. |
void |
setValue(String value)
Définit la valeur de la propriété value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected UpdateActionType action
| Constructor Detail |
|---|
public PropertyType.ValueReference()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public UpdateActionType getAction()
UpdateActionTypepublic void setAction(UpdateActionType value)
value - allowed object is
UpdateActionTypepublic boolean isSetAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||