Class DisplayCapabilities1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_03.DisplayCapabilities1
-
public class DisplayCapabilities1 extends Object
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.03}UserInterface2Code"/> <element name="NbOfLines" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max3NumericText"/> <element name="LineWidth" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max3NumericText"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DisplayCapabilities1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserInterface2CodegetDispTp()Gets the value of the dispTp property.StringgetLineWidth()Gets the value of the lineWidth property.StringgetNbOfLines()Gets the value of the nbOfLines property.voidsetDispTp(UserInterface2Code value)Sets the value of the dispTp property.voidsetLineWidth(String value)Sets the value of the lineWidth property.voidsetNbOfLines(String value)Sets the value of the nbOfLines property.
-
-
-
Field Detail
-
dispTp
protected UserInterface2Code dispTp
-
nbOfLines
protected String nbOfLines
-
lineWidth
protected String lineWidth
-
-
Method Detail
-
getDispTp
public UserInterface2Code getDispTp()
Gets the value of the dispTp property.- Returns:
- possible object is
UserInterface2Code
-
setDispTp
public void setDispTp(UserInterface2Code value)
Sets the value of the dispTp property.- Parameters:
value- allowed object isUserInterface2Code
-
getNbOfLines
public String getNbOfLines()
Gets the value of the nbOfLines property.- Returns:
- possible object is
String
-
setNbOfLines
public void setNbOfLines(String value)
Sets the value of the nbOfLines property.- Parameters:
value- allowed object isString
-
getLineWidth
public String getLineWidth()
Gets the value of the lineWidth property.- Returns:
- possible object is
String
-
-