Class TerminalHosting1
java.lang.Object
org.coderic.iso20022.messages.catp.TerminalHosting1
Java class for TerminalHosting1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminalHosting1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Ctgy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}TransactionEnvironment3Code" minOccurs="0"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Details
-
TerminalHosting1
public TerminalHosting1()
-
-
Method Details
-
getCtgy
Gets the value of the ctgy property.- Returns:
- possible object is
TransactionEnvironment3Code
-
setCtgy
Sets the value of the ctgy property.- Parameters:
value
- allowed object isTransactionEnvironment3Code
-
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
-