public class Money132 extends Object
Java class for Money13.2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Money13.2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="amount" type="{http://rest.immobilienscout24.de/schema/common/1.0}Number13.2Type"/> <element name="currency" type="{http://rest.immobilienscout24.de/schema/common/1.0}Currency"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
amount |
protected Currency |
currency |
Constructor and Description |
---|
Money132() |
Modifier and Type | Method and Description |
---|---|
Double |
getAmount()
Gets the value of the amount property.
|
Currency |
getCurrency()
Gets the value of the currency property.
|
void |
setAmount(Double value)
Sets the value of the amount property.
|
void |
setCurrency(Currency value)
Sets the value of the currency property.
|
public Double getAmount()
String
public void setAmount(Double value)
value
- allowed object is
String
public Currency getCurrency()
Currency
Copyright © 2014 OpenEstate. All rights reserved.