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