Class DisplayCapabilities1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_09.DisplayCapabilities1
Java class for DisplayCapabilities1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisplayCapabilities1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DispTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}UserInterface2Code"/> <element name="NbOfLines" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max3NumericText"/> <element name="LineWidth" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max3NumericText"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dispTp property.Gets the value of the lineWidth property.Gets the value of the nbOfLines property.void
setDispTp
(UserInterface2Code value) Sets the value of the dispTp property.void
setLineWidth
(String value) Sets the value of the lineWidth property.void
setNbOfLines
(String value) Sets the value of the nbOfLines property.
-
Field Details
-
dispTp
-
nbOfLines
-
lineWidth
-
-
Constructor Details
-
DisplayCapabilities1
public DisplayCapabilities1()
-
-
Method Details
-
getDispTp
Gets the value of the dispTp property.- Returns:
- possible object is
UserInterface2Code
-
setDispTp
Sets the value of the dispTp property.- Parameters:
value
- allowed object isUserInterface2Code
-
getNbOfLines
Gets the value of the nbOfLines property.- Returns:
- possible object is
String
-
setNbOfLines
Sets the value of the nbOfLines property.- Parameters:
value
- allowed object isString
-
getLineWidth
Gets the value of the lineWidth property.- Returns:
- possible object is
String
-
setLineWidth
Sets the value of the lineWidth property.- Parameters:
value
- allowed object isString
-