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