Class CoalProductSpecifications
java.lang.Object
net.finmath.smartcontract.product.xml.CoalProductSpecifications
The different options for specifying the quality attributes of the coal to
be delivered.
Java class for CoalProductSpecifications complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoalProductSpecifications"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="standardQuality" type="{http://www.fpml.org/FpML-5/confirmation}CoalStandardQuality"/> <element name="standardQualitySchedule" type="{http://www.fpml.org/FpML-5/confirmation}CoalStandardQualitySchedule"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CoalStandardQuality
protected CoalStandardQualitySchedule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the standardQuality property.Gets the value of the standardQualitySchedule property.void
Sets the value of the standardQuality property.void
Sets the value of the standardQualitySchedule property.
-
Field Details
-
standardQuality
-
standardQualitySchedule
-
-
Constructor Details
-
CoalProductSpecifications
public CoalProductSpecifications()
-
-
Method Details
-
getStandardQuality
Gets the value of the standardQuality property.- Returns:
- possible object is
CoalStandardQuality
-
setStandardQuality
Sets the value of the standardQuality property.- Parameters:
value
- allowed object isCoalStandardQuality
-
getStandardQualitySchedule
Gets the value of the standardQualitySchedule property.- Returns:
- possible object is
CoalStandardQualitySchedule
-
setStandardQualitySchedule
Sets the value of the standardQualitySchedule property.- Parameters:
value
- allowed object isCoalStandardQualitySchedule
-