Class QualifiedDocumentInformation1

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

public class QualifiedDocumentInformation1 extends Object

Java class for QualifiedDocumentInformation1 complex type.

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

 <complexType name="QualifiedDocumentInformation1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}ID"/>
         <element name="Issr" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="ItmListIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="ItmIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate" minOccurs="0"/>
         <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max6Text" minOccurs="0"/>
         <element name="ElctrncOrgnl" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}YesNoIndicator"/>
         <element name="Dgst" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}AlgorithmAndDigest1" maxOccurs="2" minOccurs="0"/>
         <element name="DocTp" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ExternalDocumentType1Code" minOccurs="0"/>
         <element name="URL" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max2048Text" minOccurs="0"/>
         <element name="AttchdFile" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BinaryFile1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • QualifiedDocumentInformation1

      public QualifiedDocumentInformation1()
  • 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
    • getIssr

      public Object getIssr()
      Gets the value of the issr property.
      Returns:
      possible object is Object
    • setIssr

      public void setIssr(Object value)
      Sets the value of the issr property.
      Parameters:
      value - allowed object is Object
    • getItmListIdr

      public String getItmListIdr()
      Gets the value of the itmListIdr property.
      Returns:
      possible object is String
    • setItmListIdr

      public void setItmListIdr(String value)
      Sets the value of the itmListIdr property.
      Parameters:
      value - allowed object is String
    • getItmIdr

      public String getItmIdr()
      Gets the value of the itmIdr property.
      Returns:
      possible object is String
    • setItmIdr

      public void setItmIdr(String value)
      Sets the value of the itmIdr property.
      Parameters:
      value - allowed object is String
    • getDt

      public XMLGregorianCalendar getDt()
      Gets the value of the dt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDt

      public void setDt(XMLGregorianCalendar value)
      Sets the value of the dt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getVrsn

      public String getVrsn()
      Gets the value of the vrsn property.
      Returns:
      possible object is String
    • setVrsn

      public void setVrsn(String value)
      Sets the value of the vrsn property.
      Parameters:
      value - allowed object is String
    • isElctrncOrgnl

      public boolean isElctrncOrgnl()
      Gets the value of the elctrncOrgnl property.
    • setElctrncOrgnl

      public void setElctrncOrgnl(boolean value)
      Sets the value of the elctrncOrgnl property.
    • getDgst

      public List<AlgorithmAndDigest1> getDgst()
      Gets the value of the dgst 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 dgst property.

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

          getDgst().add(newItem);
       

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

    • getDocTp

      public String getDocTp()
      Gets the value of the docTp property.
      Returns:
      possible object is String
    • setDocTp

      public void setDocTp(String value)
      Sets the value of the docTp property.
      Parameters:
      value - allowed object is String
    • getURL

      public String getURL()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setURL

      public void setURL(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getAttchdFile

      public List<BinaryFile1> getAttchdFile()
      Gets the value of the attchdFile 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 attchdFile property.

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

          getAttchdFile().add(newItem);
       

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