Class VerificationStatusNotification

java.lang.Object

public class VerificationStatusNotification extends NonCorrectableRequestMessage

Java class for VerificationStatusNotification complex type.

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

 <complexType name="VerificationStatusNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <sequence>
         <element name="status" type="{http://www.fpml.org/FpML-5/confirmation}VerificationStatus"/>
         <element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}Reason" maxOccurs="unbounded" minOccurs="0"/>
         <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>