Uses of Class
com.vidispine.generated.ItemType.Timespan
-
-
Uses of ItemType.Timespan in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ItemType.Timespan Modifier and Type Field Description protected List<ItemType.Timespan>
ItemType. timespan
Methods in com.vidispine.generated that return ItemType.Timespan Modifier and Type Method Description ItemType.Timespan
ObjectFactory. createItemTypeTimespan()
Create an instance ofItemType.Timespan
ItemType.Timespan
ItemType.Timespan. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ItemType.Timespan
ItemType.Timespan. withEnd(String value)
ItemType.Timespan
ItemType.Timespan. withField(ItemType.Timespan.Field... values)
ItemType.Timespan
ItemType.Timespan. withField(Collection<ItemType.Timespan.Field> values)
ItemType.Timespan
ItemType.Timespan. withStart(String value)
Methods in com.vidispine.generated that return types with arguments of type ItemType.Timespan Modifier and Type Method Description List<ItemType.Timespan>
ItemType. getTimespan()
Gets the value of the timespan property.Methods in com.vidispine.generated with parameters of type ItemType.Timespan Modifier and Type Method Description ItemType
ItemType. withTimespan(ItemType.Timespan... values)
Method parameters in com.vidispine.generated with type arguments of type ItemType.Timespan Modifier and Type Method Description ItemType
ItemType. withTimespan(Collection<ItemType.Timespan> values)
-