Class UndertakingStatusReportV01
java.lang.Object
org.coderic.iso20022.messages.tsrv.UndertakingStatusReportV01
Java class for UndertakingStatusReportV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UndertakingStatusReportV01">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UdrtkgStsRptDtls" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}UndertakingStatusAdvice1"/>
<element name="DgtlSgntr" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}PartyAndSignature2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dgtlSgntr property.Gets the value of the udrtkgStsRptDtls property.voidsetDgtlSgntr(PartyAndSignature2 value) Sets the value of the dgtlSgntr property.voidSets the value of the udrtkgStsRptDtls property.
-
Constructor Details
-
UndertakingStatusReportV01
public UndertakingStatusReportV01()
-
-
Method Details
-
getUdrtkgStsRptDtls
Gets the value of the udrtkgStsRptDtls property.- Returns:
- possible object is
UndertakingStatusAdvice1
-
setUdrtkgStsRptDtls
Sets the value of the udrtkgStsRptDtls property.- Parameters:
value- allowed object isUndertakingStatusAdvice1
-
getDgtlSgntr
Gets the value of the dgtlSgntr property.- Returns:
- possible object is
PartyAndSignature2
-
setDgtlSgntr
Sets the value of the dgtlSgntr property.- Parameters:
value- allowed object isPartyAndSignature2
-