public class Point extends Object
Java class for point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="point">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="abscissa" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value"/>
<element name="ordinate" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Value |
abscissa |
protected Value |
ordinate |
| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
Value |
getAbscissa()
Gets the value of the abscissa property.
|
Value |
getOrdinate()
Gets the value of the ordinate property.
|
void |
setAbscissa(Value value)
Sets the value of the abscissa property.
|
void |
setOrdinate(Value value)
Sets the value of the ordinate property.
|
public Value getAbscissa()
Valuepublic void setAbscissa(Value value)
value - allowed object is
Valuepublic Value getOrdinate()
ValueCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.