Uses of Class
com.vidispine.generated.BulkyMapType
-
-
Uses of BulkyMapType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type BulkyMapType Modifier and Type Field Description protected List<BulkyMapType>
BulkyMapListType. map
Methods in com.vidispine.generated that return BulkyMapType Modifier and Type Method Description BulkyMapType
ObjectFactory. createBulkyMapType()
Create an instance ofBulkyMapType
BulkyMapType
BulkyMapType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BulkyMapType
BulkyMapType. withEntry(BulkyMapEntryType... values)
BulkyMapType
BulkyMapType. withEntry(Collection<BulkyMapEntryType> values)
Methods in com.vidispine.generated that return types with arguments of type BulkyMapType Modifier and Type Method Description List<BulkyMapType>
BulkyMapListType. getMap()
Gets the value of the map property.Methods in com.vidispine.generated with parameters of type BulkyMapType Modifier and Type Method Description BulkyMapListType
BulkyMapListType. withMap(BulkyMapType... values)
Method parameters in com.vidispine.generated with type arguments of type BulkyMapType Modifier and Type Method Description BulkyMapListType
BulkyMapListType. withMap(Collection<BulkyMapType> values)
-