public class PersonIdentificationSEPA extends Object
Java class for PersonIdentificationSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonIdentificationSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OthrId" type="{urn:swift:xsd:$pain.002.002.02}GenericIdentificationSEPA"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GenericIdentificationSEPA |
othrId |
| Constructor and Description |
|---|
PersonIdentificationSEPA() |
| Modifier and Type | Method and Description |
|---|---|
GenericIdentificationSEPA |
getOthrId()
Gets the value of the othrId property.
|
void |
setOthrId(GenericIdentificationSEPA value)
Sets the value of the othrId property.
|
protected GenericIdentificationSEPA othrId
public GenericIdentificationSEPA getOthrId()
GenericIdentificationSEPApublic void setOthrId(GenericIdentificationSEPA value)
value - allowed object is
GenericIdentificationSEPACopyright © 2020. All rights reserved.