Class Withdrawal

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

public class Withdrawal extends Object
A structure describing the removal of a trade from a service, such as a reporting service.

Java class for Withdrawal complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Withdrawal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence>
             <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
             <element name="partyTradeInformation" type="{http://www.fpml.org/FpML-5/confirmation}WithdrawalPartyTradeInformation" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         </choice>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="requestedAction" type="{http://www.fpml.org/FpML-5/confirmation}RequestedWithdrawalAction" minOccurs="0"/>
         <element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}WithdrawalReason" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reportingRegime" type="{http://www.fpml.org/FpML-5/confirmation}ReportingRegimeIdentifier" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Withdrawal

      public Withdrawal()
  • Method Details

    • getPartyTradeIdentifier

      public List<PartyTradeIdentifier> getPartyTradeIdentifier()
      Gets the value of the partyTradeIdentifier 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 partyTradeIdentifier property.

      For example, to add a new item, do as follows:

          getPartyTradeIdentifier().add(newItem);
       

      Objects of the following type(s) are allowed in the list PartyTradeIdentifier

    • getPartyTradeInformation

      public List<WithdrawalPartyTradeInformation> getPartyTradeInformation()
      Gets the value of the partyTradeInformation 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 partyTradeInformation property.

      For example, to add a new item, do as follows:

          getPartyTradeInformation().add(newItem);
       

      Objects of the following type(s) are allowed in the list WithdrawalPartyTradeInformation

    • getTrade

      public Trade getTrade()
      Gets the value of the trade property.
      Returns:
      possible object is Trade
    • setTrade

      public void setTrade(Trade value)
      Sets the value of the trade property.
      Parameters:
      value - allowed object is Trade
    • getEffectiveDate

      public XMLGregorianCalendar getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEffectiveDate

      public void setEffectiveDate(XMLGregorianCalendar value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getRequestedAction

      public RequestedWithdrawalAction getRequestedAction()
      Gets the value of the requestedAction property.
      Returns:
      possible object is RequestedWithdrawalAction
    • setRequestedAction

      public void setRequestedAction(RequestedWithdrawalAction value)
      Sets the value of the requestedAction property.
      Parameters:
      value - allowed object is RequestedWithdrawalAction
    • getReason

      public List<WithdrawalReason> getReason()
      Gets the value of the reason 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 reason property.

      For example, to add a new item, do as follows:

          getReason().add(newItem);
       

      Objects of the following type(s) are allowed in the list WithdrawalReason

    • getReportingRegime

      public List<ReportingRegimeIdentifier> getReportingRegime()
      Gets the value of the reportingRegime 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 reportingRegime property.

      For example, to add a new item, do as follows:

          getReportingRegime().add(newItem);
       

      Objects of the following type(s) are allowed in the list ReportingRegimeIdentifier