Class ElectricityTransmissionContingency

java.lang.Object
net.finmath.smartcontract.product.xml.ElectricityTransmissionContingency

public class ElectricityTransmissionContingency extends Object
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 Details

  • Constructor Details

    • ElectricityTransmissionContingency

      public ElectricityTransmissionContingency()
  • Method Details

    • getContingency

      public ElectricityTransmissionContingencyType getContingency()
      Gets the value of the contingency property.
      Returns:
      possible object is ElectricityTransmissionContingencyType
    • setContingency

      public void setContingency(ElectricityTransmissionContingencyType value)
      Sets the value of the contingency property.
      Parameters:
      value - allowed object is ElectricityTransmissionContingencyType
    • getContingentParty

      public List<PartyReference> 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