Uses of Class
com.vidispine.generated.MetadataFieldGroupType
-
-
Uses of MetadataFieldGroupType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataFieldGroupType Modifier and Type Field Description protected MetadataFieldGroupType
MetadataFieldResultType.Group. definition
protected MetadataFieldGroupType
MetadataSchemaHierarchyType. group
Fields in com.vidispine.generated with type parameters of type MetadataFieldGroupType Modifier and Type Field Description protected List<MetadataFieldGroupType>
MetadataFieldGroupListType. group
protected List<MetadataFieldGroupType>
MetadataFieldGroupType. group
protected List<MetadataFieldGroupType>
CollectionSynchronizeType. metadataGroup
protected List<MetadataFieldGroupType>
ItemSynchronizeType. metadataGroup
Methods in com.vidispine.generated that return types with arguments of type MetadataFieldGroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataFieldGroupType>
ObjectFactory. createMetadataFieldGroupDocument(MetadataFieldGroupType value)
List<MetadataFieldGroupType>
MetadataFieldGroupListType. getGroup()
Gets the value of the group property.List<MetadataFieldGroupType>
MetadataFieldGroupType. getGroup()
Gets the value of the group property.List<MetadataFieldGroupType>
CollectionSynchronizeType. getMetadataGroup()
Gets the value of the metadataGroup property.List<MetadataFieldGroupType>
ItemSynchronizeType. getMetadataGroup()
Gets the value of the metadataGroup property.Method parameters in com.vidispine.generated with type arguments of type MetadataFieldGroupType Modifier and Type Method Description MetadataFieldGroupListType
MetadataFieldGroupListType. withGroup(Collection<MetadataFieldGroupType> values)
MetadataFieldGroupType
MetadataFieldGroupType. withGroup(Collection<MetadataFieldGroupType> values)
CollectionSynchronizeType
CollectionSynchronizeType. withMetadataGroup(Collection<MetadataFieldGroupType> values)
ItemSynchronizeType
ItemSynchronizeType. withMetadataGroup(Collection<MetadataFieldGroupType> values)
-