Uses of Class
com.vidispine.generated.AAFGeneratorResponse
-
-
Uses of AAFGeneratorResponse in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AAFGeneratorResponse Modifier and Type Field Description protected List<AAFGeneratorResponse>
JobStatusType. aafGeneratorResponse
Methods in com.vidispine.generated that return AAFGeneratorResponse Modifier and Type Method Description AAFGeneratorResponse
ObjectFactory. createAAFGeneratorResponse()
Create an instance ofAAFGeneratorResponse
AAFGeneratorResponse
AAFGeneratorResponse. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AAFGeneratorResponse
AAFGeneratorResponse. withAaf(byte[] value)
AAFGeneratorResponse
AAFGeneratorResponse. withXml(String value)
Methods in com.vidispine.generated that return types with arguments of type AAFGeneratorResponse Modifier and Type Method Description List<AAFGeneratorResponse>
JobStatusType. getAafGeneratorResponse()
Gets the value of the aafGeneratorResponse property.Methods in com.vidispine.generated with parameters of type AAFGeneratorResponse Modifier and Type Method Description JobStatusType
JobStatusType. withAafGeneratorResponse(AAFGeneratorResponse... values)
Method parameters in com.vidispine.generated with type arguments of type AAFGeneratorResponse Modifier and Type Method Description JobStatusType
JobStatusType. withAafGeneratorResponse(Collection<AAFGeneratorResponse> values)
-