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