Class Party38ChoiceTCH
java.lang.Object
iso.std.iso._20022.tech.xsd.pain_013_001.Party38ChoiceTCH
Java class for Party38Choice_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party38Choice_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="OrgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.07}OrganisationIdentification29_TCH"/> </choice> </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
-
Party38ChoiceTCH
public Party38ChoiceTCH()
-
-
Method Details
-
getOrgId
Gets the value of the orgId property.- Returns:
- possible object is
OrganisationIdentification29TCH
-
setOrgId
Sets the value of the orgId property.- Parameters:
value
- allowed object isOrganisationIdentification29TCH
-