public abstract class AbstractCurveSegmentType extends Object
Java class for AbstractCurveSegmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCurveSegmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="numDerivativesAtStart" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
<attribute name="numDerivativesAtEnd" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
<attribute name="numDerivativeInterior" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
numDerivativeInterior |
protected BigInteger |
numDerivativesAtEnd |
protected BigInteger |
numDerivativesAtStart |
| Constructor and Description |
|---|
AbstractCurveSegmentType()
Default no-arg constructor
|
AbstractCurveSegmentType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumDerivativeInterior()
Gets the value of the numDerivativeInterior property.
|
BigInteger |
getNumDerivativesAtEnd()
Gets the value of the numDerivativesAtEnd property.
|
BigInteger |
getNumDerivativesAtStart()
Gets the value of the numDerivativesAtStart property.
|
void |
setNumDerivativeInterior(BigInteger value)
Sets the value of the numDerivativeInterior property.
|
void |
setNumDerivativesAtEnd(BigInteger value)
Sets the value of the numDerivativesAtEnd property.
|
void |
setNumDerivativesAtStart(BigInteger value)
Sets the value of the numDerivativesAtStart property.
|
protected BigInteger numDerivativesAtStart
protected BigInteger numDerivativesAtEnd
protected BigInteger numDerivativeInterior
public AbstractCurveSegmentType()
public AbstractCurveSegmentType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior)
public BigInteger getNumDerivativesAtStart()
BigIntegerpublic void setNumDerivativesAtStart(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getNumDerivativesAtEnd()
BigIntegerpublic void setNumDerivativesAtEnd(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getNumDerivativeInterior()
BigIntegerpublic void setNumDerivativeInterior(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2021 B3Partners B.V.. All rights reserved.