public class PriceRegionAssignment extends Object
Java class for priceRegionAssignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="priceRegionAssignment"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="region" type="{http://rest.immobilienscout24.de/schema/offer/zipandlocationtoregion/1.0}priceRegion"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PriceRegion |
region |
Constructor and Description |
---|
PriceRegionAssignment() |
Modifier and Type | Method and Description |
---|---|
PriceRegion |
getRegion()
Gets the value of the region property.
|
void |
setRegion(PriceRegion value)
Sets the value of the region property.
|
protected PriceRegion region
public PriceRegion getRegion()
PriceRegion
public void setRegion(PriceRegion value)
value
- allowed object is
PriceRegion
Copyright © 2014 OpenEstate. All rights reserved.