KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > iTunes > def > IITURLTrack


1 // GENERATED. DO NOT MODIFY
2
package iTunes.def;
3
4 import com4j.*;
5
6 /**
7  * IITURLTrack Interface
8  */

9 @IID("{1116E3B5-29FD-4393-A7BD-454E5E327900}")
10 public interface IITURLTrack extends IITTrack {
11     /**
12      * The URL of the stream represented by this track.
13      */

14     @VTID(72)
15     java.lang.String JavaDoc uRL();
16
17     /**
18      * The URL of the stream represented by this track.
19      */

20     @VTID(73)
21     void uRL(
22         java.lang.String JavaDoc uRL);
23
24 }
25
Popular Tags