public abstract class ExtendedAttachment extends Attachment
Java class for ExtendedAttachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendedAttachment">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/common/1.0}Attachment">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</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 |
|---|
ExtendedAttachment() |
| 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.