Package com.adyen.model.nexo
Class OutputText
- java.lang.Object
-
- com.adyen.model.nexo.OutputText
-
public class OutputText extends Object
Definition: Content of text message to display or print. -- Usage: It conveys Information related to the content of the text message and its format. All the data elements related to the format of the text to display or print are parameters valid for the whole Text content.Java class for OutputText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputText"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Text" use="required" type="{}Text" /> <attribute name="CharacterSet" type="{}CharacterSet" /> <attribute name="Font" type="{}Font" /> <attribute name="StartRow" type="{}StartRow" /> <attribute name="StartColumn" type="{}StartColumn" /> <attribute name="Color" type="{}ColorType" /> <attribute name="CharacterWidth" type="{}CharacterWidthType" /> <attribute name="CharacterHeight" type="{}CharacterHeightType" /> <attribute name="CharacterStyle" type="{}CharacterStyleType" /> <attribute name="Alignment" type="{}AlignmentType" /> <attribute name="EndOfLineFlag" type="{}EndOfLineFlag" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AlignmentTypealignmentprotected CharacterHeightTypecharacterHeightprotected IntegercharacterSetprotected CharacterStyleTypecharacterStyleprotected CharacterWidthTypecharacterWidthprotected ColorTypecolorprotected BooleanendOfLineFlagprotected Stringfontprotected IntegerstartColumnprotected IntegerstartRowprotected Stringtext
-
Constructor Summary
Constructors Constructor Description OutputText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlignmentTypegetAlignment()Gets the value of the alignment property.CharacterHeightTypegetCharacterHeight()Gets the value of the characterHeight property.IntegergetCharacterSet()Gets the value of the characterSet property.CharacterStyleTypegetCharacterStyle()Gets the value of the characterStyle property.CharacterWidthTypegetCharacterWidth()Gets the value of the characterWidth property.ColorTypegetColor()Gets the value of the color property.StringgetFont()Gets the value of the font property.IntegergetStartColumn()Gets the value of the startColumn property.IntegergetStartRow()Gets the value of the startRow property.StringgetText()Gets the value of the text property.booleanisEndOfLineFlag()Gets the value of the endOfLineFlag property.voidsetAlignment(AlignmentType value)Sets the value of the alignment property.voidsetCharacterHeight(CharacterHeightType value)Sets the value of the characterHeight property.voidsetCharacterSet(Integer value)Sets the value of the characterSet property.voidsetCharacterStyle(CharacterStyleType value)Sets the value of the characterStyle property.voidsetCharacterWidth(CharacterWidthType value)Sets the value of the characterWidth property.voidsetColor(ColorType value)Sets the value of the color property.voidsetEndOfLineFlag(Boolean value)Sets the value of the endOfLineFlag property.voidsetFont(String value)Sets the value of the font property.voidsetStartColumn(Integer value)Sets the value of the startColumn property.voidsetStartRow(Integer value)Sets the value of the startRow property.voidsetText(String value)Sets the value of the text property.
-
-
-
Field Detail
-
text
protected String text
-
characterSet
protected Integer characterSet
-
font
protected String font
-
startRow
protected Integer startRow
-
startColumn
protected Integer startColumn
-
color
protected ColorType color
-
characterWidth
protected CharacterWidthType characterWidth
-
characterHeight
protected CharacterHeightType characterHeight
-
characterStyle
protected CharacterStyleType characterStyle
-
alignment
protected AlignmentType alignment
-
endOfLineFlag
protected Boolean endOfLineFlag
-
-
Method Detail
-
getText
public String getText()
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
public void setText(String value)
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getCharacterSet
public Integer getCharacterSet()
Gets the value of the characterSet property.- Returns:
- possible object is
Integer
-
setCharacterSet
public void setCharacterSet(Integer value)
Sets the value of the characterSet property.- Parameters:
value- allowed object isInteger
-
getFont
public String getFont()
Gets the value of the font property.- Returns:
- possible object is
String
-
setFont
public void setFont(String value)
Sets the value of the font property.- Parameters:
value- allowed object isString
-
getStartRow
public Integer getStartRow()
Gets the value of the startRow property.- Returns:
- possible object is
Integer
-
setStartRow
public void setStartRow(Integer value)
Sets the value of the startRow property.- Parameters:
value- allowed object isInteger
-
getStartColumn
public Integer getStartColumn()
Gets the value of the startColumn property.- Returns:
- possible object is
Integer
-
setStartColumn
public void setStartColumn(Integer value)
Sets the value of the startColumn property.- Parameters:
value- allowed object isInteger
-
getColor
public ColorType getColor()
Gets the value of the color property.- Returns:
- possible object is
ColorType
-
setColor
public void setColor(ColorType value)
Sets the value of the color property.- Parameters:
value- allowed object isColorType
-
getCharacterWidth
public CharacterWidthType getCharacterWidth()
Gets the value of the characterWidth property.- Returns:
- possible object is
CharacterWidthType
-
setCharacterWidth
public void setCharacterWidth(CharacterWidthType value)
Sets the value of the characterWidth property.- Parameters:
value- allowed object isCharacterWidthType
-
getCharacterHeight
public CharacterHeightType getCharacterHeight()
Gets the value of the characterHeight property.- Returns:
- possible object is
CharacterHeightType
-
setCharacterHeight
public void setCharacterHeight(CharacterHeightType value)
Sets the value of the characterHeight property.- Parameters:
value- allowed object isCharacterHeightType
-
getCharacterStyle
public CharacterStyleType getCharacterStyle()
Gets the value of the characterStyle property.- Returns:
- possible object is
CharacterStyleType
-
setCharacterStyle
public void setCharacterStyle(CharacterStyleType value)
Sets the value of the characterStyle property.- Parameters:
value- allowed object isCharacterStyleType
-
getAlignment
public AlignmentType getAlignment()
Gets the value of the alignment property.- Returns:
- possible object is
AlignmentType
-
setAlignment
public void setAlignment(AlignmentType value)
Sets the value of the alignment property.- Parameters:
value- allowed object isAlignmentType
-
isEndOfLineFlag
public boolean isEndOfLineFlag()
Gets the value of the endOfLineFlag property.- Returns:
- possible object is
Boolean
-
-