Class 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
    • Constructor Detail

      • Source

        public Source()
    • 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 is CountryEnum
      • 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 is String
      • 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 is SourceTypeEnum
      • 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 is Boolean
      • 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 is ExtensionType