public class TransAccelRelativeType extends TransAccelType
Java class for TransAccelRelativeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransAccelRelativeType">
<complexContent>
<extension base="{}TransAccelType">
<sequence>
<element name="Fraction" type="{}FractionType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
fraction |
name| Constructor and Description |
|---|
TransAccelRelativeType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getFraction()
Gets the value of the fraction property.
|
void |
setFraction(BigDecimal value)
Sets the value of the fraction property.
|
getName, setNameprotected BigDecimal fraction
public BigDecimal getFraction()
BigDecimalpublic void setFraction(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.