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