public class PartySDDChoice extends Object
Java-Klasse für PartySDDChoice complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PartySDDChoice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="OrgId" type="{urn:swift:xsd:$pain.008.002.01}OrganisationIdentificationSDDChoice"/>
<element name="PrvtId" type="{urn:swift:xsd:$pain.008.002.01}PersonIdentificationSDD1"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OrganisationIdentificationSDDChoice |
orgId |
protected PersonIdentificationSDD1 |
prvtId |
| Constructor and Description |
|---|
PartySDDChoice() |
| Modifier and Type | Method and Description |
|---|---|
OrganisationIdentificationSDDChoice |
getOrgId()
Ruft den Wert der orgId-Eigenschaft ab.
|
PersonIdentificationSDD1 |
getPrvtId()
Ruft den Wert der prvtId-Eigenschaft ab.
|
void |
setOrgId(OrganisationIdentificationSDDChoice value)
Legt den Wert der orgId-Eigenschaft fest.
|
void |
setPrvtId(PersonIdentificationSDD1 value)
Legt den Wert der prvtId-Eigenschaft fest.
|
protected OrganisationIdentificationSDDChoice orgId
protected PersonIdentificationSDD1 prvtId
public OrganisationIdentificationSDDChoice getOrgId()
OrganisationIdentificationSDDChoicepublic void setOrgId(OrganisationIdentificationSDDChoice value)
value - allowed object is
OrganisationIdentificationSDDChoicepublic PersonIdentificationSDD1 getPrvtId()
PersonIdentificationSDD1public void setPrvtId(PersonIdentificationSDD1 value)
value - allowed object is
PersonIdentificationSDD1Copyright © 2018. All rights reserved.