Class PointOfInteractionComponent15
Java class for PointOfInteractionComponent15 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInteractionComponent15"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}POIComponentType6Code"/> <element name="SubTpInf" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max70Text" minOccurs="0"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PointOfInteractionComponentIdentification2"/> <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PointOfInteractionComponentStatus3" minOccurs="0"/> <element name="StdCmplc" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}GenericIdentification48" maxOccurs="unbounded" minOccurs="0"/> <element name="Chrtcs" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PointOfInteractionComponentCharacteristics10" minOccurs="0"/> <element name="Assmnt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PointOfInteractionComponentAssessment1" maxOccurs="unbounded" minOccurs="0"/> <element name="Packg" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PackageType5" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assmnt property.Gets the value of the chrtcs property.getId()
Gets the value of the id property.getPackg()
Gets the value of the packg property.Gets the value of the stdCmplc property.getSts()
Gets the value of the sts property.Gets the value of the subTpInf property.getTp()
Gets the value of the tp property.void
Sets the value of the chrtcs property.void
Sets the value of the id property.void
Sets the value of the sts property.void
setSubTpInf
(String value) Sets the value of the subTpInf property.void
setTp
(POIComponentType6Code value) Sets the value of the tp property.
-
Constructor Details
-
PointOfInteractionComponent15
public PointOfInteractionComponent15()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
POIComponentType6Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isPOIComponentType6Code
-
getSubTpInf
Gets the value of the subTpInf property.- Returns:
- possible object is
String
-
setSubTpInf
Sets the value of the subTpInf property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
PointOfInteractionComponentIdentification2
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isPointOfInteractionComponentIdentification2
-
getSts
Gets the value of the sts property.- Returns:
- possible object is
PointOfInteractionComponentStatus3
-
setSts
Sets the value of the sts property.- Parameters:
value
- allowed object isPointOfInteractionComponentStatus3
-
getStdCmplc
Gets the value of the stdCmplc 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 stdCmplc property.For example, to add a new item, do as follows:
getStdCmplc().add(newItem);
Objects of the following type(s) are allowed in the list
GenericIdentification48
-
getChrtcs
Gets the value of the chrtcs property.- Returns:
- possible object is
PointOfInteractionComponentCharacteristics10
-
setChrtcs
Sets the value of the chrtcs property.- Parameters:
value
- allowed object isPointOfInteractionComponentCharacteristics10
-
getAssmnt
Gets the value of the assmnt 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 assmnt property.For example, to add a new item, do as follows:
getAssmnt().add(newItem);
Objects of the following type(s) are allowed in the list
PointOfInteractionComponentAssessment1
-
getPackg
Gets the value of the packg 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 packg property.For example, to add a new item, do as follows:
getPackg().add(newItem);
Objects of the following type(s) are allowed in the list
PackageType5
-