Class PartyIdentificationAndAccount32
java.lang.Object
org.coderic.iso20022.messages.secl.PartyIdentificationAndAccount32
Java class for PartyIdentificationAndAccount32 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentificationAndAccount32"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PtyId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentification33Choice"/> <element name="AcctId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" minOccurs="0"/> <element name="PrcgId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" minOccurs="0"/> <element name="PrcgDt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}DateAndDateTimeChoice" minOccurs="0"/> <element name="SubAcctDtls" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SubAccount1" minOccurs="0"/> <element name="CtctPrsn" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ContactIdentification2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctId property.Gets the value of the ctctPrsn property.Gets the value of the prcgDt property.Gets the value of the prcgId property.getPtyId()
Gets the value of the ptyId property.Gets the value of the subAcctDtls property.void
Sets the value of the acctId property.void
Sets the value of the ctctPrsn property.void
setPrcgDt
(DateAndDateTimeChoice value) Sets the value of the prcgDt property.void
Sets the value of the prcgId property.void
Sets the value of the ptyId property.void
setSubAcctDtls
(SubAccount1 value) Sets the value of the subAcctDtls property.
-
Constructor Details
-
PartyIdentificationAndAccount32
public PartyIdentificationAndAccount32()
-
-
Method Details
-
getPtyId
Gets the value of the ptyId property.- Returns:
- possible object is
PartyIdentification33Choice
-
setPtyId
Sets the value of the ptyId property.- Parameters:
value
- allowed object isPartyIdentification33Choice
-
getAcctId
Gets the value of the acctId property.- Returns:
- possible object is
String
-
setAcctId
Sets the value of the acctId property.- Parameters:
value
- allowed object isString
-
getPrcgId
Gets the value of the prcgId property.- Returns:
- possible object is
String
-
setPrcgId
Sets the value of the prcgId property.- Parameters:
value
- allowed object isString
-
getPrcgDt
Gets the value of the prcgDt property.- Returns:
- possible object is
DateAndDateTimeChoice
-
setPrcgDt
Sets the value of the prcgDt property.- Parameters:
value
- allowed object isDateAndDateTimeChoice
-
getSubAcctDtls
Gets the value of the subAcctDtls property.- Returns:
- possible object is
SubAccount1
-
setSubAcctDtls
Sets the value of the subAcctDtls property.- Parameters:
value
- allowed object isSubAccount1
-
getCtctPrsn
Gets the value of the ctctPrsn property.- Returns:
- possible object is
ContactIdentification2
-
setCtctPrsn
Sets the value of the ctctPrsn property.- Parameters:
value
- allowed object isContactIdentification2
-