Class RemittanceInformation11
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_09.RemittanceInformation11
-
public class RemittanceInformation11 extends Object
Java class for RemittanceInformation11 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceInformation11"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Ustrd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max140Text"/> <element name="Strd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}StructuredRemittanceInformation13"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StructuredRemittanceInformation13strdprotected Stringustrd
-
Constructor Summary
Constructors Constructor Description RemittanceInformation11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructuredRemittanceInformation13getStrd()Gets the value of the strd property.StringgetUstrd()Gets the value of the ustrd property.voidsetStrd(StructuredRemittanceInformation13 value)Sets the value of the strd property.voidsetUstrd(String value)Sets the value of the ustrd property.
-
-
-
Field Detail
-
ustrd
protected String ustrd
-
strd
protected StructuredRemittanceInformation13 strd
-
-
Method Detail
-
getUstrd
public String getUstrd()
Gets the value of the ustrd property.- Returns:
- possible object is
String
-
setUstrd
public void setUstrd(String value)
Sets the value of the ustrd property.- Parameters:
value- allowed object isString
-
getStrd
public StructuredRemittanceInformation13 getStrd()
Gets the value of the strd property.- Returns:
- possible object is
StructuredRemittanceInformation13
-
setStrd
public void setStrd(StructuredRemittanceInformation13 value)
Sets the value of the strd property.- Parameters:
value- allowed object isStructuredRemittanceInformation13
-
-