Class EncapsulatedContent3
java.lang.Object
org.coderic.iso20022.messages.caam.EncapsulatedContent3
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getCntt()
Gets the value of the cntt property.Gets the value of the cnttTp property.void
setCntt
(byte[] value) Sets the value of the cntt property.void
setCnttTp
(ContentType2Code value) Sets the value of the cnttTp property.
-
Constructor Details
-
EncapsulatedContent3
public EncapsulatedContent3()
-
-
Method Details
-
getCnttTp
Gets the value of the cnttTp property.- Returns:
- possible object is
ContentType2Code
-
setCnttTp
Sets the value of the cnttTp property.- Parameters:
value
- allowed object isContentType2Code
-
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[]
-