Class PartyIdentificationAndAccount102
java.lang.Object
org.coderic.iso20022.messages.secl.PartyIdentificationAndAccount102
Java class for PartyIdentificationAndAccount102 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentificationAndAccount102"> <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="SubAcct" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SubAccount4" 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 subAcct 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
setSubAcct
(SubAccount4 value) Sets the value of the subAcct property.
-
Constructor Details
-
PartyIdentificationAndAccount102
public PartyIdentificationAndAccount102()
-
-
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
-
getSubAcct
Gets the value of the subAcct property.- Returns:
- possible object is
SubAccount4
-
setSubAcct
Sets the value of the subAcct property.- Parameters:
value
- allowed object isSubAccount4
-
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
-