Class MxCaaa02100105
- java.lang.Object
-
- com.prowidesoftware.swift.model.AbstractMessage
-
- com.prowidesoftware.swift.model.mx.AbstractMX
-
- com.prowidesoftware.swift.model.mx.MxCaaa02100105
-
- All Implemented Interfaces:
com.prowidesoftware.JsonSerializable
public class MxCaaa02100105 extends AbstractMX
Class for caaa.021.001.05 ISO 20022 message.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class[]_classesstatic java.lang.StringBUSINESS_PROCESSstatic intFUNCTIONALITYstatic java.lang.StringNAMESPACEprotected com.prowidesoftware.swift.model.mx.dic.TransactionAdviceResponseV05txAdvcRspnstatic intVARIANTstatic intVERSION-
Fields inherited from class com.prowidesoftware.swift.model.mx.AbstractMX
DEFAULT_ROOT_ELEMENT, DOCUMENT_LOCALNAME
-
-
Constructor Summary
Constructors Constructor Description MxCaaa02100105()MxCaaa02100105(MxSwiftMessage mxSwiftMessage)Creates the MX object parsing the raw content from the parameter MxSwiftMessageMxCaaa02100105(java.lang.String xml)Creates the MX object parsing the parameter String with the XML content
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object that)static MxCaaa02100105fromJson(java.lang.String json)Creates an MxCaaa02100105 messages from its JSON representation.java.lang.StringgetBusinessProcess()get the Alphabetic code in four positions (fixed length) identifying the Business Processjava.lang.Class[]getClasses()Get the classes associated with this messageintgetFunctionality()Get the code identifying the Message Functionalityjava.lang.StringgetNamespace()Get the XML namespace of the messagecom.prowidesoftware.swift.model.mx.dic.TransactionAdviceResponseV05getTxAdvcRspn()Gets the value of the txAdvcRspn property.intgetVariant()Get the Message variantintgetVersion()Get the message versioninthashCode()static MxCaaa02100105parse(java.lang.String xml)Creates the MX object parsing the raw content from the parameter XML, using default unmarshalling optionsstatic MxCaaa02100105parse(java.lang.String xml, MxRead parserImpl)Creates the MX object parsing the raw content from the parameter XML with injected read implementationstatic MxCaaa02100105parse(java.lang.String xml, MxReadConfiguration conf)Creates the MX object parsing the raw content from the parameter XML, using the provided unmarshalling optionsMxCaaa02100105setTxAdvcRspn(com.prowidesoftware.swift.model.mx.dic.TransactionAdviceResponseV05 value)Sets the value of the txAdvcRspn property.java.lang.StringtoString()-
Methods inherited from class com.prowidesoftware.swift.model.mx.AbstractMX
document, document, document, element, element, fromJson, fromJsonV9, fromJsonV9, getAppHdr, getMxId, header, header, message, message, parse, parse, parse, parse, setAppHdr, targetNamespace, toJson, toJsonV9, write, write, xmlSource
-
-
-
-
Field Detail
-
txAdvcRspn
protected com.prowidesoftware.swift.model.mx.dic.TransactionAdviceResponseV05 txAdvcRspn
-
BUSINESS_PROCESS
public static final transient java.lang.String BUSINESS_PROCESS
- See Also:
- Constant Field Values
-
FUNCTIONALITY
public static final transient int FUNCTIONALITY
- See Also:
- Constant Field Values
-
VARIANT
public static final transient int VARIANT
- See Also:
- Constant Field Values
-
VERSION
public static final transient int VERSION
- See Also:
- Constant Field Values
-
_classes
public static final transient java.lang.Class[] _classes
-
NAMESPACE
public static final transient java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MxCaaa02100105
public MxCaaa02100105()
-
MxCaaa02100105
public MxCaaa02100105(java.lang.String xml)
Creates the MX object parsing the parameter String with the XML content
-
MxCaaa02100105
public MxCaaa02100105(MxSwiftMessage mxSwiftMessage)
Creates the MX object parsing the raw content from the parameter MxSwiftMessage
-
-
Method Detail
-
getTxAdvcRspn
public com.prowidesoftware.swift.model.mx.dic.TransactionAdviceResponseV05 getTxAdvcRspn()
Gets the value of the txAdvcRspn property.- Returns:
- possible object is
TransactionAdviceResponseV05
-
setTxAdvcRspn
public MxCaaa02100105 setTxAdvcRspn(com.prowidesoftware.swift.model.mx.dic.TransactionAdviceResponseV05 value)
Sets the value of the txAdvcRspn property.- Parameters:
value- allowed object isTransactionAdviceResponseV05
-
getBusinessProcess
public java.lang.String getBusinessProcess()
Description copied from class:AbstractMXget the Alphabetic code in four positions (fixed length) identifying the Business Process- Specified by:
getBusinessProcessin classAbstractMX- Returns:
- the business process of the implementing class
-
getFunctionality
public int getFunctionality()
Description copied from class:AbstractMXGet the code identifying the Message Functionality- Specified by:
getFunctionalityin classAbstractMX- Returns:
- the set functionality or null if not set
-
getVariant
public int getVariant()
Description copied from class:AbstractMXGet the Message variant- Specified by:
getVariantin classAbstractMX- Returns:
- the set variant or null if not set
-
getVersion
public int getVersion()
Description copied from class:AbstractMXGet the message version- Specified by:
getVersionin classAbstractMX- Returns:
- the set vesion or null if not set
-
parse
public static MxCaaa02100105 parse(java.lang.String xml)
Creates the MX object parsing the raw content from the parameter XML, using default unmarshalling options
-
parse
public static MxCaaa02100105 parse(java.lang.String xml, MxReadConfiguration conf)
Creates the MX object parsing the raw content from the parameter XML, using the provided unmarshalling options- Since:
- 9.2.6
-
parse
public static MxCaaa02100105 parse(java.lang.String xml, MxRead parserImpl)
Creates the MX object parsing the raw content from the parameter XML with injected read implementation- Parameters:
parserImpl- an MX unmarshall implementation- Since:
- 9.0.1
-
getNamespace
public java.lang.String getNamespace()
Description copied from class:AbstractMXGet the XML namespace of the message- Specified by:
getNamespacein classAbstractMX
-
getClasses
public java.lang.Class[] getClasses()
Description copied from class:AbstractMXGet the classes associated with this message- Specified by:
getClassesin classAbstractMX
-
fromJson
public static final MxCaaa02100105 fromJson(java.lang.String json)
Creates an MxCaaa02100105 messages from its JSON representation.For generic conversion of JSON into the corresponding MX instance see
AbstractMX.fromJson(String)- Parameters:
json- a JSON representation of an MxCaaa02100105 message- Returns:
- a new instance of MxCaaa02100105
- Since:
- 7.10.2
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-