Uses of Class
net.opengis.kml.v_2_3.PlaylistType

Uses of PlaylistType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as PlaylistType
protected  PlaylistType TourType.playlist
           
 

Methods in net.opengis.kml.v_2_3 that return PlaylistType
 PlaylistType ObjectFactory.createPlaylistType()
          Create an instance of PlaylistType
 PlaylistType TourType.getPlaylist()
          Gets the value of the playlist property.
 PlaylistType PlaylistType.withAbstractTourPrimitiveGroup(Collection<JAXBElement<? extends AbstractTourPrimitiveType>> values)
           
 PlaylistType PlaylistType.withAbstractTourPrimitiveGroup(JAXBElement<? extends AbstractTourPrimitiveType>... values)
           
 PlaylistType PlaylistType.withAbstractTourPrimitiveGroup(List<JAXBElement<? extends AbstractTourPrimitiveType>> value)
           
 PlaylistType PlaylistType.withId(String value)
           
 PlaylistType PlaylistType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 PlaylistType PlaylistType.withObjectSimpleExtensionGroup(List<Object> value)
           
 PlaylistType PlaylistType.withObjectSimpleExtensionGroup(Object... values)
           
 PlaylistType PlaylistType.withPlaylistObjectExtensionGroup(AbstractObjectType... values)
           
 PlaylistType PlaylistType.withPlaylistObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PlaylistType PlaylistType.withPlaylistObjectExtensionGroup(List<AbstractObjectType> value)
           
 PlaylistType PlaylistType.withPlaylistSimpleExtensionGroup(Collection<Object> values)
           
 PlaylistType PlaylistType.withPlaylistSimpleExtensionGroup(List<Object> value)
           
 PlaylistType PlaylistType.withPlaylistSimpleExtensionGroup(Object... values)
           
 PlaylistType PlaylistType.withTargetId(String value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type PlaylistType
 JAXBElement<PlaylistType> ObjectFactory.createPlaylist(PlaylistType value)
          Create an instance of JAXBElement<PlaylistType>}
 

Methods in net.opengis.kml.v_2_3 with parameters of type PlaylistType
 JAXBElement<PlaylistType> ObjectFactory.createPlaylist(PlaylistType value)
          Create an instance of JAXBElement<PlaylistType>}
 void TourType.setPlaylist(PlaylistType value)
          Sets the value of the playlist property.
 TourType TourType.withPlaylist(PlaylistType value)
           
 



Copyright © 2008-2015. All Rights Reserved.