Uses of Class
org.openmobilealliance.schema.sti.v1_0.MediaDetailsImage

Packages that use MediaDetailsImage
org.openmobilealliance.schema.sti.v1_0 Provides all the DTO classes defined by OMA-STI v1_0. 
 

Uses of MediaDetailsImage in org.openmobilealliance.schema.sti.v1_0
 

Methods in org.openmobilealliance.schema.sti.v1_0 that return MediaDetailsImage
 MediaDetailsImage ObjectFactory.createMediaDetailsImage()
          Create an instance of MediaDetailsImage
 MediaDetailsImage MediaDetails.getMediaDetailsImage()
          Gets the value of the mediaDetailsImage property.
 

Methods in org.openmobilealliance.schema.sti.v1_0 that return types with arguments of type MediaDetailsImage
 java.util.List<MediaDetailsImage> MediaDetailMultipart.getMediaDetailsImage()
          Gets the value of the mediaDetailsImage property.
 

Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type MediaDetailsImage
 void MediaDetails.setMediaDetailsImage(MediaDetailsImage value)
          Sets the value of the mediaDetailsImage property.