Uses of Class
com.vidispine.generated.ServiceConfigurationResultType.ExecutedSteps
-
Uses of ServiceConfigurationResultType.ExecutedSteps in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ServiceConfigurationResultType.ExecutedStepsModifier and TypeFieldDescriptionprotected List<ServiceConfigurationResultType.ExecutedSteps>
ServiceConfigurationResultType.executedSteps
Methods in com.vidispine.generated that return ServiceConfigurationResultType.ExecutedStepsModifier and TypeMethodDescriptionObjectFactory.createServiceConfigurationResultTypeExecutedSteps()
Create an instance ofServiceConfigurationResultType.ExecutedSteps
ServiceConfigurationResultType.ExecutedSteps.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the data property.ServiceConfigurationResultType.ExecutedSteps.withDescription
(String value) Sets the value of the description property.ServiceConfigurationResultType.ExecutedSteps.withOrder
(int value) Sets the value of the order property.ServiceConfigurationResultType.ExecutedSteps.withResource
(String value) Sets the value of the resource property.ServiceConfigurationResultType.ExecutedSteps.withResult
(String value) Sets the value of the result property.ServiceConfigurationResultType.ExecutedSteps.withSuccess
(Boolean value) Sets the value of the success property.Methods in com.vidispine.generated that return types with arguments of type ServiceConfigurationResultType.ExecutedStepsModifier and TypeMethodDescriptionServiceConfigurationResultType.getExecutedSteps()
Gets the value of the executedSteps property.Methods in com.vidispine.generated with parameters of type ServiceConfigurationResultType.ExecutedStepsModifier and TypeMethodDescriptionServiceConfigurationResultType.withExecutedSteps
(ServiceConfigurationResultType.ExecutedSteps... values) Adds objects to the list of ExecutedSteps using add methodMethod parameters in com.vidispine.generated with type arguments of type ServiceConfigurationResultType.ExecutedStepsModifier and TypeMethodDescriptionServiceConfigurationResultType.withExecutedSteps
(Collection<ServiceConfigurationResultType.ExecutedSteps> values) Adds objects to the list of ExecutedSteps using addAll method