Uses of Class
com.vidispine.generated.JobType.Data
-
-
Uses of JobType.Data in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobType.Data Modifier and Type Field Description protected List<JobType.Data>
JobType. data
Methods in com.vidispine.generated that return JobType.Data Modifier and Type Method Description JobType.Data
ObjectFactory. createJobTypeData()
Create an instance ofJobType.Data
JobType.Data
JobType.Data. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
JobType.Data
JobType.Data. withKey(String value)
JobType.Data
JobType.Data. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type JobType.Data Modifier and Type Method Description List<JobType.Data>
JobType. getData()
Gets the value of the data property.Methods in com.vidispine.generated with parameters of type JobType.Data Modifier and Type Method Description JobType
JobType. withData(JobType.Data... values)
Method parameters in com.vidispine.generated with type arguments of type JobType.Data Modifier and Type Method Description JobType
JobType. withData(Collection<JobType.Data> values)
-