Class MemberPrice
java.lang.Object
org.exoplatform.services.rest.generated.MemberPrice
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<>_price_">
<attribute name="currency" type="{http://www.w3.org/2001/XMLSchema}string" default="US" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currency property.getValue()Gets the value of the value property.voidsetCurrency(String value) Sets the value of the currency property.voidsetValue(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
currency
-
-
Constructor Details
-
MemberPrice
public MemberPrice()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigDecimal
-
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
Sets the value of the currency property.- Parameters:
value- allowed object isString
-