|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.PropertyType
public class PropertyType
Classe Java pour PropertyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="PropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValueReference">
<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>
</element>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
PropertyType.ValueReference
Classe Java pour anonymous complex type. |
| Field Summary | |
|---|---|
protected Object |
value
|
protected PropertyType.ValueReference |
valueReference
|
| Constructor Summary | |
|---|---|
PropertyType()
|
|
| Method Summary | |
|---|---|
Object |
getValue()
Obtient la valeur de la propriété value. |
PropertyType.ValueReference |
getValueReference()
Obtient la valeur de la propriété valueReference. |
boolean |
isSetValue()
|
boolean |
isSetValueReference()
|
void |
setValue(Object value)
Définit la valeur de la propriété value. |
void |
setValueReference(PropertyType.ValueReference value)
Définit la valeur de la propriété valueReference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PropertyType.ValueReference valueReference
protected Object value
| Constructor Detail |
|---|
public PropertyType()
| Method Detail |
|---|
public PropertyType.ValueReference getValueReference()
PropertyType.ValueReferencepublic void setValueReference(PropertyType.ValueReference value)
value - allowed object is
PropertyType.ValueReferencepublic boolean isSetValueReference()
public Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic boolean isSetValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||