Package org.cxml
Class AnnualRevenue
java.lang.Object
org.cxml.AnnualRevenue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maxAmount property.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.
-
Field Details
-
minAmount
-
maxAmount
-
-
Constructor Details
-
AnnualRevenue
public AnnualRevenue()
-
-
Method Details
-
getMinAmount
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxAmount
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
setMaxAmount
Sets the value of the maxAmount property.- Parameters:
value- allowed object isMaxAmount
-