Uses of Class
com.vidispine.generated.AssetMappingType
-
-
Uses of AssetMappingType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AssetMappingType Modifier and Type Field Description protected List<AssetMappingType>
EssenceMappingsType. asset
Methods in com.vidispine.generated that return AssetMappingType Modifier and Type Method Description AssetMappingType
ObjectFactory. createAssetMappingType()
Create an instance ofAssetMappingType
AssetMappingType
AssetMappingType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AssetMappingType
AssetMappingType. withId(String value)
AssetMappingType
AssetMappingType. withItem(String value)
AssetMappingType
AssetMappingType. withShape(String value)
Methods in com.vidispine.generated that return types with arguments of type AssetMappingType Modifier and Type Method Description List<AssetMappingType>
EssenceMappingsType. getAsset()
Gets the value of the asset property.Methods in com.vidispine.generated with parameters of type AssetMappingType Modifier and Type Method Description EssenceMappingsType
EssenceMappingsType. withAsset(AssetMappingType... values)
Method parameters in com.vidispine.generated with type arguments of type AssetMappingType Modifier and Type Method Description EssenceMappingsType
EssenceMappingsType. withAsset(Collection<AssetMappingType> values)
-