Class CollateralParties8
java.lang.Object
org.coderic.iso20022.messages.colr.CollateralParties8
Java class for CollateralParties8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollateralParties8"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PtyA" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}PartyIdentificationAndAccount202"/> <element name="ClntPtyA" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}PartyIdentificationAndAccount193" minOccurs="0"/> <element name="PtyB" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}PartyIdentificationAndAccount203"/> <element name="ClntPtyB" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}PartyIdentificationAndAccount193" minOccurs="0"/> <element name="TrptyAgt" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}PartyIdentification136" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clntPtyA property.Gets the value of the clntPtyB property.getPtyA()
Gets the value of the ptyA property.getPtyB()
Gets the value of the ptyB property.Gets the value of the trptyAgt property.void
Sets the value of the clntPtyA property.void
Sets the value of the clntPtyB property.void
Sets the value of the ptyA property.void
Sets the value of the ptyB property.void
Sets the value of the trptyAgt property.
-
Constructor Details
-
CollateralParties8
public CollateralParties8()
-
-
Method Details
-
getPtyA
Gets the value of the ptyA property.- Returns:
- possible object is
PartyIdentificationAndAccount202
-
setPtyA
Sets the value of the ptyA property.- Parameters:
value
- allowed object isPartyIdentificationAndAccount202
-
getClntPtyA
Gets the value of the clntPtyA property.- Returns:
- possible object is
PartyIdentificationAndAccount193
-
setClntPtyA
Sets the value of the clntPtyA property.- Parameters:
value
- allowed object isPartyIdentificationAndAccount193
-
getPtyB
Gets the value of the ptyB property.- Returns:
- possible object is
PartyIdentificationAndAccount203
-
setPtyB
Sets the value of the ptyB property.- Parameters:
value
- allowed object isPartyIdentificationAndAccount203
-
getClntPtyB
Gets the value of the clntPtyB property.- Returns:
- possible object is
PartyIdentificationAndAccount193
-
setClntPtyB
Sets the value of the clntPtyB property.- Parameters:
value
- allowed object isPartyIdentificationAndAccount193
-
getTrptyAgt
Gets the value of the trptyAgt property.- Returns:
- possible object is
PartyIdentification136
-
setTrptyAgt
Sets the value of the trptyAgt property.- Parameters:
value
- allowed object isPartyIdentification136
-