Class CommodityHub
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityHub
A type defining a hub or other reference for a physically settled commodity
trade.
Java class for CommodityHub complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityHub"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}PartyAndAccountReferences.model"/> <element name="hubCode" type="{http://www.fpml.org/FpML-5/confirmation}CommodityHubCode"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AccountReference
protected CommodityHubCode
protected PartyReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountReference property.Gets the value of the hubCode property.Gets the value of the partyReference property.void
Sets the value of the accountReference property.void
setHubCode
(CommodityHubCode value) Sets the value of the hubCode property.void
setPartyReference
(PartyReference value) Sets the value of the partyReference property.
-
Field Details
-
partyReference
-
accountReference
-
hubCode
-
-
Constructor Details
-
CommodityHub
public CommodityHub()
-
-
Method Details
-
getPartyReference
Gets the value of the partyReference property.- Returns:
- possible object is
PartyReference
-
setPartyReference
Sets the value of the partyReference property.- Parameters:
value
- allowed object isPartyReference
-
getAccountReference
Gets the value of the accountReference property.- Returns:
- possible object is
AccountReference
-
setAccountReference
Sets the value of the accountReference property.- Parameters:
value
- allowed object isAccountReference
-
getHubCode
Gets the value of the hubCode property.- Returns:
- possible object is
CommodityHubCode
-
setHubCode
Sets the value of the hubCode property.- Parameters:
value
- allowed object isCommodityHubCode
-