public class PresentationStructure extends Object
Java class for PresentationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PresentationStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Colour" type="{http://www.netex.org.uk/netex}ColourValueType" 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}ColourValueType" 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"/>
<element name="infoLinks" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.netex.org.uk/netex}infoLinks_RelStructure">
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PresentationStructure.InfoLinks
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
colour |
protected String |
colourName |
protected PresentationStructure.InfoLinks |
infoLinks |
protected byte[] |
textColour |
protected String |
textColourName |
protected String |
textFont |
protected String |
textFontName |
protected String |
textLanguage |
| Constructor and Description |
|---|
PresentationStructure() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getColour()
Gets the value of the colour property.
|
String |
getColourName()
Gets the value of the colourName property.
|
PresentationStructure.InfoLinks |
getInfoLinks()
Gets the value of the infoLinks property.
|
byte[] |
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(byte[] value)
Sets the value of the colour property.
|
void |
setColourName(String value)
Sets the value of the colourName property.
|
void |
setInfoLinks(PresentationStructure.InfoLinks value)
Sets the value of the infoLinks property.
|
void |
setTextColour(byte[] 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.
|
PresentationStructure |
withColour(byte[] value) |
PresentationStructure |
withColourName(String value) |
PresentationStructure |
withInfoLinks(PresentationStructure.InfoLinks value) |
PresentationStructure |
withTextColour(byte[] value) |
PresentationStructure |
withTextColourName(String value) |
PresentationStructure |
withTextFont(String value) |
PresentationStructure |
withTextFontName(String value) |
PresentationStructure |
withTextLanguage(String value) |
protected byte[] colour
protected String colourName
protected byte[] textColour
protected String textColourName
protected String textFont
protected String textFontName
protected String textLanguage
protected PresentationStructure.InfoLinks infoLinks
public byte[] getColour()
Stringpublic void setColour(byte[] value)
value - allowed object is
Stringpublic String getColourName()
Stringpublic void setColourName(String value)
value - allowed object is
Stringpublic byte[] getTextColour()
Stringpublic void setTextColour(byte[] 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 PresentationStructure.InfoLinks getInfoLinks()
PresentationStructure.InfoLinkspublic void setInfoLinks(PresentationStructure.InfoLinks value)
value - allowed object is
PresentationStructure.InfoLinkspublic PresentationStructure withColour(byte[] value)
public PresentationStructure withColourName(String value)
public PresentationStructure withTextColour(byte[] value)
public PresentationStructure withTextColourName(String value)
public PresentationStructure withTextFont(String value)
public PresentationStructure withTextFontName(String value)
public PresentationStructure withTextLanguage(String value)
public PresentationStructure withInfoLinks(PresentationStructure.InfoLinks value)
Copyright © 2018 Entur AS. All rights reserved.