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