Class PartySEPA1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_002_02.PartySEPA1
-
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:swift:xsd:$pain.002.002.02}OrganisationIdentificationSEPA"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected OrganisationIdentificationSEPA
orgId
-
Constructor Summary
Constructors Constructor Description PartySEPA1()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
orgId
protected OrganisationIdentificationSEPA orgId
-
-
Method Detail
-
getOrgId
public OrganisationIdentificationSEPA getOrgId()
Gets the value of the orgId property.- Returns:
- possible object is
OrganisationIdentificationSEPA
-
setOrgId
public void setOrgId(OrganisationIdentificationSEPA value)
Sets the value of the orgId property.- Parameters:
value
- allowed object isOrganisationIdentificationSEPA
-
-