public class Price extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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 |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
String |
toString() |
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
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2014 OpenEstate. All rights reserved.