Class DisplayCapabilities6
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the avlblFrmt property.Gets the value of the avlblLang property.getDstn()
Gets the value of the dstn property.Gets the value of the lineWidth property.Gets the value of the nbOfLines property.void
setDstn
(UserInterface1Code value) Sets the value of the dstn property.void
setLineWidth
(BigDecimal value) Sets the value of the lineWidth property.void
setNbOfLines
(BigDecimal value) Sets the value of the nbOfLines property.
-
Constructor Details
-
DisplayCapabilities6
public DisplayCapabilities6()
-
-
Method Details
-
getDstn
Gets the value of the dstn property.- Returns:
- possible object is
UserInterface1Code
-
setDstn
Sets the value of the dstn property.- Parameters:
value
- allowed object isUserInterface1Code
-
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
Gets the value of the nbOfLines property.- Returns:
- possible object is
BigDecimal
-
setNbOfLines
Sets the value of the nbOfLines property.- Parameters:
value
- allowed object isBigDecimal
-
getLineWidth
Gets the value of the lineWidth property.- Returns:
- possible object is
BigDecimal
-
setLineWidth
Sets the value of the lineWidth property.- Parameters:
value
- allowed object isBigDecimal
-
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
-