public class PrintPresentationStructure extends Object
Java class for PrintPresentationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintPresentationStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Colour" type="{http://www.netex.org.uk/netex}PrintColourValueType" minOccurs="0"/>
<element name="ColourName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TextColour" type="{http://www.netex.org.uk/netex}PrintColourValueType" minOccurs="0"/>
<element name="TextColourName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TextFont" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
<element name="TextFontName" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
<element name="TextLanguage" type="{http://www.w3.org/2001/XMLSchema}language" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
colour |
protected String |
colourName |
protected String |
textColour |
protected String |
textColourName |
protected String |
textFont |
protected String |
textFontName |
protected String |
textLanguage |
| Constructor and Description |
|---|
PrintPresentationStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColour()
Gets the value of the colour property.
|
String |
getColourName()
Gets the value of the colourName property.
|
String |
getTextColour()
Gets the value of the textColour property.
|
String |
getTextColourName()
Gets the value of the textColourName property.
|
String |
getTextFont()
Gets the value of the textFont property.
|
String |
getTextFontName()
Gets the value of the textFontName property.
|
String |
getTextLanguage()
Gets the value of the textLanguage property.
|
void |
setColour(String value)
Sets the value of the colour property.
|
void |
setColourName(String value)
Sets the value of the colourName property.
|
void |
setTextColour(String value)
Sets the value of the textColour property.
|
void |
setTextColourName(String value)
Sets the value of the textColourName property.
|
void |
setTextFont(String value)
Sets the value of the textFont property.
|
void |
setTextFontName(String value)
Sets the value of the textFontName property.
|
void |
setTextLanguage(String value)
Sets the value of the textLanguage property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PrintPresentationStructure |
withColour(String value) |
PrintPresentationStructure |
withColourName(String value) |
PrintPresentationStructure |
withTextColour(String value) |
PrintPresentationStructure |
withTextColourName(String value) |
PrintPresentationStructure |
withTextFont(String value) |
PrintPresentationStructure |
withTextFontName(String value) |
PrintPresentationStructure |
withTextLanguage(String value) |
protected String colour
protected String colourName
protected String textColour
protected String textColourName
protected String textFont
protected String textFontName
protected String textLanguage
public String getColour()
Stringpublic void setColour(String value)
value - allowed object is
Stringpublic String getColourName()
Stringpublic void setColourName(String value)
value - allowed object is
Stringpublic String getTextColour()
Stringpublic void setTextColour(String value)
value - allowed object is
Stringpublic String getTextColourName()
Stringpublic void setTextColourName(String value)
value - allowed object is
Stringpublic String getTextFont()
Stringpublic void setTextFont(String value)
value - allowed object is
Stringpublic String getTextFontName()
Stringpublic void setTextFontName(String value)
value - allowed object is
Stringpublic String getTextLanguage()
Stringpublic void setTextLanguage(String value)
value - allowed object is
Stringpublic PrintPresentationStructure withColour(String value)
public PrintPresentationStructure withColourName(String value)
public PrintPresentationStructure withTextColour(String value)
public PrintPresentationStructure withTextColourName(String value)
public PrintPresentationStructure withTextFont(String value)
public PrintPresentationStructure withTextFontName(String value)
public PrintPresentationStructure withTextLanguage(String value)
Copyright © 2018 Entur AS. All rights reserved.