public class PointOfInteraction1
extends java.lang.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.06}GenericIdentification32"/>
<element name="SysNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max70Text" minOccurs="0"/>
<element name="GrpId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="Cpblties" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PointOfInteractionCapabilities1" minOccurs="0"/>
<element name="Cmpnt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PointOfInteractionComponent1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List<PointOfInteractionComponent1> |
cmpnt |
|
protected PointOfInteractionCapabilities1 |
cpblties |
|
protected java.lang.String |
grpId |
|
protected GenericIdentification32 |
id |
|
protected java.lang.String |
sysNm |
| Constructor | Description |
|---|---|
PointOfInteraction1() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<PointOfInteractionComponent1> |
getCmpnt() |
Gets the value of the cmpnt property.
|
PointOfInteractionCapabilities1 |
getCpblties() |
Gets the value of the cpblties property.
|
java.lang.String |
getGrpId() |
Gets the value of the grpId property.
|
GenericIdentification32 |
getId() |
Gets the value of the id property.
|
java.lang.String |
getSysNm() |
Gets the value of the sysNm property.
|
void |
setCpblties(PointOfInteractionCapabilities1 value) |
Sets the value of the cpblties property.
|
void |
setGrpId(java.lang.String value) |
Sets the value of the grpId property.
|
void |
setId(GenericIdentification32 value) |
Sets the value of the id property.
|
void |
setSysNm(java.lang.String value) |
Sets the value of the sysNm property.
|
protected GenericIdentification32 id
protected java.lang.String sysNm
protected java.lang.String grpId
protected PointOfInteractionCapabilities1 cpblties
protected java.util.List<PointOfInteractionComponent1> cmpnt
public GenericIdentification32 getId()
GenericIdentification32public void setId(GenericIdentification32 value)
value - allowed object is
GenericIdentification32public java.lang.String getSysNm()
Stringpublic void setSysNm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGrpId()
Stringpublic void setGrpId(java.lang.String value)
value - allowed object is
Stringpublic PointOfInteractionCapabilities1 getCpblties()
PointOfInteractionCapabilities1public void setCpblties(PointOfInteractionCapabilities1 value)
value - allowed object is
PointOfInteractionCapabilities1public java.util.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.