Class PartyAndSignature2

java.lang.Object
org.coderic.iso20022.messages.tsrv.PartyAndSignature2

public class PartyAndSignature2 extends Object

Java class for PartyAndSignature2 complex type.

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

 <complexType name="PartyAndSignature2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}PartyIdentification43"/>
         <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}ProprietaryData3"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>