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 CoalAttributePercentageprotected CoalAttributePercentageprotected CoalAttributeDecimalprotected CoalAttributeDecimalprotected CoalAttributeDecimalprotected CoalAttributeDecimalprotected CoalAttributeDecimalprotected CoalAttributeDecimalprotected CoalAttributePercentageprotected CoalAttributePercentageprotected CoalAttributeDecimalprotected CoalAttributeDecimalprotected CoalAttributePercentageprotected 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.voidsetAsh(CoalAttributePercentage value) Sets the value of the ash property.voidSets the value of the ashFusionTemperature property.voidsetBTUperLB(CoalAttributeDecimal value) Sets the value of the btUperLB property.voidSets the value of the finesPassingScreen property.voidsetFluid(CoalAttributeDecimal value) Sets the value of the fluid property.voidSets the value of the grindability property.voidSets the value of the initialDeformation property.voidSets the value of the moisture property.voidsetSO2(CoalAttributePercentage value) Sets the value of the so2 property.voidSets the value of the softeningHeightHalfWidth property.voidSets the value of the softeningHeightWidth property.voidsetSulfur(CoalAttributePercentage value) Sets the value of the sulfur property.voidsetTopSize(CoalAttributeDecimal value) Sets the value of the topSize property.voidSets 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
-