Uses of Class
com.vidispine.generated.MetadataSchemaGroupType
-
-
Uses of MetadataSchemaGroupType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MetadataSchemaGroupType Modifier and Type Field Description protected List<MetadataSchemaGroupType>
MetadataSchemaType. group
Methods in com.vidispine.generated that return MetadataSchemaGroupType Modifier and Type Method Description MetadataSchemaGroupType
ObjectFactory. createMetadataSchemaGroupType()
Create an instance ofMetadataSchemaGroupType
MetadataSchemaGroupType
MetadataSchemaGroupType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataSchemaGroupType
MetadataSchemaGroupType. withField(MetadataSchemaElementType... values)
MetadataSchemaGroupType
MetadataSchemaGroupType. withField(Collection<MetadataSchemaElementType> values)
MetadataSchemaGroupType
MetadataSchemaGroupType. withGroup(MetadataSchemaElementType... values)
MetadataSchemaGroupType
MetadataSchemaGroupType. withGroup(Collection<MetadataSchemaElementType> values)
MetadataSchemaGroupType
MetadataSchemaGroupType. withMax(int value)
MetadataSchemaGroupType
MetadataSchemaGroupType. withMin(int value)
MetadataSchemaGroupType
MetadataSchemaGroupType. withName(String value)
Methods in com.vidispine.generated that return types with arguments of type MetadataSchemaGroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataSchemaGroupType>
ObjectFactory. createMetadataSchemaGroupDocument(MetadataSchemaGroupType value)
List<MetadataSchemaGroupType>
MetadataSchemaType. getGroup()
Gets the value of the group property.Methods in com.vidispine.generated with parameters of type MetadataSchemaGroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataSchemaGroupType>
ObjectFactory. createMetadataSchemaGroupDocument(MetadataSchemaGroupType value)
MetadataSchemaType
MetadataSchemaType. withGroup(MetadataSchemaGroupType... values)
Method parameters in com.vidispine.generated with type arguments of type MetadataSchemaGroupType Modifier and Type Method Description MetadataSchemaType
MetadataSchemaType. withGroup(Collection<MetadataSchemaGroupType> values)
-