public class Premiumplacements extends Object
Java class for Premiumplacements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Premiumplacements">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="premiumplacement" type="{http://rest.immobilienscout24.de/schema/offer/premiumplacement/1.0}Premiumplacement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/1999/xlink}href"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected URL |
href |
protected List<Premiumplacement> |
premiumplacement |
| Constructor and Description |
|---|
Premiumplacements() |
| Modifier and Type | Method and Description |
|---|---|
URL |
getHref()
Link zum Element.
|
List<Premiumplacement> |
getPremiumplacement()
Gets the value of the premiumplacement property.
|
void |
setHref(URL value)
Sets the value of the href property.
|
protected List<Premiumplacement> premiumplacement
protected URL href
public List<Premiumplacement> getPremiumplacement()
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 premiumplacement property.
For example, to add a new item, do as follows:
getPremiumplacement().add(newItem);
Objects of the following type(s) are allowed in the list
Premiumplacement
Copyright © 2014 OpenEstate. All rights reserved.