Class UrlLink
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected StringurlLinkAddressprotected MultilingualStringurlLinkDescriptionprotected ExtensionTypeurlLinkExtensionprotected UrlLinkTypeEnumurlLinkType
-
Constructor Summary
Constructors Constructor Description UrlLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrlLinkAddress()Gets the value of the urlLinkAddress property.MultilingualStringgetUrlLinkDescription()Gets the value of the urlLinkDescription property.ExtensionTypegetUrlLinkExtension()Gets the value of the urlLinkExtension property.UrlLinkTypeEnumgetUrlLinkType()Gets the value of the urlLinkType property.voidsetUrlLinkAddress(String value)Sets the value of the urlLinkAddress property.voidsetUrlLinkDescription(MultilingualString value)Sets the value of the urlLinkDescription property.voidsetUrlLinkExtension(ExtensionType value)Sets the value of the urlLinkExtension property.voidsetUrlLinkType(UrlLinkTypeEnum value)Sets the value of the urlLinkType property.
-
-
-
Field Detail
-
urlLinkAddress
protected String urlLinkAddress
-
urlLinkDescription
protected MultilingualString urlLinkDescription
-
urlLinkType
protected UrlLinkTypeEnum urlLinkType
-
urlLinkExtension
protected ExtensionType urlLinkExtension
-
-
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 isString
-
getUrlLinkDescription
public MultilingualString getUrlLinkDescription()
Gets the value of the urlLinkDescription property.- Returns:
- possible object is
MultilingualString
-
setUrlLinkDescription
public void setUrlLinkDescription(MultilingualString value)
Sets the value of the urlLinkDescription property.- Parameters:
value- allowed object isMultilingualString
-
getUrlLinkType
public UrlLinkTypeEnum getUrlLinkType()
Gets the value of the urlLinkType property.- Returns:
- possible object is
UrlLinkTypeEnum
-
setUrlLinkType
public void setUrlLinkType(UrlLinkTypeEnum value)
Sets the value of the urlLinkType property.- Parameters:
value- allowed object isUrlLinkTypeEnum
-
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 isExtensionType
-
-