public class PersonIdentification4 extends Object
Java-Klasse für PersonIdentification4 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der othrId-Eigenschaft ab.
|
void |
setOthrId(RestrictedIdentification2 value)
Legt den Wert der othrId-Eigenschaft fest.
|
protected RestrictedIdentification2 othrId
public RestrictedIdentification2 getOthrId()
RestrictedIdentification2public void setOthrId(RestrictedIdentification2 value)
value - allowed object is
RestrictedIdentification2Copyright © 2018. All rights reserved.