Uses of Class
com.vidispine.generated.CostEstimateType.Service
-
-
Uses of CostEstimateType.Service in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CostEstimateType.Service Modifier and Type Field Description protected List<CostEstimateType.Service>
CostEstimateType. service
Methods in com.vidispine.generated that return CostEstimateType.Service Modifier and Type Method Description CostEstimateType.Service
ObjectFactory. createCostEstimateTypeService()
Create an instance ofCostEstimateType.Service
CostEstimateType.Service
CostEstimateType.Service. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CostEstimateType.Service
CostEstimateType.Service. withCost(AmountType value)
CostEstimateType.Service
CostEstimateType.Service. withMessage(String value)
CostEstimateType.Service
CostEstimateType.Service. withName(String value)
CostEstimateType.Service
CostEstimateType.Service. withResource(String value)
CostEstimateType.Service
CostEstimateType.Service. withState(String value)
CostEstimateType.Service
CostEstimateType.Service. withStatus(String value)
CostEstimateType.Service
CostEstimateType.Service. withType(String value)
Methods in com.vidispine.generated that return types with arguments of type CostEstimateType.Service Modifier and Type Method Description List<CostEstimateType.Service>
CostEstimateType. getService()
Gets the value of the service property.Methods in com.vidispine.generated with parameters of type CostEstimateType.Service Modifier and Type Method Description CostEstimateType
CostEstimateType. withService(CostEstimateType.Service... values)
Method parameters in com.vidispine.generated with type arguments of type CostEstimateType.Service Modifier and Type Method Description CostEstimateType
CostEstimateType. withService(Collection<CostEstimateType.Service> values)
-