public class Attachments extends Object
Java class for Attachments complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Attachments">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attachment" type="{http://rest.immobilienscout24.de/schema/common/1.0}Attachment" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/1999/xlink}href"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attachment> |
attachment |
protected URL |
href |
| Constructor and Description |
|---|
Attachments() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachment()
Gets the value of the attachment property.
|
URL |
getHref()
Link zum Element.
|
void |
setHref(URL value)
Sets the value of the href property.
|
protected List<Attachment> attachment
protected URL href
public List<Attachment> getAttachment()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attachment property.
For example, to add a new item, do as follows:
getAttachment().add(newItem);
Objects of the following type(s) are allowed in the list
Attachment
Copyright © 2014 OpenEstate. All rights reserved.