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

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

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

Methods in org.openmobilealliance.schema.sti.v1_0 that return Image
 Image ObjectFactory.createImage()
          Create an instance of Image
 Image TranscodingParams.getImage()
          Gets the value of the image property.
 Image Multipart.getImage()
          Gets the value of the image property.
 

Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type Image
 void TranscodingParams.setImage(Image value)
          Sets the value of the image property.
 void Multipart.setImage(Image value)
          Sets the value of the image property.