Class SettlementServiceMode1
java.lang.Object
org.coderic.iso20022.messages.cain.SettlementServiceMode1
Java class for SettlementServiceMode1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementServiceMode1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> <element name="ShrtNm" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> <element name="SttlmPrty" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Priority3Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the shrtNm property.Gets the value of the sttlmPrty property.getTp()
Gets the value of the tp property.void
Sets the value of the id property.void
Sets the value of the shrtNm property.void
setSttlmPrty
(Priority3Code value) Sets the value of the sttlmPrty property.void
Sets the value of the tp property.
-
Constructor Details
-
SettlementServiceMode1
public SettlementServiceMode1()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getShrtNm
Gets the value of the shrtNm property.- Returns:
- possible object is
String
-
setShrtNm
Sets the value of the shrtNm property.- Parameters:
value
- allowed object isString
-
getSttlmPrty
Gets the value of the sttlmPrty property.- Returns:
- possible object is
Priority3Code
-
setSttlmPrty
Sets the value of the sttlmPrty property.- Parameters:
value
- allowed object isPriority3Code
-