Uses of Class
com.vidispine.generated.ScheduledRequestType
-
-
Uses of ScheduledRequestType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ScheduledRequestType Modifier and Type Field Description protected List<ScheduledRequestType>
ScheduledRequestListType. scheduledRequest
Methods in com.vidispine.generated that return ScheduledRequestType Modifier and Type Method Description ScheduledRequestType
ObjectFactory. createScheduledRequestType()
Create an instance ofScheduledRequestType
ScheduledRequestType
ScheduledRequestType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ScheduledRequestType
ScheduledRequestType. withCreated(XMLGregorianCalendar value)
ScheduledRequestType
ScheduledRequestType. withDate(XMLGregorianCalendar value)
ScheduledRequestType
ScheduledRequestType. withExecuted(XMLGregorianCalendar value)
ScheduledRequestType
ScheduledRequestType. withId(long value)
ScheduledRequestType
ScheduledRequestType. withRequest(ScheduledRequestType.Request value)
ScheduledRequestType
ScheduledRequestType. withResponse(ScheduledRequestType.Response value)
ScheduledRequestType
ScheduledRequestType. withState(String value)
ScheduledRequestType
ScheduledRequestType. withUser(String value)
Methods in com.vidispine.generated that return types with arguments of type ScheduledRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<ScheduledRequestType>
ObjectFactory. createScheduledRequestDocument(ScheduledRequestType value)
List<ScheduledRequestType>
ScheduledRequestListType. getScheduledRequest()
Gets the value of the scheduledRequest property.Methods in com.vidispine.generated with parameters of type ScheduledRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<ScheduledRequestType>
ObjectFactory. createScheduledRequestDocument(ScheduledRequestType value)
ScheduledRequestListType
ScheduledRequestListType. withScheduledRequest(ScheduledRequestType... values)
Method parameters in com.vidispine.generated with type arguments of type ScheduledRequestType Modifier and Type Method Description ScheduledRequestListType
ScheduledRequestListType. withScheduledRequest(Collection<ScheduledRequestType> values)
-