public class RGBColour extends Object
Java class for RGBColour complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RGBColour">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rgbRedValue" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger"/>
<element name="rgbGreenValue" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger"/>
<element name="rgbBlueValue" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger"/>
<element name="colourName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="rgbColourExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultilingualString |
colourName |
protected Long |
rgbBlueValue |
protected ExtensionType |
rgbColourExtension |
protected Long |
rgbGreenValue |
protected Long |
rgbRedValue |
| Constructor and Description |
|---|
RGBColour() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getColourName()
Gets the value of the colourName property.
|
Long |
getRgbBlueValue()
Gets the value of the rgbBlueValue property.
|
ExtensionType |
getRgbColourExtension()
Gets the value of the rgbColourExtension property.
|
Long |
getRgbGreenValue()
Gets the value of the rgbGreenValue property.
|
Long |
getRgbRedValue()
Gets the value of the rgbRedValue property.
|
void |
setColourName(MultilingualString value)
Sets the value of the colourName property.
|
void |
setRgbBlueValue(Long value)
Sets the value of the rgbBlueValue property.
|
void |
setRgbColourExtension(ExtensionType value)
Sets the value of the rgbColourExtension property.
|
void |
setRgbGreenValue(Long value)
Sets the value of the rgbGreenValue property.
|
void |
setRgbRedValue(Long value)
Sets the value of the rgbRedValue property.
|
protected Long rgbRedValue
protected Long rgbGreenValue
protected Long rgbBlueValue
protected MultilingualString colourName
protected ExtensionType rgbColourExtension
public Long getRgbRedValue()
Stringpublic void setRgbRedValue(Long value)
value - allowed object is
Stringpublic Long getRgbGreenValue()
Stringpublic void setRgbGreenValue(Long value)
value - allowed object is
Stringpublic Long getRgbBlueValue()
Stringpublic void setRgbBlueValue(Long value)
value - allowed object is
Stringpublic MultilingualString getColourName()
MultilingualStringpublic void setColourName(MultilingualString value)
value - allowed object is
MultilingualStringpublic ExtensionType getRgbColourExtension()
ExtensionTypepublic void setRgbColourExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.