Package org.cxml
Class AnnualRevenue
- java.lang.Object
-
- org.cxml.AnnualRevenue
-
public class AnnualRevenue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AnnualRevenue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaxAmountgetMaxAmount()Gets the value of the maxAmount property.MinAmountgetMinAmount()Gets the value of the minAmount property.voidsetMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidsetMinAmount(MinAmount value)Sets the value of the minAmount property.
-
-
-
Method Detail
-
getMinAmount
public MinAmount getMinAmount()
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
public void setMinAmount(MinAmount value)
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxAmount
public MaxAmount getMaxAmount()
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
-