Class PointOfInteractionComponent13
Java class for PointOfInteractionComponent13 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInteractionComponent13"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}POIComponentType5Code"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PointOfInteractionComponentIdentification3"/> <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PointOfInteractionComponentStatus3" minOccurs="0"/> <element name="StdCmplc" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}GenericIdentification48" maxOccurs="unbounded" minOccurs="0"/> <element name="Chrtcs" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PointOfInteractionComponentCharacteristics4" minOccurs="0"/> <element name="Assmnt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PointOfInteractionComponentIdentification3" 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.Gets the value of the stdCmplc property.getSts()
Gets the value of the sts 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
setTp
(POIComponentType5Code value) Sets the value of the tp property.
-
Constructor Details
-
PointOfInteractionComponent13
public PointOfInteractionComponent13()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
POIComponentType5Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isPOIComponentType5Code
-
getId
Gets the value of the id property.- Returns:
- possible object is
PointOfInteractionComponentIdentification3
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isPointOfInteractionComponentIdentification3
-
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
PointOfInteractionComponentCharacteristics4
-
setChrtcs
Sets the value of the chrtcs property.- Parameters:
value
- allowed object isPointOfInteractionComponentCharacteristics4
-
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
PointOfInteractionComponentIdentification3
-