Uses of Class
com.vidispine.generated.BulkyMetadataType
-
-
Uses of BulkyMetadataType in com.vidispine.generated
Fields in com.vidispine.generated declared as BulkyMetadataType Modifier and Type Field Description protected BulkyMetadataType
MetadataWrapperType. bulkyMetadata
protected BulkyMetadataType
MetadataWrapperType. oldBulkyMetadata
Methods in com.vidispine.generated that return BulkyMetadataType Modifier and Type Method Description BulkyMetadataType
ObjectFactory. createBulkyMetadataType()
Create an instance ofBulkyMetadataType
BulkyMetadataType
MetadataWrapperType. getBulkyMetadata()
Gets the value of the bulkyMetadata property.BulkyMetadataType
MetadataWrapperType. getOldBulkyMetadata()
Gets the value of the oldBulkyMetadata property.BulkyMetadataType
BulkyMetadataType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BulkyMetadataType
BulkyMetadataType. withField(BulkyMetadataPairType... values)
BulkyMetadataType
BulkyMetadataType. withField(Collection<BulkyMetadataPairType> values)
BulkyMetadataType
BulkyMetadataType. withId(String value)
Methods in com.vidispine.generated that return types with arguments of type BulkyMetadataType Modifier and Type Method Description javax.xml.bind.JAXBElement<BulkyMetadataType>
ObjectFactory. createBulkyMetadataDocument(BulkyMetadataType value)
Methods in com.vidispine.generated with parameters of type BulkyMetadataType Modifier and Type Method Description javax.xml.bind.JAXBElement<BulkyMetadataType>
ObjectFactory. createBulkyMetadataDocument(BulkyMetadataType value)
void
MetadataWrapperType. setBulkyMetadata(BulkyMetadataType value)
Sets the value of the bulkyMetadata property.void
MetadataWrapperType. setOldBulkyMetadata(BulkyMetadataType value)
Sets the value of the oldBulkyMetadata property.MetadataWrapperType
MetadataWrapperType. withBulkyMetadata(BulkyMetadataType value)
MetadataWrapperType
MetadataWrapperType. withOldBulkyMetadata(BulkyMetadataType value)
-