Uses of Class
com.vidispine.generated.XMPResponse
-
-
Uses of XMPResponse in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type XMPResponse Modifier and Type Field Description protected List<XMPResponse>
JobStatusType. xmpResponse
Methods in com.vidispine.generated that return XMPResponse Modifier and Type Method Description XMPResponse
ObjectFactory. createXMPResponse()
Create an instance ofXMPResponse
XMPResponse
XMPResponse. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
XMPResponse
XMPResponse. withId(String value)
XMPResponse
XMPResponse. withUri(String value)
XMPResponse
XMPResponse. withXmp(String value)
Methods in com.vidispine.generated that return types with arguments of type XMPResponse Modifier and Type Method Description List<XMPResponse>
JobStatusType. getXmpResponse()
Gets the value of the xmpResponse property.Methods in com.vidispine.generated with parameters of type XMPResponse Modifier and Type Method Description JobStatusType
JobStatusType. withXmpResponse(XMPResponse... values)
Method parameters in com.vidispine.generated with type arguments of type XMPResponse Modifier and Type Method Description JobStatusType
JobStatusType. withXmpResponse(Collection<XMPResponse> values)
-