Class PartyAndSignature3

java.lang.Object
org.coderic.iso20022.messages.camt.PartyAndSignature3

public class PartyAndSignature3 extends Object

Java class for PartyAndSignature3 complex type.

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

 <complexType name="PartyAndSignature3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PartyIdentification135"/>
         <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}SkipPayload"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>