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

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

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

Methods in org.openmobilealliance.schema.sti.v1_0 that return MediaDetails
 MediaDetails ObjectFactory.createMediaDetails()
          Create an instance of MediaDetails
 MediaDetails MediaProperties.getMediaDetails()
          Gets the value of the mediaDetails property.
 

Methods in org.openmobilealliance.schema.sti.v1_0 that return types with arguments of type MediaDetails
 javax.xml.bind.JAXBElement<MediaDetails> ObjectFactory.createMediaDetails(MediaDetails value)
          Create an instance of JAXBElement<MediaDetails>}
 

Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type MediaDetails
 javax.xml.bind.JAXBElement<MediaDetails> ObjectFactory.createMediaDetails(MediaDetails value)
          Create an instance of JAXBElement<MediaDetails>}
 void MediaProperties.setMediaDetails(MediaDetails value)
          Sets the value of the mediaDetails property.