Class PartyIdentificationAndAccount31
java.lang.Object
org.coderic.iso20022.messages.secl.PartyIdentificationAndAccount31
Java class for PartyIdentificationAndAccount31 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentificationAndAccount31"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentification33Choice"/> <element name="AltrnId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}AlternatePartyIdentification4" minOccurs="0"/> <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyTextInformation1" minOccurs="0"/> <element name="ClrAcct" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SecuritiesAccount18" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.Gets the value of the altrnId property.Gets the value of the clrAcct property.getId()
Gets the value of the id property.void
setAddtlInf
(PartyTextInformation1 value) Sets the value of the addtlInf property.void
Sets the value of the altrnId property.void
setClrAcct
(SecuritiesAccount18 value) Sets the value of the clrAcct property.void
setId
(PartyIdentification33Choice value) Sets the value of the id property.
-
Constructor Details
-
PartyIdentificationAndAccount31
public PartyIdentificationAndAccount31()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
PartyIdentification33Choice
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isPartyIdentification33Choice
-
getAltrnId
Gets the value of the altrnId property.- Returns:
- possible object is
AlternatePartyIdentification4
-
setAltrnId
Sets the value of the altrnId property.- Parameters:
value
- allowed object isAlternatePartyIdentification4
-
getAddtlInf
Gets the value of the addtlInf property.- Returns:
- possible object is
PartyTextInformation1
-
setAddtlInf
Sets the value of the addtlInf property.- Parameters:
value
- allowed object isPartyTextInformation1
-
getClrAcct
Gets the value of the clrAcct property.- Returns:
- possible object is
SecuritiesAccount18
-
setClrAcct
Sets the value of the clrAcct property.- Parameters:
value
- allowed object isSecuritiesAccount18
-