Class SignatureEnvelope

java.lang.Object
org.coderic.iso20022.messages.tsin.SignatureEnvelope

public class SignatureEnvelope extends Object

Java class for SignatureEnvelope complex type.

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

 <complexType name="SignatureEnvelope">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' namespace='http://www.w3.org/2000/09/xmldsig#'/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SignatureEnvelope

      public SignatureEnvelope()
  • Method Details

    • getAny

      public Object getAny()
      Gets the value of the any property.
      Returns:
      possible object is Object Element
    • setAny

      public void setAny(Object value)
      Sets the value of the any property.
      Parameters:
      value - allowed object is Object Element