public class PointOfInteraction1 extends Object
Java class for PointOfInteraction1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInteraction1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}GenericIdentification32"/>
<element name="SysNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max70Text" minOccurs="0"/>
<element name="GrpId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
<element name="Cpblties" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PointOfInteractionCapabilities1" minOccurs="0"/>
<element name="Cmpnt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PointOfInteractionComponent1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PointOfInteractionComponent1> |
cmpnt |
protected PointOfInteractionCapabilities1 |
cpblties |
protected String |
grpId |
protected GenericIdentification32 |
id |
protected String |
sysNm |
| Constructor and Description |
|---|
PointOfInteraction1() |
| Modifier and Type | Method and Description |
|---|---|
List<PointOfInteractionComponent1> |
getCmpnt()
Gets the value of the cmpnt property.
|
PointOfInteractionCapabilities1 |
getCpblties()
Gets the value of the cpblties property.
|
String |
getGrpId()
Gets the value of the grpId property.
|
GenericIdentification32 |
getId()
Gets the value of the id property.
|
String |
getSysNm()
Gets the value of the sysNm property.
|
void |
setCpblties(PointOfInteractionCapabilities1 value)
Sets the value of the cpblties property.
|
void |
setGrpId(String value)
Sets the value of the grpId property.
|
void |
setId(GenericIdentification32 value)
Sets the value of the id property.
|
void |
setSysNm(String value)
Sets the value of the sysNm property.
|
protected GenericIdentification32 id
protected String sysNm
protected String grpId
protected PointOfInteractionCapabilities1 cpblties
protected List<PointOfInteractionComponent1> cmpnt
public GenericIdentification32 getId()
GenericIdentification32public void setId(GenericIdentification32 value)
value - allowed object is
GenericIdentification32public String getSysNm()
Stringpublic void setSysNm(String value)
value - allowed object is
Stringpublic String getGrpId()
Stringpublic void setGrpId(String value)
value - allowed object is
Stringpublic PointOfInteractionCapabilities1 getCpblties()
PointOfInteractionCapabilities1public void setCpblties(PointOfInteractionCapabilities1 value)
value - allowed object is
PointOfInteractionCapabilities1public List<PointOfInteractionComponent1> getCmpnt()
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 JAXB object.
This is why there is not a set method for the cmpnt property.
For example, to add a new item, do as follows:
getCmpnt().add(newItem);
Objects of the following type(s) are allowed in the list
PointOfInteractionComponent1
Copyright © 2018. All rights reserved.