public class ConvertMassUnit 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}MassUnitType" /> <attribute name="toUnit" type="{http://atlasmap.io/v2}MassUnitType" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected MassUnitType |
fromUnit |
protected MassUnitType |
toUnit |
Constructor and Description |
---|
ConvertMassUnit() |
Modifier and Type | Method and Description |
---|---|
MassUnitType |
getFromUnit()
Gets the value of the fromUnit property.
|
MassUnitType |
getToUnit()
Gets the value of the toUnit property.
|
void |
setFromUnit(MassUnitType value)
Sets the value of the fromUnit property.
|
void |
setToUnit(MassUnitType value)
Sets the value of the toUnit property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
protected MassUnitType fromUnit
protected MassUnitType toUnit
public MassUnitType getFromUnit()
MassUnitType
public void setFromUnit(MassUnitType value)
value
- allowed object is
MassUnitType
public MassUnitType getToUnit()
MassUnitType
public void setToUnit(MassUnitType value)
value
- allowed object is
MassUnitType
Copyright © 2018 JBoss by Red Hat. All rights reserved.