Uses of Class
com.vidispine.generated.EssenceMappingsType
-
-
Uses of EssenceMappingsType in com.vidispine.generated
Fields in com.vidispine.generated declared as EssenceMappingsType Modifier and Type Field Description protected EssenceMappingsType
ExportResponseType. mappings
Methods in com.vidispine.generated that return EssenceMappingsType Modifier and Type Method Description EssenceMappingsType
ObjectFactory. createEssenceMappingsType()
Create an instance ofEssenceMappingsType
EssenceMappingsType
ExportResponseType. getMappings()
Gets the value of the mappings property.EssenceMappingsType
EssenceMappingsType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
EssenceMappingsType
EssenceMappingsType. withAsset(AssetMappingType... values)
EssenceMappingsType
EssenceMappingsType. withAsset(Collection<AssetMappingType> values)
EssenceMappingsType
EssenceMappingsType. withFile(FileMappingType... values)
EssenceMappingsType
EssenceMappingsType. withFile(Collection<FileMappingType> values)
EssenceMappingsType
EssenceMappingsType. withStorage(StorageMappingType... values)
EssenceMappingsType
EssenceMappingsType. withStorage(Collection<StorageMappingType> values)
Methods in com.vidispine.generated that return types with arguments of type EssenceMappingsType Modifier and Type Method Description javax.xml.bind.JAXBElement<EssenceMappingsType>
ObjectFactory. createEssenceMappingsDocument(EssenceMappingsType value)
Methods in com.vidispine.generated with parameters of type EssenceMappingsType Modifier and Type Method Description javax.xml.bind.JAXBElement<EssenceMappingsType>
ObjectFactory. createEssenceMappingsDocument(EssenceMappingsType value)
void
ExportResponseType. setMappings(EssenceMappingsType value)
Sets the value of the mappings property.ExportResponseType
ExportResponseType. withMappings(EssenceMappingsType value)
-