public class Link extends Attachment
Java class for Link complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Link">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/common/1.0}Attachment">
<sequence>
<element name="url" type="{http://rest.immobilienscout24.de/schema/common/1.0}uri"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected URL |
url |
checkSum, creation, externalId, href, id, label, modification, publishDate, title| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
URL |
getUrl()
Gets the value of the url property.
|
void |
setUrl(URL value)
Sets the value of the url property.
|
getCheckSum, getCreation, getExternalId, getHref, getId, getLabel, getModification, getPublishDate, getTitle, setCheckSum, setCreation, setExternalId, setHref, setId, setLabel, setModification, setPublishDate, setTitleprotected URL url
Copyright © 2014 OpenEstate. All rights reserved.