Class ErrorDetails2
java.lang.Object
org.coderic.iso20022.messages.cafr.ErrorDetails2
Java class for ErrorDetails2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorDetails2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MsgErrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}MessageError1Code"/>
<element name="OthrMsgErrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/>
<element name="ErrCd" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/>
<element name="ErrDesc" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max500Text" minOccurs="0"/>
<element name="DataElmtInErr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max4000Text" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataElmtInErr property.getErrCd()Gets the value of the errCd property.Gets the value of the errDesc property.Gets the value of the msgErrTp property.Gets the value of the othrMsgErrTp property.voidSets the value of the errCd property.voidsetErrDesc(String value) Sets the value of the errDesc property.voidsetMsgErrTp(MessageError1Code value) Sets the value of the msgErrTp property.voidsetOthrMsgErrTp(String value) Sets the value of the othrMsgErrTp property.
-
Constructor Details
-
ErrorDetails2
public ErrorDetails2()
-
-
Method Details
-
getMsgErrTp
Gets the value of the msgErrTp property.- Returns:
- possible object is
MessageError1Code
-
setMsgErrTp
Sets the value of the msgErrTp property.- Parameters:
value- allowed object isMessageError1Code
-
getOthrMsgErrTp
Gets the value of the othrMsgErrTp property.- Returns:
- possible object is
String
-
setOthrMsgErrTp
Sets the value of the othrMsgErrTp property.- Parameters:
value- allowed object isString
-
getErrCd
Gets the value of the errCd property.- Returns:
- possible object is
String
-
setErrCd
Sets the value of the errCd property.- Parameters:
value- allowed object isString
-
getErrDesc
Gets the value of the errDesc property.- Returns:
- possible object is
String
-
setErrDesc
Sets the value of the errDesc property.- Parameters:
value- allowed object isString
-
getDataElmtInErr
Gets the value of the dataElmtInErr 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
setmethod for the dataElmtInErr property.For example, to add a new item, do as follows:
getDataElmtInErr().add(newItem);Objects of the following type(s) are allowed in the list
String
-