Class BusinessLetter1
Java class for BusinessLetter1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessLetter1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ApplCntxt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/> <element name="LttrIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedDocumentInformation1"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/> <element name="RltdLttr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedDocumentInformation1" maxOccurs="unbounded" minOccurs="0"/> <element name="RltdMsg" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedDocumentInformation1" maxOccurs="unbounded" minOccurs="0"/> <element name="CnttIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" maxOccurs="unbounded" minOccurs="0"/> <element name="InstrPrty" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Priority3Code" minOccurs="0"/> <element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedPartyIdentification1"/> <element name="PmryRcpt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedPartyIdentification1" maxOccurs="unbounded"/> <element name="Sndr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedPartyIdentification1" maxOccurs="unbounded" minOccurs="0"/> <element name="AuthstnUsr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedPartyIdentification1" maxOccurs="unbounded"/> <element name="RspnRcpt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedPartyIdentification1" maxOccurs="unbounded" minOccurs="0"/> <element name="CpyRcpt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedPartyIdentification1" maxOccurs="unbounded" minOccurs="0"/> <element name="OthrPty" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedPartyIdentification1" maxOccurs="unbounded" minOccurs="0"/> <element name="AssoctdDoc" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedDocumentInformation1" maxOccurs="unbounded" minOccurs="0"/> <element name="GovngCtrct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedDocumentInformation1" maxOccurs="unbounded" minOccurs="0"/> <element name="LglCntxt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}GovernanceRules2" maxOccurs="unbounded" minOccurs="0"/> <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max2000Text" minOccurs="0"/> <element name="Ntce" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max350Text" minOccurs="0"/> <element name="VldtnStsInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ValidationStatusInformation1" minOccurs="0"/> <element name="DgtlSgntr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}QualifiedPartyAndXMLSignature1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.Gets the value of the applCntxt property.Gets the value of the assoctdDoc property.Gets the value of the authstnUsr property.Gets the value of the cnttIdr property.Gets the value of the cpyRcpt property.Gets the value of the dgtlSgntr property.getDt()
Gets the value of the dt property.Gets the value of the govngCtrct property.Gets the value of the instrPrty property.Gets the value of the lglCntxt property.Gets the value of the lttrIdr property.getNtce()
Gets the value of the ntce property.getOrgtr()
Gets the value of the orgtr property.Gets the value of the othrPty property.Gets the value of the pmryRcpt property.Gets the value of the rltdLttr property.Gets the value of the rltdMsg property.Gets the value of the rspnRcpt property.getSndr()
Gets the value of the sndr property.Gets the value of the vldtnStsInf property.void
setAddtlInf
(String value) Sets the value of the addtlInf property.void
setApplCntxt
(String value) Sets the value of the applCntxt property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
setInstrPrty
(Priority3Code value) Sets the value of the instrPrty property.void
Sets the value of the lttrIdr property.void
Sets the value of the ntce property.void
Sets the value of the orgtr property.void
Sets the value of the vldtnStsInf property.
-
Constructor Details
-
BusinessLetter1
public BusinessLetter1()
-
-
Method Details
-
getApplCntxt
Gets the value of the applCntxt property.- Returns:
- possible object is
String
-
setApplCntxt
Sets the value of the applCntxt property.- Parameters:
value
- allowed object isString
-
getLttrIdr
Gets the value of the lttrIdr property.- Returns:
- possible object is
QualifiedDocumentInformation1
-
setLttrIdr
Sets the value of the lttrIdr property.- Parameters:
value
- allowed object isQualifiedDocumentInformation1
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getRltdLttr
Gets the value of the rltdLttr 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 rltdLttr property.For example, to add a new item, do as follows:
getRltdLttr().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedDocumentInformation1
-
getRltdMsg
Gets the value of the rltdMsg 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 rltdMsg property.For example, to add a new item, do as follows:
getRltdMsg().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedDocumentInformation1
-
getCnttIdr
Gets the value of the cnttIdr 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 cnttIdr property.For example, to add a new item, do as follows:
getCnttIdr().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getInstrPrty
Gets the value of the instrPrty property.- Returns:
- possible object is
Priority3Code
-
setInstrPrty
Sets the value of the instrPrty property.- Parameters:
value
- allowed object isPriority3Code
-
getOrgtr
Gets the value of the orgtr property.- Returns:
- possible object is
QualifiedPartyIdentification1
-
setOrgtr
Sets the value of the orgtr property.- Parameters:
value
- allowed object isQualifiedPartyIdentification1
-
getPmryRcpt
Gets the value of the pmryRcpt 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 pmryRcpt property.For example, to add a new item, do as follows:
getPmryRcpt().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedPartyIdentification1
-
getSndr
Gets the value of the sndr 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 sndr property.For example, to add a new item, do as follows:
getSndr().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedPartyIdentification1
-
getAuthstnUsr
Gets the value of the authstnUsr 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 authstnUsr property.For example, to add a new item, do as follows:
getAuthstnUsr().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedPartyIdentification1
-
getRspnRcpt
Gets the value of the rspnRcpt 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 rspnRcpt property.For example, to add a new item, do as follows:
getRspnRcpt().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedPartyIdentification1
-
getCpyRcpt
Gets the value of the cpyRcpt 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 cpyRcpt property.For example, to add a new item, do as follows:
getCpyRcpt().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedPartyIdentification1
-
getOthrPty
Gets the value of the othrPty 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 othrPty property.For example, to add a new item, do as follows:
getOthrPty().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedPartyIdentification1
-
getAssoctdDoc
Gets the value of the assoctdDoc 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 assoctdDoc property.For example, to add a new item, do as follows:
getAssoctdDoc().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedDocumentInformation1
-
getGovngCtrct
Gets the value of the govngCtrct 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 govngCtrct property.For example, to add a new item, do as follows:
getGovngCtrct().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedDocumentInformation1
-
getLglCntxt
Gets the value of the lglCntxt 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 lglCntxt property.For example, to add a new item, do as follows:
getLglCntxt().add(newItem);
Objects of the following type(s) are allowed in the list
GovernanceRules2
-
getAddtlInf
Gets the value of the addtlInf property.- Returns:
- possible object is
String
-
setAddtlInf
Sets the value of the addtlInf property.- Parameters:
value
- allowed object isString
-
getNtce
Gets the value of the ntce property.- Returns:
- possible object is
String
-
setNtce
Sets the value of the ntce property.- Parameters:
value
- allowed object isString
-
getVldtnStsInf
Gets the value of the vldtnStsInf property.- Returns:
- possible object is
ValidationStatusInformation1
-
setVldtnStsInf
Sets the value of the vldtnStsInf property.- Parameters:
value
- allowed object isValidationStatusInformation1
-
getDgtlSgntr
Gets the value of the dgtlSgntr 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 dgtlSgntr property.For example, to add a new item, do as follows:
getDgtlSgntr().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedPartyAndXMLSignature1
-