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