public class DisplayCapabilities1
extends java.lang.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.06}UserInterface2Code"/> <element name="NbOfLines" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max3NumericText"/> <element name="LineWidth" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max3NumericText"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected UserInterface2Code |
dispTp |
|
protected java.lang.String |
lineWidth |
|
protected java.lang.String |
nbOfLines |
Constructor | Description |
---|---|
DisplayCapabilities1() |
Modifier and Type | Method | Description |
---|---|---|
UserInterface2Code |
getDispTp() |
Gets the value of the dispTp property.
|
java.lang.String |
getLineWidth() |
Gets the value of the lineWidth property.
|
java.lang.String |
getNbOfLines() |
Gets the value of the nbOfLines property.
|
void |
setDispTp(UserInterface2Code value) |
Sets the value of the dispTp property.
|
void |
setLineWidth(java.lang.String value) |
Sets the value of the lineWidth property.
|
void |
setNbOfLines(java.lang.String value) |
Sets the value of the nbOfLines property.
|
protected UserInterface2Code dispTp
protected java.lang.String nbOfLines
protected java.lang.String lineWidth
public UserInterface2Code getDispTp()
UserInterface2Code
public void setDispTp(UserInterface2Code value)
value
- allowed object is
UserInterface2Code
public java.lang.String getNbOfLines()
String
public void setNbOfLines(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLineWidth()
String
public void setLineWidth(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.