Class PointOfInteractionComponentCharacteristics10
Java class for PointOfInteractionComponentCharacteristics10 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInteractionComponentCharacteristics10"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Mmry" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}MemoryCharacteristics1" maxOccurs="unbounded" minOccurs="0"/> <element name="Com" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CommunicationCharacteristics5" maxOccurs="unbounded" minOccurs="0"/> <element name="SctyAccsMdls" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/> <element name="SbcbrIdntyMdls" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/> <element name="SctyElmt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CryptographicKey18" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCom()
Gets the value of the com property.getMmry()
Gets the value of the mmry property.Gets the value of the sbcbrIdntyMdls property.Gets the value of the sctyAccsMdls property.Gets the value of the sctyElmt property.void
setSbcbrIdntyMdls
(BigDecimal value) Sets the value of the sbcbrIdntyMdls property.void
setSctyAccsMdls
(BigDecimal value) Sets the value of the sctyAccsMdls property.
-
Constructor Details
-
PointOfInteractionComponentCharacteristics10
public PointOfInteractionComponentCharacteristics10()
-
-
Method Details
-
getMmry
Gets the value of the mmry 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 mmry property.For example, to add a new item, do as follows:
getMmry().add(newItem);
Objects of the following type(s) are allowed in the list
MemoryCharacteristics1
-
getCom
Gets the value of the com 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 com property.For example, to add a new item, do as follows:
getCom().add(newItem);
Objects of the following type(s) are allowed in the list
CommunicationCharacteristics5
-
getSctyAccsMdls
Gets the value of the sctyAccsMdls property.- Returns:
- possible object is
BigDecimal
-
setSctyAccsMdls
Sets the value of the sctyAccsMdls property.- Parameters:
value
- allowed object isBigDecimal
-
getSbcbrIdntyMdls
Gets the value of the sbcbrIdntyMdls property.- Returns:
- possible object is
BigDecimal
-
setSbcbrIdntyMdls
Sets the value of the sbcbrIdntyMdls property.- Parameters:
value
- allowed object isBigDecimal
-
getSctyElmt
Gets the value of the sctyElmt 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 sctyElmt property.For example, to add a new item, do as follows:
getSctyElmt().add(newItem);
Objects of the following type(s) are allowed in the list
CryptographicKey18
-