public class Price extends Object
Java class for Price complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Price"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="currency" type="{http://rest.immobilienscout24.de/schema/common/1.0}Currency"/> <element name="marketingType" type="{http://rest.immobilienscout24.de/schema/common/1.0}MarketingType" minOccurs="0"/> <element name="priceIntervalType" type="{http://rest.immobilienscout24.de/schema/common/1.0}PriceIntervalType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Currency |
currency |
protected MarketingType |
marketingType |
protected PriceIntervalType |
priceIntervalType |
protected double |
value |
Constructor and Description |
---|
Price() |
Modifier and Type | Method and Description |
---|---|
Currency |
getCurrency()
Gets the value of the currency property.
|
MarketingType |
getMarketingType()
Gets the value of the marketingType property.
|
PriceIntervalType |
getPriceIntervalType()
Gets the value of the priceIntervalType property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setCurrency(Currency value)
Sets the value of the currency property.
|
void |
setMarketingType(MarketingType value)
Sets the value of the marketingType property.
|
void |
setPriceIntervalType(PriceIntervalType value)
Sets the value of the priceIntervalType property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected double value
protected Currency currency
protected MarketingType marketingType
protected PriceIntervalType priceIntervalType
public double getValue()
public void setValue(double value)
public Currency getCurrency()
Currency
public void setCurrency(Currency value)
value
- allowed object is
Currency
public MarketingType getMarketingType()
MarketingType
public void setMarketingType(MarketingType value)
value
- allowed object is
MarketingType
public PriceIntervalType getPriceIntervalType()
PriceIntervalType
public void setPriceIntervalType(PriceIntervalType value)
value
- allowed object is
PriceIntervalType
Copyright © 2014 OpenEstate. All rights reserved.