|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cnr.imaa.essi.ncml.binding.gml.AbstractCurveSegmentType
public abstract class AbstractCurveSegmentType
Curve segment defines a homogeneous segment of a curve.
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>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
numDerivativeInterior
|
protected java.math.BigInteger |
numDerivativesAtEnd
|
protected java.math.BigInteger |
numDerivativesAtStart
|
| Constructor Summary | |
|---|---|
AbstractCurveSegmentType()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getNumDerivativeInterior()
Gets the value of the numDerivativeInterior property. |
java.math.BigInteger |
getNumDerivativesAtEnd()
Gets the value of the numDerivativesAtEnd property. |
java.math.BigInteger |
getNumDerivativesAtStart()
Gets the value of the numDerivativesAtStart property. |
void |
setNumDerivativeInterior(java.math.BigInteger value)
Sets the value of the numDerivativeInterior property. |
void |
setNumDerivativesAtEnd(java.math.BigInteger value)
Sets the value of the numDerivativesAtEnd property. |
void |
setNumDerivativesAtStart(java.math.BigInteger value)
Sets the value of the numDerivativesAtStart property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger numDerivativesAtStart
protected java.math.BigInteger numDerivativesAtEnd
protected java.math.BigInteger numDerivativeInterior
| Constructor Detail |
|---|
public AbstractCurveSegmentType()
| Method Detail |
|---|
public java.math.BigInteger getNumDerivativesAtStart()
BigIntegerpublic void setNumDerivativesAtStart(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getNumDerivativesAtEnd()
BigIntegerpublic void setNumDerivativesAtEnd(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getNumDerivativeInterior()
BigIntegerpublic void setNumDerivativeInterior(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||