Class ExternallyDefinedData5
java.lang.Object
org.coderic.iso20022.messages.casp.ExternallyDefinedData5
Java class for ExternallyDefinedData5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternallyDefinedData5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max1025Text"/> <element name="Val" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max100KBinary" minOccurs="0"/> <element name="PrtctdVal" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ContentInformationType39" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max1025Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the prtctdVal property.getTp()
Gets the value of the tp property.byte[]
getVal()
Gets the value of the val property.void
Sets the value of the id property.void
Sets the value of the prtctdVal property.void
Sets the value of the tp property.void
setVal
(byte[] value) Sets the value of the val property.
-
Constructor Details
-
ExternallyDefinedData5
public ExternallyDefinedData5()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getVal
public byte[] getVal()Gets the value of the val property.- Returns:
- possible object is byte[]
-
setVal
public void setVal(byte[] value) Sets the value of the val property.- Parameters:
value
- allowed object is byte[]
-
getPrtctdVal
Gets the value of the prtctdVal property.- Returns:
- possible object is
ContentInformationType39
-
setPrtctdVal
Sets the value of the prtctdVal property.- Parameters:
value
- allowed object isContentInformationType39
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isString
-