Class CoalStandardQuality
java.lang.Object
net.finmath.smartcontract.product.xml.CoalStandardQuality
The quality attributes of the coal to be delivered.
Java class for CoalStandardQuality complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoalStandardQuality"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCoalComposition.model"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCoalProperties.model"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCoalReducingAtmosphere.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CoalAttributePercentage
protected CoalAttributePercentage
protected CoalAttributeDecimal
protected CoalAttributeDecimal
protected CoalAttributeDecimal
protected CoalAttributeDecimal
protected CoalAttributeDecimal
protected CoalAttributeDecimal
protected CoalAttributePercentage
protected CoalAttributePercentage
protected CoalAttributeDecimal
protected CoalAttributeDecimal
protected CoalAttributePercentage
protected CoalAttributeDecimal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsh()
Gets the value of the ash property.Gets the value of the ashFusionTemperature property.Gets the value of the btUperLB property.Gets the value of the finesPassingScreen property.getFluid()
Gets the value of the fluid property.Gets the value of the grindability property.Gets the value of the initialDeformation property.Gets the value of the moisture property.getSO2()
Gets the value of the so2 property.Gets the value of the softeningHeightHalfWidth property.Gets the value of the softeningHeightWidth property.Gets the value of the sulfur property.Gets the value of the topSize property.Gets the value of the volatile property.void
setAsh
(CoalAttributePercentage value) Sets the value of the ash property.void
Sets the value of the ashFusionTemperature property.void
setBTUperLB
(CoalAttributeDecimal value) Sets the value of the btUperLB property.void
Sets the value of the finesPassingScreen property.void
setFluid
(CoalAttributeDecimal value) Sets the value of the fluid property.void
Sets the value of the grindability property.void
Sets the value of the initialDeformation property.void
Sets the value of the moisture property.void
setSO2
(CoalAttributePercentage value) Sets the value of the so2 property.void
Sets the value of the softeningHeightHalfWidth property.void
Sets the value of the softeningHeightWidth property.void
setSulfur
(CoalAttributePercentage value) Sets the value of the sulfur property.void
setTopSize
(CoalAttributeDecimal value) Sets the value of the topSize property.void
Sets the value of the volatile property.
-
Field Details
-
moisture
-
ash
-
sulfur
-
so2
-
_volatile
-
btUperLB
-
topSize
-
finesPassingScreen
-
grindability
-
ashFusionTemperature
-
initialDeformation
-
softeningHeightWidth
-
softeningHeightHalfWidth
-
fluid
-
-
Constructor Details
-
CoalStandardQuality
public CoalStandardQuality()
-
-
Method Details
-
getMoisture
Gets the value of the moisture property.- Returns:
- possible object is
CoalAttributePercentage
-
setMoisture
Sets the value of the moisture property.- Parameters:
value
- allowed object isCoalAttributePercentage
-
getAsh
Gets the value of the ash property.- Returns:
- possible object is
CoalAttributePercentage
-
setAsh
Sets the value of the ash property.- Parameters:
value
- allowed object isCoalAttributePercentage
-
getSulfur
Gets the value of the sulfur property.- Returns:
- possible object is
CoalAttributePercentage
-
setSulfur
Sets the value of the sulfur property.- Parameters:
value
- allowed object isCoalAttributePercentage
-
getSO2
Gets the value of the so2 property.- Returns:
- possible object is
CoalAttributePercentage
-
setSO2
Sets the value of the so2 property.- Parameters:
value
- allowed object isCoalAttributePercentage
-
getVolatile
Gets the value of the volatile property.- Returns:
- possible object is
CoalAttributePercentage
-
setVolatile
Sets the value of the volatile property.- Parameters:
value
- allowed object isCoalAttributePercentage
-
getBTUperLB
Gets the value of the btUperLB property.- Returns:
- possible object is
CoalAttributeDecimal
-
setBTUperLB
Sets the value of the btUperLB property.- Parameters:
value
- allowed object isCoalAttributeDecimal
-
getTopSize
Gets the value of the topSize property.- Returns:
- possible object is
CoalAttributeDecimal
-
setTopSize
Sets the value of the topSize property.- Parameters:
value
- allowed object isCoalAttributeDecimal
-
getFinesPassingScreen
Gets the value of the finesPassingScreen property.- Returns:
- possible object is
CoalAttributeDecimal
-
setFinesPassingScreen
Sets the value of the finesPassingScreen property.- Parameters:
value
- allowed object isCoalAttributeDecimal
-
getGrindability
Gets the value of the grindability property.- Returns:
- possible object is
CoalAttributeDecimal
-
setGrindability
Sets the value of the grindability property.- Parameters:
value
- allowed object isCoalAttributeDecimal
-
getAshFusionTemperature
Gets the value of the ashFusionTemperature property.- Returns:
- possible object is
CoalAttributeDecimal
-
setAshFusionTemperature
Sets the value of the ashFusionTemperature property.- Parameters:
value
- allowed object isCoalAttributeDecimal
-
getInitialDeformation
Gets the value of the initialDeformation property.- Returns:
- possible object is
CoalAttributeDecimal
-
setInitialDeformation
Sets the value of the initialDeformation property.- Parameters:
value
- allowed object isCoalAttributeDecimal
-
getSofteningHeightWidth
Gets the value of the softeningHeightWidth property.- Returns:
- possible object is
CoalAttributeDecimal
-
setSofteningHeightWidth
Sets the value of the softeningHeightWidth property.- Parameters:
value
- allowed object isCoalAttributeDecimal
-
getSofteningHeightHalfWidth
Gets the value of the softeningHeightHalfWidth property.- Returns:
- possible object is
CoalAttributeDecimal
-
setSofteningHeightHalfWidth
Sets the value of the softeningHeightHalfWidth property.- Parameters:
value
- allowed object isCoalAttributeDecimal
-
getFluid
Gets the value of the fluid property.- Returns:
- possible object is
CoalAttributeDecimal
-
setFluid
Sets the value of the fluid property.- Parameters:
value
- allowed object isCoalAttributeDecimal
-