Class TMSTrigger1
java.lang.Object
org.coderic.iso20022.messages.caaa.TMSTrigger1
Java class for TMSTrigger1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TMSTrigger1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TMSCtctLvl" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TMSContactLevel1Code"/> <element name="TMSId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="TMSCtctDtTm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ISODateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tmsCtctDtTm property.Gets the value of the tmsCtctLvl property.getTMSId()
Gets the value of the tmsId property.void
Sets the value of the tmsCtctDtTm property.void
Sets the value of the tmsCtctLvl property.void
Sets the value of the tmsId property.
-
Constructor Details
-
TMSTrigger1
public TMSTrigger1()
-
-
Method Details
-
getTMSCtctLvl
Gets the value of the tmsCtctLvl property.- Returns:
- possible object is
TMSContactLevel1Code
-
setTMSCtctLvl
Sets the value of the tmsCtctLvl property.- Parameters:
value
- allowed object isTMSContactLevel1Code
-
getTMSId
Gets the value of the tmsId property.- Returns:
- possible object is
String
-
setTMSId
Sets the value of the tmsId property.- Parameters:
value
- allowed object isString
-
getTMSCtctDtTm
Gets the value of the tmsCtctDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTMSCtctDtTm
Sets the value of the tmsCtctDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-