Class DisplayCapabilities6

java.lang.Object
org.coderic.iso20022.messages.cafm.DisplayCapabilities6

public class DisplayCapabilities6 extends Object

Java class for DisplayCapabilities6 complex type.

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

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

    • DisplayCapabilities6

      public DisplayCapabilities6()
  • Method Details

    • getDstn

      public UserInterface1Code getDstn()
      Gets the value of the dstn property.
      Returns:
      possible object is UserInterface1Code
    • setDstn

      public void setDstn(UserInterface1Code value)
      Sets the value of the dstn property.
      Parameters:
      value - allowed object is UserInterface1Code
    • 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