public class PersonIdentificationSEPA
extends java.lang.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 | Description |
---|---|---|
protected GenericIdentificationSEPA |
othrId |
Constructor | Description |
---|---|
PersonIdentificationSEPA() |
Modifier and Type | Method | 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()
GenericIdentificationSEPA
public void setOthrId(GenericIdentificationSEPA value)
value
- allowed object is
GenericIdentificationSEPA
Copyright © 2018. All rights reserved.