public class CubeType extends Object
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected List<CubeType> |
content |
protected String |
currency |
protected Float |
rate |
protected XMLGregorianCalendar |
time |
| Constructor and Description |
|---|
CubeType() |
| Modifier and Type | Method and Description |
|---|---|
List<CubeType> |
getContent()
Gets the value of the content property.
|
String |
getCurrency()
Gets the value of the currency property.
|
Float |
getRate()
Gets the value of the rate property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setRate(Float value)
Sets the value of the rate property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
protected String currency
protected Float rate
protected XMLGregorianCalendar time
public List<CubeType> getContent()
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 content property.
For example, to add a new item, do as follows: getContent().add(newItem);
public String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic Float getRate()
Floatpublic void setRate(Float value)
value - allowed object is
Floatpublic XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2020. All rights reserved.