Class BusinessApplicationHeaderV03

java.lang.Object
org.coderic.iso20022.messages.head.BusinessApplicationHeaderV03

public class BusinessApplicationHeaderV03 extends Object

Java class for BusinessApplicationHeaderV03 complex type.

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

 <complexType name="BusinessApplicationHeaderV03">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CharSet" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}UnicodeChartsCode" minOccurs="0"/>
         <element name="Fr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}Party44Choice"/>
         <element name="To" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}Party44Choice"/>
         <element name="BizMsgIdr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}Max35Text"/>
         <element name="MsgDefIdr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}Max35Text"/>
         <element name="BizSvc" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}Max35Text" minOccurs="0"/>
         <element name="MktPrctc" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}ImplementationSpecification1" minOccurs="0"/>
         <element name="CreDt" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}ISODateTime"/>
         <element name="BizPrcgDt" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}ISODateTime" minOccurs="0"/>
         <element name="CpyDplct" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}CopyDuplicate1Code" minOccurs="0"/>
         <element name="PssblDplct" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}YesNoIndicator" minOccurs="0"/>
         <element name="Prty" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}BusinessMessagePriorityCode" minOccurs="0"/>
         <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}SignatureEnvelope" minOccurs="0"/>
         <element name="Rltd" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}BusinessApplicationHeader7" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • BusinessApplicationHeaderV03

      public BusinessApplicationHeaderV03()
  • Method Details

    • 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
    • getFr

      public Party44Choice getFr()
      Gets the value of the fr property.
      Returns:
      possible object is Party44Choice
    • setFr

      public void setFr(Party44Choice value)
      Sets the value of the fr property.
      Parameters:
      value - allowed object is Party44Choice
    • getTo

      public Party44Choice getTo()
      Gets the value of the to property.
      Returns:
      possible object is Party44Choice
    • setTo

      public void setTo(Party44Choice value)
      Sets the value of the to property.
      Parameters:
      value - allowed object is Party44Choice
    • getBizMsgIdr

      public String getBizMsgIdr()
      Gets the value of the bizMsgIdr property.
      Returns:
      possible object is String
    • setBizMsgIdr

      public void setBizMsgIdr(String value)
      Sets the value of the bizMsgIdr property.
      Parameters:
      value - allowed object is String
    • getMsgDefIdr

      public String getMsgDefIdr()
      Gets the value of the msgDefIdr property.
      Returns:
      possible object is String
    • setMsgDefIdr

      public void setMsgDefIdr(String value)
      Sets the value of the msgDefIdr property.
      Parameters:
      value - allowed object is String
    • getBizSvc

      public String getBizSvc()
      Gets the value of the bizSvc property.
      Returns:
      possible object is String
    • setBizSvc

      public void setBizSvc(String value)
      Sets the value of the bizSvc property.
      Parameters:
      value - allowed object is String
    • getMktPrctc

      public ImplementationSpecification1 getMktPrctc()
      Gets the value of the mktPrctc property.
      Returns:
      possible object is ImplementationSpecification1
    • setMktPrctc

      public void setMktPrctc(ImplementationSpecification1 value)
      Sets the value of the mktPrctc property.
      Parameters:
      value - allowed object is ImplementationSpecification1
    • getCreDt

      public XMLGregorianCalendar getCreDt()
      Gets the value of the creDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreDt

      public void setCreDt(XMLGregorianCalendar value)
      Sets the value of the creDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getBizPrcgDt

      public XMLGregorianCalendar getBizPrcgDt()
      Gets the value of the bizPrcgDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setBizPrcgDt

      public void setBizPrcgDt(XMLGregorianCalendar value)
      Sets the value of the bizPrcgDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCpyDplct

      public CopyDuplicate1Code getCpyDplct()
      Gets the value of the cpyDplct property.
      Returns:
      possible object is CopyDuplicate1Code
    • setCpyDplct

      public void setCpyDplct(CopyDuplicate1Code value)
      Sets the value of the cpyDplct property.
      Parameters:
      value - allowed object is CopyDuplicate1Code
    • isPssblDplct

      public Boolean isPssblDplct()
      Gets the value of the pssblDplct property.
      Returns:
      possible object is Boolean
    • setPssblDplct

      public void setPssblDplct(Boolean value)
      Sets the value of the pssblDplct property.
      Parameters:
      value - allowed object is Boolean
    • getPrty

      public String getPrty()
      Gets the value of the prty property.
      Returns:
      possible object is String
    • setPrty

      public void setPrty(String value)
      Sets the value of the prty property.
      Parameters:
      value - allowed object is String
    • getSgntr

      public SignatureEnvelope getSgntr()
      Gets the value of the sgntr property.
      Returns:
      possible object is SignatureEnvelope
    • setSgntr

      public void setSgntr(SignatureEnvelope value)
      Sets the value of the sgntr property.
      Parameters:
      value - allowed object is SignatureEnvelope
    • getRltd

      public List<BusinessApplicationHeader7> getRltd()
      Gets the value of the rltd property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rltd property.

      For example, to add a new item, do as follows:

          getRltd().add(newItem);
       

      Objects of the following type(s) are allowed in the list BusinessApplicationHeader7