public class RemittanceInformation3
extends java.lang.Object
Java class for RemittanceInformation3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceInformation3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="Ustrd" type="{urn:sepade:xsd:pain.008.001.01}Max140Text"/> <element name="Strd" type="{urn:sepade:xsd:pain.008.001.01}StructuredRemittanceInformation6"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected StructuredRemittanceInformation6 |
strd |
|
protected java.lang.String |
ustrd |
Constructor | Description |
---|---|
RemittanceInformation3() |
Modifier and Type | Method | Description |
---|---|---|
StructuredRemittanceInformation6 |
getStrd() |
Gets the value of the strd property.
|
java.lang.String |
getUstrd() |
Gets the value of the ustrd property.
|
void |
setStrd(StructuredRemittanceInformation6 value) |
Sets the value of the strd property.
|
void |
setUstrd(java.lang.String value) |
Sets the value of the ustrd property.
|
protected java.lang.String ustrd
protected StructuredRemittanceInformation6 strd
public java.lang.String getUstrd()
String
public void setUstrd(java.lang.String value)
value
- allowed object is
String
public StructuredRemittanceInformation6 getStrd()
StructuredRemittanceInformation6
public void setStrd(StructuredRemittanceInformation6 value)
value
- allowed object is
StructuredRemittanceInformation6
Copyright © 2018. All rights reserved.