Uses of Class
com.vidispine.generated.ExportProblemType
-
-
Uses of ExportProblemType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ExportProblemType Modifier and Type Field Description protected List<ExportProblemType>
ExportResponseType. problem
protected List<ExportProblemType>
ExportStatusType. problem
Methods in com.vidispine.generated that return ExportProblemType Modifier and Type Method Description ExportProblemType
ObjectFactory. createExportProblemType()
Create an instance ofExportProblemType
ExportProblemType
ExportProblemType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportProblemType
ExportProblemType. withAsset(String value)
ExportProblemType
ExportProblemType. withMessage(String value)
ExportProblemType
ExportProblemType. withParameter(KeyValuePairType... values)
ExportProblemType
ExportProblemType. withParameter(Collection<KeyValuePairType> values)
ExportProblemType
ExportProblemType. withType(String value)
Methods in com.vidispine.generated that return types with arguments of type ExportProblemType Modifier and Type Method Description List<ExportProblemType>
ExportResponseType. getProblem()
Gets the value of the problem property.List<ExportProblemType>
ExportStatusType. getProblem()
Gets the value of the problem property.Methods in com.vidispine.generated with parameters of type ExportProblemType Modifier and Type Method Description ExportResponseType
ExportResponseType. withProblem(ExportProblemType... values)
ExportStatusType
ExportStatusType. withProblem(ExportProblemType... values)
Method parameters in com.vidispine.generated with type arguments of type ExportProblemType Modifier and Type Method Description ExportResponseType
ExportResponseType. withProblem(Collection<ExportProblemType> values)
ExportStatusType
ExportStatusType. withProblem(Collection<ExportProblemType> values)
-