public class PartySEPA1
extends java.lang.Object
Java class for PartySEPA1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartySEPA1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}OrganisationIdentificationSEPA"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected OrganisationIdentificationSEPA |
orgId |
Constructor | Description |
---|---|
PartySEPA1() |
Modifier and Type | Method | Description |
---|---|---|
OrganisationIdentificationSEPA |
getOrgId() |
Gets the value of the orgId property.
|
void |
setOrgId(OrganisationIdentificationSEPA value) |
Sets the value of the orgId property.
|
protected OrganisationIdentificationSEPA orgId
public OrganisationIdentificationSEPA getOrgId()
OrganisationIdentificationSEPA
public void setOrgId(OrganisationIdentificationSEPA value)
value
- allowed object is
OrganisationIdentificationSEPA
Copyright © 2018. All rights reserved.