Class EnvelopedData5

java.lang.Object
org.coderic.iso20022.messages.cafm.EnvelopedData5

public class EnvelopedData5 extends Object

Java class for EnvelopedData5 complex type.

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

 <complexType name="EnvelopedData5">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number" minOccurs="0"/>
         <element name="OrgtrInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}OriginatorInformation1" minOccurs="0"/>
         <element name="Rcpt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Recipient6Choice" maxOccurs="unbounded"/>
         <element name="NcrptdCntt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}EncryptedContent4" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EnvelopedData5

      public EnvelopedData5()
  • Method Details

    • getVrsn

      public BigDecimal getVrsn()
      Gets the value of the vrsn property.
      Returns:
      possible object is BigDecimal
    • setVrsn

      public void setVrsn(BigDecimal value)
      Sets the value of the vrsn property.
      Parameters:
      value - allowed object is BigDecimal
    • getOrgtrInf

      public OriginatorInformation1 getOrgtrInf()
      Gets the value of the orgtrInf property.
      Returns:
      possible object is OriginatorInformation1
    • setOrgtrInf

      public void setOrgtrInf(OriginatorInformation1 value)
      Sets the value of the orgtrInf property.
      Parameters:
      value - allowed object is OriginatorInformation1
    • getRcpt

      public List<Recipient6Choice> getRcpt()
      Gets the value of the rcpt property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rcpt property.

      For example, to add a new item, do as follows:

          getRcpt().add(newItem);
       

      Objects of the following type(s) are allowed in the list Recipient6Choice

    • getNcrptdCntt

      public EncryptedContent4 getNcrptdCntt()
      Gets the value of the ncrptdCntt property.
      Returns:
      possible object is EncryptedContent4
    • setNcrptdCntt

      public void setNcrptdCntt(EncryptedContent4 value)
      Sets the value of the ncrptdCntt property.
      Parameters:
      value - allowed object is EncryptedContent4