public class PartyPrivate1 extends Object
Java class for PartyPrivate1 complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the prvtId property.
|
void |
setPrvtId(PersonIdentification4 value)
Sets the value of the prvtId property.
|
protected PersonIdentification4 prvtId
public PersonIdentification4 getPrvtId()
PersonIdentification4public void setPrvtId(PersonIdentification4 value)
value - allowed object is
PersonIdentification4Copyright © 2018. All rights reserved.