Class DisplayCapabilities4
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 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
setLineWidth
(BigDecimal value) Sets the value of the lineWidth property.void
setNbOfLines
(BigDecimal value) Sets the value of the nbOfLines property.
-
Constructor Details
-
DisplayCapabilities4
public DisplayCapabilities4()
-
-
Method Details
-
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
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
-