Class Source
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.Source
-
- All Implemented Interfaces:
Serializable
public class Source extends Object implements Serializable
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_0RC1/2_0}CountryEnum" minOccurs="0"/> <element name="sourceIdentification" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/> <element name="sourceName" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/> <element name="sourceType" type="{http://datex2.eu/schema/2_0RC1/2_0}SourceTypeEnum" minOccurs="0"/> <element name="reliable" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="sourceExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanreliableprotected CountryEnumsourceCountryprotected ExtensionTypesourceExtensionprotected StringsourceIdentificationprotected MultilingualStringsourceNameprotected SourceTypeEnumsourceType
-
Constructor Summary
Constructors Constructor Description Source()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountryEnumgetSourceCountry()Gets the value of the sourceCountry property.ExtensionTypegetSourceExtension()Gets the value of the sourceExtension property.StringgetSourceIdentification()Gets the value of the sourceIdentification property.MultilingualStringgetSourceName()Gets the value of the sourceName property.SourceTypeEnumgetSourceType()Gets the value of the sourceType property.BooleanisReliable()Gets the value of the reliable property.voidsetReliable(Boolean value)Sets the value of the reliable property.voidsetSourceCountry(CountryEnum value)Sets the value of the sourceCountry property.voidsetSourceExtension(ExtensionType value)Sets the value of the sourceExtension property.voidsetSourceIdentification(String value)Sets the value of the sourceIdentification property.voidsetSourceName(MultilingualString value)Sets the value of the sourceName property.voidsetSourceType(SourceTypeEnum value)Sets the value of the sourceType property.
-
-
-
Field Detail
-
sourceCountry
protected CountryEnum sourceCountry
-
sourceIdentification
protected String sourceIdentification
-
sourceName
protected MultilingualString sourceName
-
sourceType
protected SourceTypeEnum sourceType
-
reliable
protected Boolean reliable
-
sourceExtension
protected ExtensionType sourceExtension
-
-
Method Detail
-
getSourceCountry
public CountryEnum getSourceCountry()
Gets the value of the sourceCountry property.- Returns:
- possible object is
CountryEnum
-
setSourceCountry
public void setSourceCountry(CountryEnum value)
Sets the value of the sourceCountry property.- Parameters:
value- allowed object isCountryEnum
-
getSourceIdentification
public String getSourceIdentification()
Gets the value of the sourceIdentification property.- Returns:
- possible object is
String
-
setSourceIdentification
public void setSourceIdentification(String value)
Sets the value of the sourceIdentification property.- Parameters:
value- allowed object isString
-
getSourceName
public MultilingualString getSourceName()
Gets the value of the sourceName property.- Returns:
- possible object is
MultilingualString
-
setSourceName
public void setSourceName(MultilingualString value)
Sets the value of the sourceName property.- Parameters:
value- allowed object isMultilingualString
-
getSourceType
public SourceTypeEnum getSourceType()
Gets the value of the sourceType property.- Returns:
- possible object is
SourceTypeEnum
-
setSourceType
public void setSourceType(SourceTypeEnum value)
Sets the value of the sourceType property.- Parameters:
value- allowed object isSourceTypeEnum
-
isReliable
public Boolean isReliable()
Gets the value of the reliable property.- Returns:
- possible object is
Boolean
-
setReliable
public void setReliable(Boolean value)
Sets the value of the reliable property.- Parameters:
value- allowed object isBoolean
-
getSourceExtension
public ExtensionType getSourceExtension()
Gets the value of the sourceExtension property.- Returns:
- possible object is
ExtensionType
-
setSourceExtension
public void setSourceExtension(ExtensionType value)
Sets the value of the sourceExtension property.- Parameters:
value- allowed object isExtensionType
-
-