Class PointOfInteractionComponentCharacteristics10

java.lang.Object
org.coderic.iso20022.messages.casp.PointOfInteractionComponentCharacteristics10

public class PointOfInteractionComponentCharacteristics10 extends Object

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 Details

    • PointOfInteractionComponentCharacteristics10

      public PointOfInteractionComponentCharacteristics10()
  • Method Details

    • getMmry

      public List<MemoryCharacteristics1> 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

      public BigDecimal getSctyAccsMdls()
      Gets the value of the sctyAccsMdls property.
      Returns:
      possible object is BigDecimal
    • setSctyAccsMdls

      public void setSctyAccsMdls(BigDecimal value)
      Sets the value of the sctyAccsMdls property.
      Parameters:
      value - allowed object is BigDecimal
    • getSbcbrIdntyMdls

      public BigDecimal getSbcbrIdntyMdls()
      Gets the value of the sbcbrIdntyMdls property.
      Returns:
      possible object is BigDecimal
    • setSbcbrIdntyMdls

      public void setSbcbrIdntyMdls(BigDecimal value)
      Sets the value of the sbcbrIdntyMdls property.
      Parameters:
      value - allowed object is BigDecimal
    • getSctyElmt

      public List<CryptographicKey18> 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