public class ConvertDistanceUnit extends Action implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://atlasmap.io/v2}Action"> <attribute name="fromUnit" type="{http://atlasmap.io/v2}DistanceUnitType" /> <attribute name="toUnit" type="{http://atlasmap.io/v2}DistanceUnitType" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DistanceUnitType |
fromUnit |
protected DistanceUnitType |
toUnit |
Constructor and Description |
---|
ConvertDistanceUnit() |
Modifier and Type | Method and Description |
---|---|
DistanceUnitType |
getFromUnit()
Gets the value of the fromUnit property.
|
DistanceUnitType |
getToUnit()
Gets the value of the toUnit property.
|
void |
setFromUnit(DistanceUnitType value)
Sets the value of the fromUnit property.
|
void |
setToUnit(DistanceUnitType value)
Sets the value of the toUnit property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
protected DistanceUnitType fromUnit
protected DistanceUnitType toUnit
public DistanceUnitType getFromUnit()
DistanceUnitType
public void setFromUnit(DistanceUnitType value)
value
- allowed object is
DistanceUnitType
public DistanceUnitType getToUnit()
DistanceUnitType
public void setToUnit(DistanceUnitType value)
value
- allowed object is
DistanceUnitType
Copyright © 2019 JBoss by Red Hat. All rights reserved.