Class ExternallyDefinedData5

java.lang.Object
org.coderic.iso20022.messages.casp.ExternallyDefinedData5

public class ExternallyDefinedData5 extends Object

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 Details

    • ExternallyDefinedData5

      public ExternallyDefinedData5()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • 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

      public ContentInformationType39 getPrtctdVal()
      Gets the value of the prtctdVal property.
      Returns:
      possible object is ContentInformationType39
    • setPrtctdVal

      public void setPrtctdVal(ContentInformationType39 value)
      Sets the value of the prtctdVal property.
      Parameters:
      value - allowed object is ContentInformationType39
    • getTp

      public String getTp()
      Gets the value of the tp property.
      Returns:
      possible object is String
    • setTp

      public void setTp(String value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is String