Class PropertiesForRDCT.PhysicalProperties.Mass
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.PropertiesForRDCT.PhysicalProperties.Mass
-
- Enclosing class:
- PropertiesForRDCT.PhysicalProperties
public static class PropertiesForRDCT.PhysicalProperties.Mass extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="kg" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Mass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUnit()
Gets the value of the unit property.float
getValue()
Gets the value of the value property.void
setUnit(String value)
Sets the value of the unit property.void
setValue(float value)
Sets the value of the value property.
-
-
-
Field Detail
-
value
protected float value
-
unit
protected String unit
-
-