Class UndertakingStatusAdvice1
Java class for UndertakingStatusAdvice1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UndertakingStatusAdvice1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}PartyIdentification43"/> <element name="UdrtkgId" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Undertaking8" minOccurs="0"/> <element name="AmdmntSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Number" minOccurs="0"/> <element name="AdvsgPtyRefNb" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max35Text" minOccurs="0"/> <element name="CnfrmrRefNb" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max35Text" minOccurs="0"/> <element name="StsCtgy" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}ExternalUndertakingStatusCategory1Code"/> <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}UndertakingStatus3Code"/> <element name="StsRsn" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}StatusReasonInformation8" maxOccurs="unbounded" minOccurs="0"/> <element name="RptdAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}ReportedAmount1" maxOccurs="unbounded" minOccurs="0"/> <element name="OrgnlMsgDtls" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}OriginalMessage1" minOccurs="0"/> <element name="NclsdFile" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Document9" maxOccurs="unbounded" minOccurs="0"/> <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max2000Text" maxOccurs="5" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.Gets the value of the advsgPtyRefNb property.Gets the value of the amdmntSeqNb property.Gets the value of the cnfrmrRefNb property.Gets the value of the initgPty property.Gets the value of the nclsdFile property.Gets the value of the orgnlMsgDtls property.Gets the value of the rptdAmt property.getSts()
Gets the value of the sts property.Gets the value of the stsCtgy property.Gets the value of the stsRsn property.Gets the value of the udrtkgId property.void
setAdvsgPtyRefNb
(String value) Sets the value of the advsgPtyRefNb property.void
setAmdmntSeqNb
(BigDecimal value) Sets the value of the amdmntSeqNb property.void
setCnfrmrRefNb
(String value) Sets the value of the cnfrmrRefNb property.void
setInitgPty
(PartyIdentification43 value) Sets the value of the initgPty property.void
setOrgnlMsgDtls
(OriginalMessage1 value) Sets the value of the orgnlMsgDtls property.void
setSts
(UndertakingStatus3Code value) Sets the value of the sts property.void
setStsCtgy
(String value) Sets the value of the stsCtgy property.void
setUdrtkgId
(Undertaking8 value) Sets the value of the udrtkgId property.
-
Constructor Details
-
UndertakingStatusAdvice1
public UndertakingStatusAdvice1()
-
-
Method Details
-
getInitgPty
Gets the value of the initgPty property.- Returns:
- possible object is
PartyIdentification43
-
setInitgPty
Sets the value of the initgPty property.- Parameters:
value
- allowed object isPartyIdentification43
-
getUdrtkgId
Gets the value of the udrtkgId property.- Returns:
- possible object is
Undertaking8
-
setUdrtkgId
Sets the value of the udrtkgId property.- Parameters:
value
- allowed object isUndertaking8
-
getAmdmntSeqNb
Gets the value of the amdmntSeqNb property.- Returns:
- possible object is
BigDecimal
-
setAmdmntSeqNb
Sets the value of the amdmntSeqNb property.- Parameters:
value
- allowed object isBigDecimal
-
getAdvsgPtyRefNb
Gets the value of the advsgPtyRefNb property.- Returns:
- possible object is
String
-
setAdvsgPtyRefNb
Sets the value of the advsgPtyRefNb property.- Parameters:
value
- allowed object isString
-
getCnfrmrRefNb
Gets the value of the cnfrmrRefNb property.- Returns:
- possible object is
String
-
setCnfrmrRefNb
Sets the value of the cnfrmrRefNb property.- Parameters:
value
- allowed object isString
-
getStsCtgy
Gets the value of the stsCtgy property.- Returns:
- possible object is
String
-
setStsCtgy
Sets the value of the stsCtgy property.- Parameters:
value
- allowed object isString
-
getSts
Gets the value of the sts property.- Returns:
- possible object is
UndertakingStatus3Code
-
setSts
Sets the value of the sts property.- Parameters:
value
- allowed object isUndertakingStatus3Code
-
getStsRsn
Gets the value of the stsRsn 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 stsRsn property.For example, to add a new item, do as follows:
getStsRsn().add(newItem);
Objects of the following type(s) are allowed in the list
StatusReasonInformation8
-
getRptdAmt
Gets the value of the rptdAmt 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 rptdAmt property.For example, to add a new item, do as follows:
getRptdAmt().add(newItem);
Objects of the following type(s) are allowed in the list
ReportedAmount1
-
getOrgnlMsgDtls
Gets the value of the orgnlMsgDtls property.- Returns:
- possible object is
OriginalMessage1
-
setOrgnlMsgDtls
Sets the value of the orgnlMsgDtls property.- Parameters:
value
- allowed object isOriginalMessage1
-
getNclsdFile
Gets the value of the nclsdFile 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 nclsdFile property.For example, to add a new item, do as follows:
getNclsdFile().add(newItem);
Objects of the following type(s) are allowed in the list
Document9
-
getAddtlInf
Gets the value of the addtlInf 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 addtlInf property.For example, to add a new item, do as follows:
getAddtlInf().add(newItem);
Objects of the following type(s) are allowed in the list
String
-