Uses of Class
com.vidispine.generated.ExportProblemType
-
Uses of ExportProblemType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ExportProblemTypeModifier and TypeFieldDescriptionprotected List<ExportProblemType>
ExportResponseType.problem
protected List<ExportProblemType>
ExportStatusType.problem
Methods in com.vidispine.generated that return ExportProblemTypeModifier and TypeMethodDescriptionObjectFactory.createExportProblemType()
Create an instance ofExportProblemType
ExportProblemType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the asset property.ExportProblemType.withMessage
(String value) Sets the value of the message property.ExportProblemType.withParameter
(KeyValuePairType... values) Adds objects to the list of Parameter using add methodExportProblemType.withParameter
(Collection<KeyValuePairType> values) Adds objects to the list of Parameter using addAll methodSets the value of the type property.Methods in com.vidispine.generated that return types with arguments of type ExportProblemTypeModifier and TypeMethodDescriptionExportResponseType.getProblem()
Gets the value of the problem property.ExportStatusType.getProblem()
Gets the value of the problem property.Methods in com.vidispine.generated with parameters of type ExportProblemTypeModifier and TypeMethodDescriptionExportResponseType.withProblem
(ExportProblemType... values) Adds objects to the list of Problem using add methodExportStatusType.withProblem
(ExportProblemType... values) Adds objects to the list of Problem using add methodMethod parameters in com.vidispine.generated with type arguments of type ExportProblemTypeModifier and TypeMethodDescriptionExportResponseType.withProblem
(Collection<ExportProblemType> values) Adds objects to the list of Problem using addAll methodExportStatusType.withProblem
(Collection<ExportProblemType> values) Adds objects to the list of Problem using addAll method