Class StatusReasonInformationSEPA
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_003_03.StatusReasonInformationSEPA
Java class for StatusReasonInformationSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusReasonInformationSEPA"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}PartyIdentificationSEPA6Choice" minOccurs="0"/> <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}StatusReasonSEPA" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PartyIdentificationSEPA6Choice
protected StatusReasonSEPA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrgtr()
Gets the value of the orgtr property.getRsn()
Gets the value of the rsn property.void
Sets the value of the orgtr property.void
setRsn
(StatusReasonSEPA value) Sets the value of the rsn property.
-
Field Details
-
orgtr
-
rsn
-
-
Constructor Details
-
StatusReasonInformationSEPA
public StatusReasonInformationSEPA()
-
-
Method Details
-
getOrgtr
Gets the value of the orgtr property.- Returns:
- possible object is
PartyIdentificationSEPA6Choice
-
setOrgtr
Sets the value of the orgtr property.- Parameters:
value
- allowed object isPartyIdentificationSEPA6Choice
-
getRsn
Gets the value of the rsn property.- Returns:
- possible object is
StatusReasonSEPA
-
setRsn
Sets the value of the rsn property.- Parameters:
value
- allowed object isStatusReasonSEPA
-