public class Pathpoint extends Object
Java class for pathpoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pathpoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="num" type="{http://comet.werk-ii.com/base}unsignedInt" />
<attribute name="type" type="{http://comet.werk-ii.com/base}pathpointType" />
<attribute name="t1_x" type="{http://comet.werk-ii.com/base}float" />
<attribute name="t1_y" type="{http://comet.werk-ii.com/base}float" />
<attribute name="x" type="{http://comet.werk-ii.com/base}float" />
<attribute name="y" type="{http://comet.werk-ii.com/base}float" />
<attribute name="t2_x" type="{http://comet.werk-ii.com/base}float" />
<attribute name="t2_y" type="{http://comet.werk-ii.com/base}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
num |
protected BigDecimal |
t1X |
protected BigDecimal |
t1Y |
protected BigDecimal |
t2X |
protected BigDecimal |
t2Y |
protected PathpointType |
type |
protected BigDecimal |
x |
protected BigDecimal |
y |
| Constructor and Description |
|---|
Pathpoint() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNum()
Gets the value of the num property.
|
BigDecimal |
getT1X()
Gets the value of the t1X property.
|
BigDecimal |
getT1Y()
Gets the value of the t1Y property.
|
BigDecimal |
getT2X()
Gets the value of the t2X property.
|
BigDecimal |
getT2Y()
Gets the value of the t2Y property.
|
PathpointType |
getType()
Gets the value of the type property.
|
BigDecimal |
getX()
Gets the value of the x property.
|
BigDecimal |
getY()
Gets the value of the y property.
|
void |
setNum(BigInteger value)
Sets the value of the num property.
|
void |
setT1X(BigDecimal value)
Sets the value of the t1X property.
|
void |
setT1Y(BigDecimal value)
Sets the value of the t1Y property.
|
void |
setT2X(BigDecimal value)
Sets the value of the t2X property.
|
void |
setT2Y(BigDecimal value)
Sets the value of the t2Y property.
|
void |
setType(PathpointType value)
Sets the value of the type property.
|
void |
setX(BigDecimal value)
Sets the value of the x property.
|
void |
setY(BigDecimal value)
Sets the value of the y property.
|
protected BigInteger num
protected PathpointType type
protected BigDecimal t1X
protected BigDecimal t1Y
protected BigDecimal x
protected BigDecimal y
protected BigDecimal t2X
protected BigDecimal t2Y
public BigInteger getNum()
BigIntegerpublic void setNum(BigInteger value)
value - allowed object is
BigIntegerpublic PathpointType getType()
PathpointTypepublic void setType(PathpointType value)
value - allowed object is
PathpointTypepublic BigDecimal getT1X()
BigDecimalpublic void setT1X(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getT1Y()
BigDecimalpublic void setT1Y(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getX()
BigDecimalpublic void setX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getY()
BigDecimalpublic void setY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getT2X()
BigDecimalpublic void setT2X(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getT2Y()
BigDecimalpublic void setT2Y(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017 SAP SE. All Rights Reserved.