public class UrlLink
extends java.lang.Object
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/2_0}Url"/> <element name="urlLinkDescription" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/> <element name="urlLinkType" type="{http://datex2.eu/schema/2/2_0}UrlLinkTypeEnum" minOccurs="0"/> <element name="urlLinkExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
urlLinkAddress |
protected MultilingualString |
urlLinkDescription |
protected ExtensionType |
urlLinkExtension |
protected UrlLinkTypeEnum |
urlLinkType |
Constructor and Description |
---|
UrlLink() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUrlLinkAddress()
Gets the value of the urlLinkAddress property.
|
MultilingualString |
getUrlLinkDescription()
Gets the value of the urlLinkDescription property.
|
ExtensionType |
getUrlLinkExtension()
Gets the value of the urlLinkExtension property.
|
UrlLinkTypeEnum |
getUrlLinkType()
Gets the value of the urlLinkType property.
|
void |
setUrlLinkAddress(java.lang.String value)
Sets the value of the urlLinkAddress property.
|
void |
setUrlLinkDescription(MultilingualString value)
Sets the value of the urlLinkDescription property.
|
void |
setUrlLinkExtension(ExtensionType value)
Sets the value of the urlLinkExtension property.
|
void |
setUrlLinkType(UrlLinkTypeEnum value)
Sets the value of the urlLinkType property.
|
protected java.lang.String urlLinkAddress
protected MultilingualString urlLinkDescription
protected UrlLinkTypeEnum urlLinkType
protected ExtensionType urlLinkExtension
public java.lang.String getUrlLinkAddress()
String
public void setUrlLinkAddress(java.lang.String value)
value
- allowed object is
String
public MultilingualString getUrlLinkDescription()
MultilingualString
public void setUrlLinkDescription(MultilingualString value)
value
- allowed object is
MultilingualString
public UrlLinkTypeEnum getUrlLinkType()
UrlLinkTypeEnum
public void setUrlLinkType(UrlLinkTypeEnum value)
value
- allowed object is
UrlLinkTypeEnum
public ExtensionType getUrlLinkExtension()
ExtensionType
public void setUrlLinkExtension(ExtensionType value)
value
- allowed object is
ExtensionType