Class PointOfInteraction1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_08.PointOfInteraction1
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.08}GenericIdentification32"/> <element name="SysNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max70Text" minOccurs="0"/> <element name="GrpId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="Cpblties" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}PointOfInteractionCapabilities1" minOccurs="0"/> <element name="Cmpnt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}PointOfInteractionComponent1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<PointOfInteractionComponent1> protected PointOfInteractionCapabilities1
protected String
protected GenericIdentification32
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCmpnt()
Gets the value of the cmpnt property.Gets the value of the cpblties property.getGrpId()
Gets the value of the grpId property.getId()
Gets the value of the id property.getSysNm()
Gets the value of the sysNm property.void
Sets the value of the cpblties property.void
Sets the value of the grpId property.void
setId
(GenericIdentification32 value) Sets the value of the id property.void
Sets the value of the sysNm property.
-
Field Details
-
id
-
sysNm
-
grpId
-
cpblties
-
cmpnt
-
-
Constructor Details
-
PointOfInteraction1
public PointOfInteraction1()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
GenericIdentification32
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isGenericIdentification32
-
getSysNm
Gets the value of the sysNm property.- Returns:
- possible object is
String
-
setSysNm
Sets the value of the sysNm property.- Parameters:
value
- allowed object isString
-
getGrpId
Gets the value of the grpId property.- Returns:
- possible object is
String
-
setGrpId
Sets the value of the grpId property.- Parameters:
value
- allowed object isString
-
getCpblties
Gets the value of the cpblties property.- Returns:
- possible object is
PointOfInteractionCapabilities1
-
setCpblties
Sets the value of the cpblties property.- Parameters:
value
- allowed object isPointOfInteractionCapabilities1
-
getCmpnt
Gets the value of the cmpnt 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 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
-