Class DisputeReference1
java.lang.Object
org.coderic.iso20022.messages.cain.DisputeReference1
Java class for DisputeReference1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisputeReference1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AssgnrNtty" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyType32Code" minOccurs="0"/> <element name="OthrAssgnrNtty" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> <element name="DsptId" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}DisputeIdentification1" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assgnrNtty property.Gets the value of the dsptId property.Gets the value of the othrAssgnrNtty property.void
setAssgnrNtty
(PartyType32Code value) Sets the value of the assgnrNtty property.void
setOthrAssgnrNtty
(String value) Sets the value of the othrAssgnrNtty property.
-
Constructor Details
-
DisputeReference1
public DisputeReference1()
-
-
Method Details
-
getAssgnrNtty
Gets the value of the assgnrNtty property.- Returns:
- possible object is
PartyType32Code
-
setAssgnrNtty
Sets the value of the assgnrNtty property.- Parameters:
value
- allowed object isPartyType32Code
-
getOthrAssgnrNtty
Gets the value of the othrAssgnrNtty property.- Returns:
- possible object is
String
-
setOthrAssgnrNtty
Sets the value of the othrAssgnrNtty property.- Parameters:
value
- allowed object isString
-
getDsptId
Gets the value of the dsptId property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the dsptId property.For example, to add a new item, do as follows:
getDsptId().add(newItem);
Objects of the following type(s) are allowed in the list
DisputeIdentification1
-