Uses of Class
com.vidispine.generated.BulkyMapEntryType
-
-
Uses of BulkyMapEntryType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type BulkyMapEntryType Modifier and Type Field Description protected List<BulkyMapEntryType>
BulkyMapType. entry
Methods in com.vidispine.generated that return BulkyMapEntryType Modifier and Type Method Description BulkyMapEntryType
ObjectFactory. createBulkyMapEntryType()
Create an instance ofBulkyMapEntryType
BulkyMapEntryType
BulkyMapEntryType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BulkyMapEntryType
BulkyMapEntryType. withKey(String value)
BulkyMapEntryType
BulkyMapEntryType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type BulkyMapEntryType Modifier and Type Method Description List<BulkyMapEntryType>
BulkyMapType. getEntry()
Gets the value of the entry property.Methods in com.vidispine.generated with parameters of type BulkyMapEntryType Modifier and Type Method Description BulkyMapType
BulkyMapType. withEntry(BulkyMapEntryType... values)
Method parameters in com.vidispine.generated with type arguments of type BulkyMapEntryType Modifier and Type Method Description BulkyMapType
BulkyMapType. withEntry(Collection<BulkyMapEntryType> values)
-