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