Uses of Interface
magoffin.matt.ma2.domain.CollectionImportType

Packages that use CollectionImportType
magoffin.matt.ma2.domain   
 

Uses of CollectionImportType in magoffin.matt.ma2.domain
 

Subinterfaces of CollectionImportType in magoffin.matt.ma2.domain
 interface CollectionImport
          Java content class for collection-import element declaration.
 

Methods in magoffin.matt.ma2.domain that return CollectionImportType
 CollectionImportType ObjectFactory.createCollectionImportType()
          Create an instance of CollectionImportType
 CollectionImportType AddMediaRequestType.getCollectionImport()
          Gets the value of the collectionImport property.
 

Methods in magoffin.matt.ma2.domain with parameters of type CollectionImportType
 void AddMediaRequestType.setCollectionImport(CollectionImportType value)
          Sets the value of the collectionImport property.