Class PartySEPA1
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_03.PartySEPA1
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrgId()
Gets the value of the orgId property.void
Sets the value of the orgId property.
-
Field Details
-
orgId
-
-
Constructor Details
-
PartySEPA1
public PartySEPA1()
-
-
Method Details
-
getOrgId
Gets the value of the orgId property.- Returns:
- possible object is
OrganisationIdentificationSEPA
-
setOrgId
Sets the value of the orgId property.- Parameters:
value
- allowed object isOrganisationIdentificationSEPA
-