public class PartyPrivate1 extends Object
Java-Klasse für PartyPrivate1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PartyPrivate1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PrvtId" type="{urn:sepade:xsd:pain.008.001.01}PersonIdentification4"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PersonIdentification4 |
prvtId |
| Constructor and Description |
|---|
PartyPrivate1() |
| Modifier and Type | Method and Description |
|---|---|
PersonIdentification4 |
getPrvtId()
Ruft den Wert der prvtId-Eigenschaft ab.
|
void |
setPrvtId(PersonIdentification4 value)
Legt den Wert der prvtId-Eigenschaft fest.
|
protected PersonIdentification4 prvtId
public PersonIdentification4 getPrvtId()
PersonIdentification4public void setPrvtId(PersonIdentification4 value)
value - allowed object is
PersonIdentification4Copyright © 2017. All rights reserved.