Class ATMCommand7
java.lang.Object
org.coderic.iso20022.messages.caam.ATMCommand7
Java class for ATMCommand7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMCommand7"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMCommand4Code"/> <element name="Urgcy" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}TMSContactLevel2Code"/> <element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ISODateTime" minOccurs="0"/> <element name="CmdId" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMCommandIdentification1" minOccurs="0"/> <element name="CmdParams" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMCommandParameters1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCmdId()
Gets the value of the cmdId property.Gets the value of the cmdParams property.getDtTm()
Gets the value of the dtTm property.getTp()
Gets the value of the tp property.getUrgcy()
Gets the value of the urgcy property.void
Sets the value of the cmdId property.void
Sets the value of the cmdParams property.void
setDtTm
(XMLGregorianCalendar value) Sets the value of the dtTm property.void
setTp
(ATMCommand4Code value) Sets the value of the tp property.void
setUrgcy
(TMSContactLevel2Code value) Sets the value of the urgcy property.
-
Constructor Details
-
ATMCommand7
public ATMCommand7()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
ATMCommand4Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isATMCommand4Code
-
getUrgcy
Gets the value of the urgcy property.- Returns:
- possible object is
TMSContactLevel2Code
-
setUrgcy
Sets the value of the urgcy property.- Parameters:
value
- allowed object isTMSContactLevel2Code
-
getDtTm
Gets the value of the dtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtTm
Sets the value of the dtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getCmdId
Gets the value of the cmdId property.- Returns:
- possible object is
ATMCommandIdentification1
-
setCmdId
Sets the value of the cmdId property.- Parameters:
value
- allowed object isATMCommandIdentification1
-
getCmdParams
Gets the value of the cmdParams property.- Returns:
- possible object is
ATMCommandParameters1Choice
-
setCmdParams
Sets the value of the cmdParams property.- Parameters:
value
- allowed object isATMCommandParameters1Choice
-