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