Class BinaryFile1
java.lang.Object
org.coderic.iso20022.messages.tsmt.BinaryFile1
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:tsmt.055.001.01}Max35Text" minOccurs="0"/>
<element name="NcodgTp" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max35Text" minOccurs="0"/>
<element name="CharSet" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max35Text" minOccurs="0"/>
<element name="InclBinryObjct" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max100KBinary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the charSet property.byte[]Gets the value of the inclBinryObjct property.Gets the value of the mimeTp property.Gets the value of the ncodgTp property.voidsetCharSet(String value) Sets the value of the charSet property.voidsetInclBinryObjct(byte[] value) Sets the value of the inclBinryObjct property.voidSets the value of the mimeTp property.voidsetNcodgTp(String value) Sets the value of the ncodgTp property.
-
Constructor Details
-
BinaryFile1
public BinaryFile1()
-
-
Method Details
-
getMIMETp
Gets the value of the mimeTp property.- Returns:
- possible object is
String
-
setMIMETp
Sets the value of the mimeTp property.- Parameters:
value- allowed object isString
-
getNcodgTp
Gets the value of the ncodgTp property.- Returns:
- possible object is
String
-
setNcodgTp
Sets the value of the ncodgTp property.- Parameters:
value- allowed object isString
-
getCharSet
Gets the value of the charSet property.- Returns:
- possible object is
String
-
setCharSet
Sets the value of the charSet property.- Parameters:
value- allowed object isString
-
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[]
-