Class SourceInformation
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.SourceInformation
-
- All Implemented Interfaces:
Serializable
public class SourceInformation extends Object implements Serializable
Details of the source from which the information was obtained.Java class for SourceInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourceInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sourceCountry" type="{http://datex2.eu/schema/1_0/1_0}CountryEnum" minOccurs="0"/> <element name="sourceIdentification" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/> <element name="sourceName" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="sourceType" type="{http://datex2.eu/schema/1_0/1_0}SourceTypeEnum" minOccurs="0"/> <element name="reliable" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/> <element name="sourceInformationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSourceInformation.SourceNameJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Booleanreliableprotected CountryEnumsourceCountryprotected StringsourceIdentificationprotected ExtensionTypesourceInformationExtensionprotected SourceInformation.SourceNamesourceNameprotected SourceTypeEnumsourceType
-
Constructor Summary
Constructors Constructor Description SourceInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountryEnumgetSourceCountry()Gets the value of the sourceCountry property.StringgetSourceIdentification()Gets the value of the sourceIdentification property.ExtensionTypegetSourceInformationExtension()Gets the value of the sourceInformationExtension property.SourceInformation.SourceNamegetSourceName()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.voidsetSourceIdentification(String value)Sets the value of the sourceIdentification property.voidsetSourceInformationExtension(ExtensionType value)Sets the value of the sourceInformationExtension property.voidsetSourceName(SourceInformation.SourceName 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 SourceInformation.SourceName sourceName
-
sourceType
protected SourceTypeEnum sourceType
-
reliable
protected Boolean reliable
-
sourceInformationExtension
protected ExtensionType sourceInformationExtension
-
-
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 SourceInformation.SourceName getSourceName()
Gets the value of the sourceName property.- Returns:
- possible object is
SourceInformation.SourceName
-
setSourceName
public void setSourceName(SourceInformation.SourceName value)
Sets the value of the sourceName property.- Parameters:
value- allowed object isSourceInformation.SourceName
-
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
-
getSourceInformationExtension
public ExtensionType getSourceInformationExtension()
Gets the value of the sourceInformationExtension property.- Returns:
- possible object is
ExtensionType
-
setSourceInformationExtension
public void setSourceInformationExtension(ExtensionType value)
Sets the value of the sourceInformationExtension property.- Parameters:
value- allowed object isExtensionType
-
-