Class BinaryFile1

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

public class BinaryFile1 extends Object

Java class for BinaryFile1 complex type.

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

 <complexType name="BinaryFile1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MIMETp" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="NcodgTp" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="CharSet" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="InclBinryObjct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max100KBinary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • BinaryFile1

      public BinaryFile1()
  • Method Details

    • getMIMETp

      public String getMIMETp()
      Gets the value of the mimeTp property.
      Returns:
      possible object is String
    • setMIMETp

      public void setMIMETp(String value)
      Sets the value of the mimeTp property.
      Parameters:
      value - allowed object is String
    • getNcodgTp

      public String getNcodgTp()
      Gets the value of the ncodgTp property.
      Returns:
      possible object is String
    • setNcodgTp

      public void setNcodgTp(String value)
      Sets the value of the ncodgTp property.
      Parameters:
      value - allowed object is String
    • getCharSet

      public String getCharSet()
      Gets the value of the charSet property.
      Returns:
      possible object is String
    • setCharSet

      public void setCharSet(String value)
      Sets the value of the charSet property.
      Parameters:
      value - allowed object is String
    • getInclBinryObjct

      public byte[] getInclBinryObjct()
      Gets the value of the inclBinryObjct property.
      Returns:
      possible object is byte[]
    • setInclBinryObjct

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