Package org.cxml
Class PriceBasisQuantity
java.lang.Object
org.cxml.PriceBasisQuantity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Descriptionprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the conversionFactor property.Gets the value of the description property.Gets the value of the quantity property.Gets the value of the unitOfMeasure property.voidsetConversionFactor(String value) Sets the value of the conversionFactor property.voidsetDescription(Description value) Sets the value of the description property.voidsetQuantity(String value) Sets the value of the quantity property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
quantity
-
conversionFactor
-
unitOfMeasure
-
description
-
-
Constructor Details
-
PriceBasisQuantity
public PriceBasisQuantity()
-
-
Method Details
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getConversionFactor
Gets the value of the conversionFactor property.- Returns:
- possible object is
String
-
setConversionFactor
Sets the value of the conversionFactor property.- Parameters:
value- allowed object isString
-
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-