|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.micromata.opengis.kml.v_2_2_0.AbstractObject
de.micromata.opengis.kml.v_2_2_0.gx.Playlist
public class Playlist
Field Summary | |
---|---|
protected java.util.List<TourPrimitive> |
tourPrimitive
|
Fields inherited from class de.micromata.opengis.kml.v_2_2_0.AbstractObject |
---|
id, objectSimpleExtension, targetId |
Constructor Summary | |
---|---|
Playlist()
|
Method Summary | |
---|---|
Playlist |
addToObjectSimpleExtension(java.lang.Object objectSimpleExtension)
add a value to the objectSimpleExtension property collection |
Playlist |
addToTourPrimitive(TourPrimitive tourPrimitive)
add a value to the tourPrimitive property collection |
Playlist |
clone()
|
AnimatedUpdate |
createAndAddAnimatedUpdate()
Creates a new instance of AnimatedUpdate and adds it to tourPrimitive. |
FlyTo |
createAndAddFlyTo()
Creates a new instance of FlyTo and adds it to tourPrimitive. |
SoundCue |
createAndAddSoundCue()
Creates a new instance of SoundCue and adds it to tourPrimitive. |
TourControl |
createAndAddTourControl()
Creates a new instance of TourControl and adds it to tourPrimitive. |
Wait |
createAndAddWait()
Creates a new instance of Wait and adds it to tourPrimitive. |
boolean |
equals(java.lang.Object obj)
|
java.util.List<TourPrimitive> |
getTourPrimitive()
|
int |
hashCode()
|
void |
setObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
|
void |
setTourPrimitive(java.util.List<TourPrimitive> tourPrimitive)
Sets the value of the tourPrimitive property Objects of the following type(s) are allowed in the list List |
Playlist |
withId(java.lang.String id)
fluent setter |
Playlist |
withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
fluent setter |
Playlist |
withTargetId(java.lang.String targetId)
fluent setter |
Playlist |
withTourPrimitive(java.util.List<TourPrimitive> tourPrimitive)
fluent setter |
Methods inherited from class de.micromata.opengis.kml.v_2_2_0.AbstractObject |
---|
getId, getObjectSimpleExtension, getTargetId, setId, setTargetId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<TourPrimitive> tourPrimitive
Constructor Detail |
---|
public Playlist()
Method Detail |
---|
public java.util.List<TourPrimitive> getTourPrimitive()
public int hashCode()
hashCode
in class AbstractObject
public boolean equals(java.lang.Object obj)
equals
in class AbstractObject
public AnimatedUpdate createAndAddAnimatedUpdate()
AnimatedUpdate
and adds it to tourPrimitive.
This method is a short version for:
AnimatedUpdate animatedUpdate = new AnimatedUpdate();
this.getTourPrimitive().add(animatedUpdate);
public TourControl createAndAddTourControl()
TourControl
and adds it to tourPrimitive.
This method is a short version for:
TourControl tourControl = new TourControl();
this.getTourPrimitive().add(tourControl);
public Wait createAndAddWait()
Wait
and adds it to tourPrimitive.
This method is a short version for:
Wait wait = new Wait();
this.getTourPrimitive().add(wait);
public SoundCue createAndAddSoundCue()
SoundCue
and adds it to tourPrimitive.
This method is a short version for:
SoundCue soundCue = new SoundCue();
this.getTourPrimitive().add(soundCue);
public FlyTo createAndAddFlyTo()
FlyTo
and adds it to tourPrimitive.
This method is a short version for:
FlyTo flyTo = new FlyTo();
this.getTourPrimitive().add(flyTo);
public void setTourPrimitive(java.util.List<TourPrimitive> tourPrimitive)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withTourPrimitive(java.util.List
instead.
tourPrimitive
- public Playlist addToTourPrimitive(TourPrimitive tourPrimitive)
tourPrimitive
- Objects of the following type are allowed in the list: <
Wait
JAXBElement
<
TourControl
JAXBElement
<
AnimatedUpdate
JAXBElement
<
TourPrimitive
JAXBElement
<
SoundCue
JAXBElement
<
FlyTo
public void setObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
setObjectSimpleExtension
in class AbstractObject
objectSimpleExtension
public Playlist addToObjectSimpleExtension(java.lang.Object objectSimpleExtension)
AbstractObject
addToObjectSimpleExtension
in class AbstractObject
objectSimpleExtension
- Objects of the following type are allowed in the list: Object
public Playlist withTourPrimitive(java.util.List<TourPrimitive> tourPrimitive)
tourPrimitive
- required parameter#setTourPrimitive(List)
public Playlist withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
AbstractObject
withObjectSimpleExtension
in class AbstractObject
objectSimpleExtension
- required parameter#setObjectSimpleExtension(List
public Playlist withId(java.lang.String id)
AbstractObject
withId
in class AbstractObject
id
- required parameterAbstractObject.setId(String)
public Playlist withTargetId(java.lang.String targetId)
AbstractObject
withTargetId
in class AbstractObject
targetId
- required parameterAbstractObject.setTargetId(String)
public Playlist clone()
clone
in class AbstractObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |