Class ATMConfigurationParameter1
java.lang.Object
org.coderic.iso20022.messages.caam.ATMConfigurationParameter1
Java class for ATMConfigurationParameter1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMConfigurationParameter1"> <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}DataSetCategory7Code"/> <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTp()
Gets the value of the tp property.getVrsn()
Gets the value of the vrsn property.void
setTp
(DataSetCategory7Code value) Sets the value of the tp property.void
Sets the value of the vrsn property.
-
Constructor Details
-
ATMConfigurationParameter1
public ATMConfigurationParameter1()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
DataSetCategory7Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isDataSetCategory7Code
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
String
-
setVrsn
Sets the value of the vrsn property.- Parameters:
value
- allowed object isString
-