|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.fes._2.SpatialOpsType
net.opengis.fes._2.BinarySpatialOpType
public class BinarySpatialOpType
Classe Java pour BinarySpatialOpType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="BinarySpatialOpType">
<complexContent>
<extension base="{http://www.opengis.net/fes/2.1}SpatialOpsType">
<sequence>
<element ref="{http://www.opengis.net/fes/2.1}ValueReference"/>
<any namespace='##other'/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object |
any
|
protected String |
valueReference
|
| Constructor Summary | |
|---|---|
BinarySpatialOpType()
|
|
| Method Summary | |
|---|---|
Object |
getAny()
Obtient la valeur de la propriété any. |
String |
getValueReference()
Obtient la valeur de la propriété valueReference. |
boolean |
isSetAny()
|
boolean |
isSetValueReference()
|
void |
setAny(Object value)
Définit la valeur de la propriété any. |
void |
setValueReference(String 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 String valueReference
protected Object any
| Constructor Detail |
|---|
public BinarySpatialOpType()
| Method Detail |
|---|
public String getValueReference()
Stringpublic void setValueReference(String value)
value - allowed object is
Stringpublic boolean isSetValueReference()
public Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic boolean isSetAny()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||