Class UrlLink

  • All Implemented Interfaces:
    Serializable

    public class UrlLink
    extends Object
    implements Serializable

    Java class for UrlLink complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="UrlLink">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="urlLinkAddress" type="{http://datex2.eu/schema/2_0RC1/2_0}Url"/>
             <element name="urlLinkDescription" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="urlLinkType" type="{http://datex2.eu/schema/2_0RC1/2_0}UrlLinkTypeEnum" minOccurs="0"/>
             <element name="urlLinkExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • UrlLink

        public UrlLink()
    • Method Detail

      • getUrlLinkAddress

        public String getUrlLinkAddress()
        Gets the value of the urlLinkAddress property.
        Returns:
        possible object is String
      • setUrlLinkAddress

        public void setUrlLinkAddress​(String value)
        Sets the value of the urlLinkAddress property.
        Parameters:
        value - allowed object is String
      • setUrlLinkDescription

        public void setUrlLinkDescription​(MultilingualString value)
        Sets the value of the urlLinkDescription property.
        Parameters:
        value - allowed object is MultilingualString
      • setUrlLinkType

        public void setUrlLinkType​(UrlLinkTypeEnum value)
        Sets the value of the urlLinkType property.
        Parameters:
        value - allowed object is UrlLinkTypeEnum
      • getUrlLinkExtension

        public ExtensionType getUrlLinkExtension()
        Gets the value of the urlLinkExtension property.
        Returns:
        possible object is ExtensionType
      • setUrlLinkExtension

        public void setUrlLinkExtension​(ExtensionType value)
        Sets the value of the urlLinkExtension property.
        Parameters:
        value - allowed object is ExtensionType