public class MxCatp01000102 extends AbstractMX
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class[] |
_classes |
protected com.prowidesoftware.swift.model.mx.dic.ATMPINManagementRequestV02 |
atmpinMgmtReq |
static java.lang.String |
BUSINESS_PROCESS |
static int |
FUNCTIONALITY |
static java.lang.String |
NAMESPACE |
static int |
VARIANT |
static int |
VERSION |
DEFAULT_ROOT_ELEMENT, DOCUMENT_LOCALNAME| Constructor and Description |
|---|
MxCatp01000102() |
MxCatp01000102(MxSwiftMessage mxSwiftMessage)
Creates the MX object parsing the raw content from the parameter MxSwiftMessage
|
MxCatp01000102(java.lang.String xml)
Creates the MX object parsing the parameter String with the XML content
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
static MxCatp01000102 |
fromJson(java.lang.String json)
Creates an MxCatp01000102 messages from its JSON representation.
|
com.prowidesoftware.swift.model.mx.dic.ATMPINManagementRequestV02 |
getATMPINMgmtReq()
Gets the value of the atmpinMgmtReq property.
|
java.lang.String |
getBusinessProcess()
get the Alphabetic code in four positions (fixed length) identifying the Business Process
|
java.lang.Class[] |
getClasses()
Get the classes associated with this message
|
int |
getFunctionality()
Get the code identifying the Message Functionality
|
java.lang.String |
getNamespace()
Get the XML namespace of the message
|
int |
getVariant()
Get the Message variant
|
int |
getVersion()
Get the message version
|
int |
hashCode() |
static MxCatp01000102 |
parse(java.lang.String xml)
Creates the MX object parsing the raw content from the parameter XML, using default unmarshalling options
|
static MxCatp01000102 |
parse(java.lang.String xml,
MxRead parserImpl)
Creates the MX object parsing the raw content from the parameter XML with injected read implementation
|
static MxCatp01000102 |
parse(java.lang.String xml,
MxReadConfiguration conf)
Creates the MX object parsing the raw content from the parameter XML, using the provided unmarshalling options
|
MxCatp01000102 |
setATMPINMgmtReq(com.prowidesoftware.swift.model.mx.dic.ATMPINManagementRequestV02 value)
Sets the value of the atmpinMgmtReq property.
|
java.lang.String |
toString() |
document, document, document, document, element, fromJson, getAppHdr, getBusinessHeader, getMxId, header, header, header, header, message, message, message, message, message, message, parse, parse, parse, parse, read, setAppHdr, setBusinessHeader, targetNamespace, toJson, write, write, xmlSourceprotected com.prowidesoftware.swift.model.mx.dic.ATMPINManagementRequestV02 atmpinMgmtReq
public static final transient java.lang.String BUSINESS_PROCESS
public static final transient int FUNCTIONALITY
public static final transient int VARIANT
public static final transient int VERSION
public static final transient java.lang.Class[] _classes
public static final transient java.lang.String NAMESPACE
public MxCatp01000102()
public MxCatp01000102(java.lang.String xml)
public MxCatp01000102(MxSwiftMessage mxSwiftMessage)
public com.prowidesoftware.swift.model.mx.dic.ATMPINManagementRequestV02 getATMPINMgmtReq()
ATMPINManagementRequestV02public MxCatp01000102 setATMPINMgmtReq(com.prowidesoftware.swift.model.mx.dic.ATMPINManagementRequestV02 value)
value - allowed object is
ATMPINManagementRequestV02public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getBusinessProcess()
AbstractMXgetBusinessProcess in class AbstractMXpublic int getFunctionality()
AbstractMXgetFunctionality in class AbstractMXpublic int getVariant()
AbstractMXgetVariant in class AbstractMXpublic int getVersion()
AbstractMXgetVersion in class AbstractMXpublic static MxCatp01000102 parse(java.lang.String xml)
public static MxCatp01000102 parse(java.lang.String xml, MxReadConfiguration conf)
public static MxCatp01000102 parse(java.lang.String xml, MxRead parserImpl)
parserImpl - an MX unmarshall implementationpublic java.lang.String getNamespace()
AbstractMXgetNamespace in class AbstractMXpublic java.lang.Class[] getClasses()
AbstractMXgetClasses in class AbstractMXpublic static final MxCatp01000102 fromJson(java.lang.String json)
For generic conversion of JSON into the corresponding MX instance
see AbstractMX.fromJson(String)
json - a JSON representation of an MxCatp01000102 message