Class DisplayCapabilities4

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

public class DisplayCapabilities4 extends Object

Java class for DisplayCapabilities4 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DisplayCapabilities4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Dstn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}UserInterface4Code" maxOccurs="unbounded"/>
         <element name="AvlblFrmt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}OutputFormat1Code" maxOccurs="unbounded" minOccurs="0"/>
         <element name="NbOfLines" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/>
         <element name="LineWidth" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/>
         <element name="AvlblLang" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}LanguageCode" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DisplayCapabilities4

      public DisplayCapabilities4()
  • Method Details

    • getDstn

      public List<UserInterface4Code> getDstn()
      Gets the value of the dstn 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 dstn property.

      For example, to add a new item, do as follows:

          getDstn().add(newItem);
       

      Objects of the following type(s) are allowed in the list UserInterface4Code

    • getAvlblFrmt

      public List<OutputFormat1Code> getAvlblFrmt()
      Gets the value of the avlblFrmt 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 avlblFrmt property.

      For example, to add a new item, do as follows:

          getAvlblFrmt().add(newItem);
       

      Objects of the following type(s) are allowed in the list OutputFormat1Code

    • getNbOfLines

      public BigDecimal getNbOfLines()
      Gets the value of the nbOfLines property.
      Returns:
      possible object is BigDecimal
    • setNbOfLines

      public void setNbOfLines(BigDecimal value)
      Sets the value of the nbOfLines property.
      Parameters:
      value - allowed object is BigDecimal
    • getLineWidth

      public BigDecimal getLineWidth()
      Gets the value of the lineWidth property.
      Returns:
      possible object is BigDecimal
    • setLineWidth

      public void setLineWidth(BigDecimal value)
      Sets the value of the lineWidth property.
      Parameters:
      value - allowed object is BigDecimal
    • getAvlblLang

      public List<String> getAvlblLang()
      Gets the value of the avlblLang 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 avlblLang property.

      For example, to add a new item, do as follows:

          getAvlblLang().add(newItem);
       

      Objects of the following type(s) are allowed in the list String