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