public class Source extends Object
Java class for Source complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Source">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sourceCountry" type="{http://datex2.eu/schema/2/2_0}CountryEnum" minOccurs="0"/>
<element name="sourceIdentification" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="sourceName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="sourceType" type="{http://datex2.eu/schema/2/2_0}SourceTypeEnum" minOccurs="0"/>
<element name="reliable" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="sourceExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
reliable |
protected CountryEnum |
sourceCountry |
protected ExtensionType |
sourceExtension |
protected String |
sourceIdentification |
protected MultilingualString |
sourceName |
protected SourceTypeEnum |
sourceType |
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
CountryEnum |
getSourceCountry()
Gets the value of the sourceCountry property.
|
ExtensionType |
getSourceExtension()
Gets the value of the sourceExtension property.
|
String |
getSourceIdentification()
Gets the value of the sourceIdentification property.
|
MultilingualString |
getSourceName()
Gets the value of the sourceName property.
|
SourceTypeEnum |
getSourceType()
Gets the value of the sourceType property.
|
Boolean |
isReliable()
Gets the value of the reliable property.
|
void |
setReliable(Boolean value)
Sets the value of the reliable property.
|
void |
setSourceCountry(CountryEnum value)
Sets the value of the sourceCountry property.
|
void |
setSourceExtension(ExtensionType value)
Sets the value of the sourceExtension property.
|
void |
setSourceIdentification(String value)
Sets the value of the sourceIdentification property.
|
void |
setSourceName(MultilingualString value)
Sets the value of the sourceName property.
|
void |
setSourceType(SourceTypeEnum value)
Sets the value of the sourceType property.
|
protected CountryEnum sourceCountry
protected String sourceIdentification
protected MultilingualString sourceName
protected SourceTypeEnum sourceType
protected Boolean reliable
protected ExtensionType sourceExtension
public CountryEnum getSourceCountry()
CountryEnumpublic void setSourceCountry(CountryEnum value)
value - allowed object is
CountryEnumpublic String getSourceIdentification()
Stringpublic void setSourceIdentification(String value)
value - allowed object is
Stringpublic MultilingualString getSourceName()
MultilingualStringpublic void setSourceName(MultilingualString value)
value - allowed object is
MultilingualStringpublic SourceTypeEnum getSourceType()
SourceTypeEnumpublic void setSourceType(SourceTypeEnum value)
value - allowed object is
SourceTypeEnumpublic Boolean isReliable()
Booleanpublic void setReliable(Boolean value)
value - allowed object is
Booleanpublic ExtensionType getSourceExtension()
ExtensionTypepublic void setSourceExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.