public class PointOfInteraction1 extends Object
Java-Klasse für PointOfInteraction1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.054.001.06}GenericIdentification32"/>
<element name="SysNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max70Text" minOccurs="0"/>
<element name="GrpId" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max35Text" minOccurs="0"/>
<element name="Cpblties" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}PointOfInteractionCapabilities1" minOccurs="0"/>
<element name="Cmpnt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}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()
Ruft den Wert der cpblties-Eigenschaft ab.
|
String |
getGrpId()
Ruft den Wert der grpId-Eigenschaft ab.
|
GenericIdentification32 |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getSysNm()
Ruft den Wert der sysNm-Eigenschaft ab.
|
void |
setCpblties(PointOfInteractionCapabilities1 value)
Legt den Wert der cpblties-Eigenschaft fest.
|
void |
setGrpId(String value)
Legt den Wert der grpId-Eigenschaft fest.
|
void |
setId(GenericIdentification32 value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setSysNm(String value)
Legt den Wert der sysNm-Eigenschaft fest.
|
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 © 2017. All rights reserved.