Class TradeChangeAdviceRetracted

java.lang.Object

public class TradeChangeAdviceRetracted extends NonCorrectableRequestMessage
Defines the structure for a message retracting a prior change advice.

Java class for TradeChangeAdviceRetracted complex type.

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

 <complexType name="TradeChangeAdviceRetracted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <sequence>
         <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         <element name="change" type="{http://www.fpml.org/FpML-5/confirmation}TradeChangeContent" minOccurs="0"/>
         <element name="paymentDetails" type="{http://www.fpml.org/FpML-5/confirmation}PaymentDetails" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>