Class StatusReasonInformationSEPA
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_002_02.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="StsOrgtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA1" minOccurs="0"/> <element name="StsRsn" type="{urn:swift:xsd:$pain.002.002.02}StatusReason1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PartyIdentificationSEPA1
protected StatusReason1Choice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the stsOrgtr property.Gets the value of the stsRsn property.void
Sets the value of the stsOrgtr property.void
setStsRsn
(StatusReason1Choice value) Sets the value of the stsRsn property.
-
Field Details
-
stsOrgtr
-
stsRsn
-
-
Constructor Details
-
StatusReasonInformationSEPA
public StatusReasonInformationSEPA()
-
-
Method Details
-
getStsOrgtr
Gets the value of the stsOrgtr property.- Returns:
- possible object is
PartyIdentificationSEPA1
-
setStsOrgtr
Sets the value of the stsOrgtr property.- Parameters:
value
- allowed object isPartyIdentificationSEPA1
-
getStsRsn
Gets the value of the stsRsn property.- Returns:
- possible object is
StatusReason1Choice
-
setStsRsn
Sets the value of the stsRsn property.- Parameters:
value
- allowed object isStatusReason1Choice
-