de.micromata.opengis.kml.v_2_2_0.gx 
 
java.lang.Object
  de.micromata.opengis.kml.v_2_2_0.AbstractObject 
      de.micromata.opengis.kml.v_2_2_0.Feature 
          de.micromata.opengis.kml.v_2_2_0.gx.Tour 
 
All Implemented Interfaces:  java.lang.Cloneable 
 
public class Tour  extends Feature implements java.lang.Cloneable   
 
  can contain a single  element, which in turn contains an 
 ordered list of gx:TourPrimitive elements that define a tour in any KML browser. 
 Learn more about tours. 
   
 
 Syntax: 
 <gx:Tour>
   <name>...</name>
   <description>...</description>
   <gx:Playlist>
 
     <!-- any number of gx:TourPrimitive  elements -->
 
   </gx:Playlist>
 </gx:Tour> 
 
 Contains:
 
Fields inherited from class de.micromata.opengis.kml.v_2_2_0.Feature   
abstractView , address , atomAuthor , atomLink , description , extendedData , featureObjectExtension , featureSimpleExtension , metadata , name , open , phoneNumber , region , snippet , snippetd , styleSelector , styleUrl , timePrimitive , visibility , xalAddressDetails  
 
Constructor Summary   
Tour  
 
Methods inherited from class de.micromata.opengis.kml.v_2_2_0.Feature   
addToFeatureObjectExtension , addToFeatureSimpleExtension , addToObjectSimpleExtension , addToStyleSelector , createAndAddStyle , createAndAddStyleMap , createAndSetAtomAuthor , createAndSetAtomLink , createAndSetCamera , createAndSetExtendedData , createAndSetLookAt , createAndSetMetadata , createAndSetRegion , createAndSetSnippet , createAndSetTimeSpan , createAndSetTimeStamp , createAndSetXalAddressDetails , getAbstractView , getAddress , getAtomAuthor , getAtomLink , getDescription , getExtendedData , getFeatureObjectExtension , getFeatureSimpleExtension , getMetadata , getName , getPhoneNumber , getRegion , getSnippet , getSnippetd , getStyleSelector , getStyleUrl , getTimePrimitive , getXalAddressDetails , isOpen , isVisibility , setAbstractView , setAddress , setAtomAuthor , setAtomLink , setDescription , setExtendedData , setFeatureObjectExtension , setFeatureSimpleExtension , setMetadata , setName , setObjectSimpleExtension , setOpen , setPhoneNumber , setRegion , setSnippet , setSnippetd , setStyleSelector , setStyleUrl , setTimePrimitive , setVisibility , setXalAddressDetails  
 
Methods inherited from class java.lang.Object  
finalize, getClass, notify, notifyAll, toString, wait, wait, wait 
 
playlist 
protected Playlist  playlist  
 
 
Tour 
public Tour () 
 
getPlaylist 
public Playlist  getPlaylist () 
 
Returns: possible object is
     Playlist See Also: playlist 
 
setPlaylist 
public void setPlaylist (Playlist  value) 
 
Parameters: value - allowed object is
     PlaylistSee Also: playlist 
 
hashCode 
public int hashCode () 
Overrides: hashCode Feature  
 
 
equals 
public boolean equals (java.lang.Object obj) 
Overrides: equals Feature  
 
 
createAndSetPlaylist 
public Playlist  createAndSetPlaylist () 
Creates a new instance of Playlist
 Playlist playlist = new Playlist();
 this.setPlaylist(playlist); 
 
 
  
withPlaylist 
public Tour  withPlaylist (Playlist  playlist) 
fluent setter
 
Parameters: playlist - required parameterSee Also: setPlaylist(Playlist) 
  
withObjectSimpleExtension 
public Tour  withObjectSimpleExtension (java.util.List<java.lang.Object> objectSimpleExtension) 
Description copied from class: AbstractObject  fluent setter
Overrides: withObjectSimpleExtension Feature  
Parameters: objectSimpleExtension - required parameterSee Also: #setObjectSimpleExtension(List)  
  
withId 
public Tour  withId (java.lang.String id) 
Description copied from class: AbstractObject  fluent setter
Overrides: withId Feature  
Parameters: id - required parameterSee Also: AbstractObject.setId(String) 
  
withTargetId 
public Tour  withTargetId (java.lang.String targetId) 
Description copied from class: AbstractObject  fluent setter
Overrides: withTargetId Feature  
Parameters: targetId - required parameterSee Also: AbstractObject.setTargetId(String) 
  
withName 
public Tour  withName (java.lang.String name) 
Description copied from class: Feature  fluent setter
Overrides: withName Feature  
Parameters: name - required parameterSee Also: Feature.setName(String) 
  
withVisibility 
public Tour  withVisibility (java.lang.Boolean visibility) 
Description copied from class: Feature  fluent setter
Overrides: withVisibility Feature  
Parameters: visibility - required parameterSee Also: Feature.setVisibility(Boolean) 
  
withOpen 
public Tour  withOpen (java.lang.Boolean open) 
Description copied from class: Feature  fluent setter
Overrides: withOpen Feature  
Parameters: open - required parameterSee Also: Feature.setOpen(Boolean) 
  
withAtomAuthor 
public Tour  withAtomAuthor (Author  atomAuthor) 
Description copied from class: Feature  fluent setter
Overrides: withAtomAuthor Feature  
Parameters: atomAuthor - required parameterSee Also: Feature.setAtomAuthor(Author) 
  
withAtomLink 
public Tour  withAtomLink (Link  atomLink) 
Description copied from class: Feature  fluent setter
Overrides: withAtomLink Feature  
Parameters: atomLink - required parameterSee Also: Feature.setAtomLink(Link) 
  
withAddress 
public Tour  withAddress (java.lang.String address) 
Description copied from class: Feature  fluent setter
Overrides: withAddress Feature  
Parameters: address - required parameterSee Also: Feature.setAddress(String) 
  
withXalAddressDetails 
public Tour  withXalAddressDetails (AddressDetails  xalAddressDetails) 
Description copied from class: Feature  fluent setter
Overrides: withXalAddressDetails Feature  
Parameters: xalAddressDetails - required parameterSee Also: Feature.setXalAddressDetails(AddressDetails) 
  
withPhoneNumber 
public Tour  withPhoneNumber (java.lang.String phoneNumber) 
Description copied from class: Feature  fluent setter
Overrides: withPhoneNumber Feature  
Parameters: phoneNumber - required parameterSee Also: Feature.setPhoneNumber(String) 
  
withSnippet 
public Tour  withSnippet (Snippet  snippet) 
Description copied from class: Feature  fluent setter
Overrides: withSnippet Feature  
Parameters: snippet - required parameterSee Also: Feature.setSnippet(Snippet) 
  
withSnippetd 
public Tour  withSnippetd (java.lang.String snippetd) 
Description copied from class: Feature  fluent setter
Overrides: withSnippetd Feature  
Parameters: snippetd - required parameterSee Also: Feature.setSnippetd(String) 
  
withDescription 
public Tour  withDescription (java.lang.String description) 
Description copied from class: Feature  fluent setter
Overrides: withDescription Feature  
Parameters: description - required parameterSee Also: Feature.setDescription(String) 
  
withAbstractView 
public Tour  withAbstractView (AbstractView  abstractView) 
Description copied from class: Feature  fluent setter
Overrides: withAbstractView Feature  
Parameters: abstractView - required parameterSee Also: Feature.setAbstractView(AbstractView) 
  
withTimePrimitive 
public Tour  withTimePrimitive (TimePrimitive  timePrimitive) 
Description copied from class: Feature  fluent setter
Overrides: withTimePrimitive Feature  
Parameters: timePrimitive - required parameterSee Also: Feature.setTimePrimitive(TimePrimitive) 
  
withStyleUrl 
public Tour  withStyleUrl (java.lang.String styleUrl) 
Description copied from class: Feature  fluent setter
Overrides: withStyleUrl Feature  
Parameters: styleUrl - required parameterSee Also: Feature.setStyleUrl(String) 
  
withStyleSelector 
public Tour  withStyleSelector (java.util.List<StyleSelector > styleSelector) 
Description copied from class: Feature  fluent setter
Overrides: withStyleSelector Feature  
Parameters: styleSelector - required parameterSee Also: #setStyleSelector(List)  
  
withRegion 
public Tour  withRegion (Region  region) 
Description copied from class: Feature  fluent setter
Overrides: withRegion Feature  
Parameters: region - required parameterSee Also: Feature.setRegion(Region) 
  
withMetadata 
public Tour  withMetadata (Metadata  metadata) 
Description copied from class: Feature  fluent setter
Overrides: withMetadata Feature  
Parameters: metadata - required parameterSee Also: Feature.setMetadata(Metadata) 
  
withExtendedData 
public Tour  withExtendedData (ExtendedData  extendedData) 
Description copied from class: Feature  fluent setter
Overrides: withExtendedData Feature  
Parameters: extendedData - required parameterSee Also: Feature.setExtendedData(ExtendedData) 
  
withFeatureSimpleExtension 
public Tour  withFeatureSimpleExtension (java.util.List<java.lang.Object> featureSimpleExtension) 
Description copied from class: Feature  fluent setter
Overrides: withFeatureSimpleExtension Feature  
Parameters: featureSimpleExtension - required parameterSee Also: #setFeatureSimpleExtension(List)  
  
withFeatureObjectExtension 
public Tour  withFeatureObjectExtension (java.util.List<AbstractObject > featureObjectExtension) 
Description copied from class: Feature  fluent setter
Overrides: withFeatureObjectExtension Feature  
Parameters: featureObjectExtension - required parameterSee Also: #setFeatureObjectExtension(List)  
  
clone 
public Tour  clone () 
Overrides: clone Feature