Class ElectricityTransmissionContingency
java.lang.Object
net.finmath.smartcontract.product.xml.ElectricityTransmissionContingency
A structure to specify the tranmission contingency and the party that bears
the obligation.
Java class for ElectricityTransmissionContingency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElectricityTransmissionContingency"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contingency" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityTransmissionContingencyType"/> <element name="contingentParty" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="2"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ElectricityTransmissionContingencyType
protected List
<PartyReference> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contingency property.Gets the value of the contingentParty property.void
Sets the value of the contingency property.
-
Field Details
-
contingency
-
contingentParty
-
-
Constructor Details
-
ElectricityTransmissionContingency
public ElectricityTransmissionContingency()
-
-
Method Details
-
getContingency
Gets the value of the contingency property.- Returns:
- possible object is
ElectricityTransmissionContingencyType
-
setContingency
Sets the value of the contingency property.- Parameters:
value
- allowed object isElectricityTransmissionContingencyType
-
getContingentParty
Gets the value of the contingentParty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the contingentParty property.For example, to add a new item, do as follows:
getContingentParty().add(newItem);
Objects of the following type(s) are allowed in the list
PartyReference
-