Class EncapsulatedContent3

java.lang.Object
org.coderic.iso20022.messages.caam.EncapsulatedContent3

public class EncapsulatedContent3 extends Object

Java class for EncapsulatedContent3 complex type.

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

 <complexType name="EncapsulatedContent3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CnttTp" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ContentType2Code"/>
         <element name="Cntt" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max100KBinary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EncapsulatedContent3

      public EncapsulatedContent3()
  • Method Details

    • getCnttTp

      public ContentType2Code getCnttTp()
      Gets the value of the cnttTp property.
      Returns:
      possible object is ContentType2Code
    • setCnttTp

      public void setCnttTp(ContentType2Code value)
      Sets the value of the cnttTp property.
      Parameters:
      value - allowed object is ContentType2Code
    • getCntt

      public byte[] getCntt()
      Gets the value of the cntt property.
      Returns:
      possible object is byte[]
    • setCntt

      public void setCntt(byte[] value)
      Sets the value of the cntt property.
      Parameters:
      value - allowed object is byte[]