Class QualifiedPartyAndXMLSignature1

java.lang.Object
org.coderic.iso20022.messages.tsmt.QualifiedPartyAndXMLSignature1

public class QualifiedPartyAndXMLSignature1 extends Object

Java class for QualifiedPartyAndXMLSignature1 complex type.

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

 <complexType name="QualifiedPartyAndXMLSignature1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pty" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}SignatureEnvelope"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • QualifiedPartyAndXMLSignature1

      public QualifiedPartyAndXMLSignature1()
  • Method Details

    • getPty

      public Object getPty()
      Gets the value of the pty property.
      Returns:
      possible object is Object
    • setPty

      public void setPty(Object value)
      Sets the value of the pty property.
      Parameters:
      value - allowed object is Object
    • getSgntr

      public SignatureEnvelope getSgntr()
      Gets the value of the sgntr property.
      Returns:
      possible object is SignatureEnvelope
    • setSgntr

      public void setSgntr(SignatureEnvelope value)
      Sets the value of the sgntr property.
      Parameters:
      value - allowed object is SignatureEnvelope