Class ATMCommandIdentification1
java.lang.Object
org.coderic.iso20022.messages.caam.ATMCommandIdentification1
Java class for ATMCommandIdentification1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMCommandIdentification1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Orgn" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/> <element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/> <element name="Prcr" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max140Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrgn()
Gets the value of the orgn property.getPrcr()
Gets the value of the prcr property.getRef()
Gets the value of the ref property.void
Sets the value of the orgn property.void
Sets the value of the prcr property.void
Sets the value of the ref property.
-
Constructor Details
-
ATMCommandIdentification1
public ATMCommandIdentification1()
-
-
Method Details
-
getOrgn
Gets the value of the orgn property.- Returns:
- possible object is
String
-
setOrgn
Sets the value of the orgn property.- Parameters:
value
- allowed object isString
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isString
-
getPrcr
Gets the value of the prcr property.- Returns:
- possible object is
String
-
setPrcr
Sets the value of the prcr property.- Parameters:
value
- allowed object isString
-