Class Document12

java.lang.Object
org.coderic.iso20022.messages.camt.Document12

public class Document12 extends Object

Java class for Document12 complex type.

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

 <complexType name="Document12">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DocumentType1Choice"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text"/>
         <element name="IsseDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DateAndDateTime2Choice"/>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/>
         <element name="LangCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}LanguageCode" minOccurs="0"/>
         <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DocumentFormat1Choice"/>
         <element name="FileNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/>
         <element name="DgtlSgntr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PartyAndSignature3" minOccurs="0"/>
         <element name="Nclsr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max10MbBinary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Document12

      public Document12()
  • Method Details

    • getTp

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

      public void setTp(DocumentType1Choice value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is DocumentType1Choice
    • 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
    • getIsseDt

      public DateAndDateTime2Choice getIsseDt()
      Gets the value of the isseDt property.
      Returns:
      possible object is DateAndDateTime2Choice
    • setIsseDt

      public void setIsseDt(DateAndDateTime2Choice value)
      Sets the value of the isseDt property.
      Parameters:
      value - allowed object is DateAndDateTime2Choice
    • getNm

      public String getNm()
      Gets the value of the nm property.
      Returns:
      possible object is String
    • setNm

      public void setNm(String value)
      Sets the value of the nm property.
      Parameters:
      value - allowed object is String
    • getLangCd

      public String getLangCd()
      Gets the value of the langCd property.
      Returns:
      possible object is String
    • setLangCd

      public void setLangCd(String value)
      Sets the value of the langCd property.
      Parameters:
      value - allowed object is String
    • getFrmt

      public DocumentFormat1Choice getFrmt()
      Gets the value of the frmt property.
      Returns:
      possible object is DocumentFormat1Choice
    • setFrmt

      public void setFrmt(DocumentFormat1Choice value)
      Sets the value of the frmt property.
      Parameters:
      value - allowed object is DocumentFormat1Choice
    • getFileNm

      public String getFileNm()
      Gets the value of the fileNm property.
      Returns:
      possible object is String
    • setFileNm

      public void setFileNm(String value)
      Sets the value of the fileNm property.
      Parameters:
      value - allowed object is String
    • getDgtlSgntr

      public PartyAndSignature3 getDgtlSgntr()
      Gets the value of the dgtlSgntr property.
      Returns:
      possible object is PartyAndSignature3
    • setDgtlSgntr

      public void setDgtlSgntr(PartyAndSignature3 value)
      Sets the value of the dgtlSgntr property.
      Parameters:
      value - allowed object is PartyAndSignature3
    • getNclsr

      public byte[] getNclsr()
      Gets the value of the nclsr property.
      Returns:
      possible object is byte[]
    • setNclsr

      public void setNclsr(byte[] value)
      Sets the value of the nclsr property.
      Parameters:
      value - allowed object is byte[]