Class Terminal4
java.lang.Object
org.coderic.iso20022.messages.cafm.Terminal4
Java class for Terminal4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Terminal4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TermnlId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TerminalIdentification3"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TerminalType1Code" minOccurs="0"/> <element name="OthrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> <element name="Cpblties" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Capabilities2" minOccurs="0"/> <element name="TermnlIntgtn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TerminalIntegrationCategory1Code" minOccurs="0"/> <element name="GeogcLctn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}GeographicPointInDecimalDegrees" minOccurs="0"/> <element name="OutdrInd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TrueFalseIndicator" minOccurs="0"/> <element name="OffPrmissInd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TrueFalseIndicator" minOccurs="0"/> <element name="OnBrdInd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TrueFalseIndicator" minOccurs="0"/> <element name="POICmpnt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PointOfInteractionComponent13" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cpblties property.Gets the value of the geogcLctn property.Gets the value of the othrTp property.Gets the value of the poiCmpnt property.Gets the value of the termnlId property.Gets the value of the termnlIntgtn property.getTp()
Gets the value of the tp property.Gets the value of the offPrmissInd property.Gets the value of the onBrdInd property.Gets the value of the outdrInd property.void
setCpblties
(Capabilities2 value) Sets the value of the cpblties property.void
setGeogcLctn
(String value) Sets the value of the geogcLctn property.void
setOffPrmissInd
(Boolean value) Sets the value of the offPrmissInd property.void
setOnBrdInd
(Boolean value) Sets the value of the onBrdInd property.void
Sets the value of the othrTp property.void
setOutdrInd
(Boolean value) Sets the value of the outdrInd property.void
Sets the value of the termnlId property.void
Sets the value of the termnlIntgtn property.void
setTp
(TerminalType1Code value) Sets the value of the tp property.
-
Constructor Details
-
Terminal4
public Terminal4()
-
-
Method Details
-
getTermnlId
Gets the value of the termnlId property.- Returns:
- possible object is
TerminalIdentification3
-
setTermnlId
Sets the value of the termnlId property.- Parameters:
value
- allowed object isTerminalIdentification3
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
TerminalType1Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isTerminalType1Code
-
getOthrTp
Gets the value of the othrTp property.- Returns:
- possible object is
String
-
setOthrTp
Sets the value of the othrTp property.- Parameters:
value
- allowed object isString
-
getCpblties
Gets the value of the cpblties property.- Returns:
- possible object is
Capabilities2
-
setCpblties
Sets the value of the cpblties property.- Parameters:
value
- allowed object isCapabilities2
-
getTermnlIntgtn
Gets the value of the termnlIntgtn property.- Returns:
- possible object is
TerminalIntegrationCategory1Code
-
setTermnlIntgtn
Sets the value of the termnlIntgtn property.- Parameters:
value
- allowed object isTerminalIntegrationCategory1Code
-
getGeogcLctn
Gets the value of the geogcLctn property.- Returns:
- possible object is
String
-
setGeogcLctn
Sets the value of the geogcLctn property.- Parameters:
value
- allowed object isString
-
isOutdrInd
Gets the value of the outdrInd property.- Returns:
- possible object is
Boolean
-
setOutdrInd
Sets the value of the outdrInd property.- Parameters:
value
- allowed object isBoolean
-
isOffPrmissInd
Gets the value of the offPrmissInd property.- Returns:
- possible object is
Boolean
-
setOffPrmissInd
Sets the value of the offPrmissInd property.- Parameters:
value
- allowed object isBoolean
-
isOnBrdInd
Gets the value of the onBrdInd property.- Returns:
- possible object is
Boolean
-
setOnBrdInd
Sets the value of the onBrdInd property.- Parameters:
value
- allowed object isBoolean
-
getPOICmpnt
Gets the value of the poiCmpnt property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the poiCmpnt property.For example, to add a new item, do as follows:
getPOICmpnt().add(newItem);
Objects of the following type(s) are allowed in the list
PointOfInteractionComponent13
-