Uses of Class
com.vidispine.generated.FileSynchronizationScheduleEntryType
-
-
Uses of FileSynchronizationScheduleEntryType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FileSynchronizationScheduleEntryType Modifier and Type Field Description protected List<FileSynchronizationScheduleEntryType>
FileSynchronizationScheduleType. entry
Methods in com.vidispine.generated that return FileSynchronizationScheduleEntryType Modifier and Type Method Description FileSynchronizationScheduleEntryType
ObjectFactory. createFileSynchronizationScheduleEntryType()
Create an instance ofFileSynchronizationScheduleEntryType
FileSynchronizationScheduleEntryType
FileSynchronizationScheduleEntryType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileSynchronizationScheduleEntryType
FileSynchronizationScheduleEntryType. withDay(WeekDayType... values)
FileSynchronizationScheduleEntryType
FileSynchronizationScheduleEntryType. withDay(Collection<WeekDayType> values)
FileSynchronizationScheduleEntryType
FileSynchronizationScheduleEntryType. withEnd(String value)
FileSynchronizationScheduleEntryType
FileSynchronizationScheduleEntryType. withStart(String value)
Methods in com.vidispine.generated that return types with arguments of type FileSynchronizationScheduleEntryType Modifier and Type Method Description List<FileSynchronizationScheduleEntryType>
FileSynchronizationScheduleType. getEntry()
Gets the value of the entry property.Methods in com.vidispine.generated with parameters of type FileSynchronizationScheduleEntryType Modifier and Type Method Description FileSynchronizationScheduleType
FileSynchronizationScheduleType. withEntry(FileSynchronizationScheduleEntryType... values)
Method parameters in com.vidispine.generated with type arguments of type FileSynchronizationScheduleEntryType Modifier and Type Method Description FileSynchronizationScheduleType
FileSynchronizationScheduleType. withEntry(Collection<FileSynchronizationScheduleEntryType> values)
-