Uses of Class
com.vidispine.generated.AmountType
-
-
Uses of AmountType in com.vidispine.generated
Fields in com.vidispine.generated declared as AmountType Modifier and Type Field Description protected AmountType
CostEstimateType.Service. cost
Methods in com.vidispine.generated that return AmountType Modifier and Type Method Description AmountType
ObjectFactory. createAmountType()
Create an instance ofAmountType
AmountType
CostEstimateType.Service. getCost()
Gets the value of the cost property.AmountType
AmountType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AmountType
AmountType. withUnit(String value)
AmountType
AmountType. withValue(BigDecimal value)
Methods in com.vidispine.generated with parameters of type AmountType Modifier and Type Method Description void
CostEstimateType.Service. setCost(AmountType value)
Sets the value of the cost property.CostEstimateType.Service
CostEstimateType.Service. withCost(AmountType value)
-