net.opengis.kml.v_2_3
Class AnimatedUpdateType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.AbstractTourPrimitiveType
          extended by net.opengis.kml.v_2_3.AnimatedUpdateType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class AnimatedUpdateType
extends AbstractTourPrimitiveType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for AnimatedUpdateType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AnimatedUpdateType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractTourPrimitiveType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}duration" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}Update" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}delayedStart" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AnimatedUpdateSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AnimatedUpdateObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> animatedUpdateObjectExtensionGroup
           
protected  List<Object> animatedUpdateSimpleExtensionGroup
           
protected  Double delayedStart
           
protected  Double duration
           
protected  UpdateType update
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractTourPrimitiveType
abstractTourPrimitiveObjectExtensionGroup, abstractTourPrimitiveSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AnimatedUpdateType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
           
 List<AbstractObjectType> getAnimatedUpdateObjectExtensionGroup()
          Gets the value of the animatedUpdateObjectExtensionGroup property.
 List<Object> getAnimatedUpdateSimpleExtensionGroup()
          Gets the value of the animatedUpdateSimpleExtensionGroup property.
 Double getDelayedStart()
          Gets the value of the delayedStart property.
 Double getDuration()
          Gets the value of the duration property.
 UpdateType getUpdate()
          Gets the value of the update property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAnimatedUpdateObjectExtensionGroup()
           
 boolean isSetAnimatedUpdateSimpleExtensionGroup()
           
 boolean isSetDelayedStart()
           
 boolean isSetDuration()
           
 boolean isSetUpdate()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setAnimatedUpdateObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setAnimatedUpdateSimpleExtensionGroup(List<Object> value)
           
 void setDelayedStart(Double value)
          Sets the value of the delayedStart property.
 void setDuration(Double value)
          Sets the value of the duration property.
 void setUpdate(UpdateType value)
          Sets the value of the update property.
 String toString()
           
 void unsetAnimatedUpdateObjectExtensionGroup()
           
 void unsetAnimatedUpdateSimpleExtensionGroup()
           
 AnimatedUpdateType withAbstractTourPrimitiveObjectExtensionGroup(AbstractObjectType... values)
           
 AnimatedUpdateType withAbstractTourPrimitiveObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AnimatedUpdateType withAbstractTourPrimitiveObjectExtensionGroup(List<AbstractObjectType> value)
           
 AnimatedUpdateType withAbstractTourPrimitiveSimpleExtensionGroup(Collection<Object> values)
           
 AnimatedUpdateType withAbstractTourPrimitiveSimpleExtensionGroup(List<Object> value)
           
 AnimatedUpdateType withAbstractTourPrimitiveSimpleExtensionGroup(Object... values)
           
 AnimatedUpdateType withAnimatedUpdateObjectExtensionGroup(AbstractObjectType... values)
           
 AnimatedUpdateType withAnimatedUpdateObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AnimatedUpdateType withAnimatedUpdateObjectExtensionGroup(List<AbstractObjectType> value)
           
 AnimatedUpdateType withAnimatedUpdateSimpleExtensionGroup(Collection<Object> values)
           
 AnimatedUpdateType withAnimatedUpdateSimpleExtensionGroup(List<Object> value)
           
 AnimatedUpdateType withAnimatedUpdateSimpleExtensionGroup(Object... values)
           
 AnimatedUpdateType withDelayedStart(Double value)
           
 AnimatedUpdateType withDuration(Double value)
           
 AnimatedUpdateType withId(String value)
           
 AnimatedUpdateType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 AnimatedUpdateType withObjectSimpleExtensionGroup(List<Object> value)
           
 AnimatedUpdateType withObjectSimpleExtensionGroup(Object... values)
           
 AnimatedUpdateType withTargetId(String value)
           
 AnimatedUpdateType withUpdate(UpdateType value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractTourPrimitiveType
getAbstractTourPrimitiveObjectExtensionGroup, getAbstractTourPrimitiveSimpleExtensionGroup, isSetAbstractTourPrimitiveObjectExtensionGroup, isSetAbstractTourPrimitiveSimpleExtensionGroup, setAbstractTourPrimitiveObjectExtensionGroup, setAbstractTourPrimitiveSimpleExtensionGroup, unsetAbstractTourPrimitiveObjectExtensionGroup, unsetAbstractTourPrimitiveSimpleExtensionGroup
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractObjectType
getId, getObjectSimpleExtensionGroup, getOtherAttributes, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setObjectSimpleExtensionGroup, setTargetId, unsetObjectSimpleExtensionGroup
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

duration

protected Double duration

update

protected UpdateType update

delayedStart

protected Double delayedStart

animatedUpdateSimpleExtensionGroup

protected List<Object> animatedUpdateSimpleExtensionGroup

animatedUpdateObjectExtensionGroup

protected List<AbstractObjectType> animatedUpdateObjectExtensionGroup
Constructor Detail

AnimatedUpdateType

public AnimatedUpdateType()
Method Detail

getDuration

public Double getDuration()
Gets the value of the duration property.

Returns:
possible object is Double

setDuration

public void setDuration(Double value)
Sets the value of the duration property.

Parameters:
value - allowed object is Double

isSetDuration

public boolean isSetDuration()

getUpdate

public UpdateType getUpdate()
Gets the value of the update property.

Returns:
possible object is UpdateType

setUpdate

public void setUpdate(UpdateType value)
Sets the value of the update property.

Parameters:
value - allowed object is UpdateType

isSetUpdate

public boolean isSetUpdate()

getDelayedStart

public Double getDelayedStart()
Gets the value of the delayedStart property.

Returns:
possible object is Double

setDelayedStart

public void setDelayedStart(Double value)
Sets the value of the delayedStart property.

Parameters:
value - allowed object is Double

isSetDelayedStart

public boolean isSetDelayedStart()

getAnimatedUpdateSimpleExtensionGroup

public List<Object> getAnimatedUpdateSimpleExtensionGroup()
Gets the value of the animatedUpdateSimpleExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the animatedUpdateSimpleExtensionGroup property.

For example, to add a new item, do as follows:

    getAnimatedUpdateSimpleExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetAnimatedUpdateSimpleExtensionGroup

public boolean isSetAnimatedUpdateSimpleExtensionGroup()

unsetAnimatedUpdateSimpleExtensionGroup

public void unsetAnimatedUpdateSimpleExtensionGroup()

getAnimatedUpdateObjectExtensionGroup

public List<AbstractObjectType> getAnimatedUpdateObjectExtensionGroup()
Gets the value of the animatedUpdateObjectExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the animatedUpdateObjectExtensionGroup property.

For example, to add a new item, do as follows:

    getAnimatedUpdateObjectExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractObjectType


isSetAnimatedUpdateObjectExtensionGroup

public boolean isSetAnimatedUpdateObjectExtensionGroup()

unsetAnimatedUpdateObjectExtensionGroup

public void unsetAnimatedUpdateObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractTourPrimitiveType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractTourPrimitiveType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractTourPrimitiveType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractTourPrimitiveType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractTourPrimitiveType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractTourPrimitiveType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractTourPrimitiveType

clone

public Object clone()
Overrides:
clone in class AbstractTourPrimitiveType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractTourPrimitiveType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractTourPrimitiveType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
createNewInstance in class AbstractTourPrimitiveType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractTourPrimitiveType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractTourPrimitiveType

setAnimatedUpdateSimpleExtensionGroup

public void setAnimatedUpdateSimpleExtensionGroup(List<Object> value)

setAnimatedUpdateObjectExtensionGroup

public void setAnimatedUpdateObjectExtensionGroup(List<AbstractObjectType> value)

withDuration

public AnimatedUpdateType withDuration(Double value)

withUpdate

public AnimatedUpdateType withUpdate(UpdateType value)

withDelayedStart

public AnimatedUpdateType withDelayedStart(Double value)

withAnimatedUpdateSimpleExtensionGroup

public AnimatedUpdateType withAnimatedUpdateSimpleExtensionGroup(Object... values)

withAnimatedUpdateSimpleExtensionGroup

public AnimatedUpdateType withAnimatedUpdateSimpleExtensionGroup(Collection<Object> values)

withAnimatedUpdateObjectExtensionGroup

public AnimatedUpdateType withAnimatedUpdateObjectExtensionGroup(AbstractObjectType... values)

withAnimatedUpdateObjectExtensionGroup

public AnimatedUpdateType withAnimatedUpdateObjectExtensionGroup(Collection<AbstractObjectType> values)

withAnimatedUpdateSimpleExtensionGroup

public AnimatedUpdateType withAnimatedUpdateSimpleExtensionGroup(List<Object> value)

withAnimatedUpdateObjectExtensionGroup

public AnimatedUpdateType withAnimatedUpdateObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractTourPrimitiveSimpleExtensionGroup

public AnimatedUpdateType withAbstractTourPrimitiveSimpleExtensionGroup(Object... values)
Overrides:
withAbstractTourPrimitiveSimpleExtensionGroup in class AbstractTourPrimitiveType

withAbstractTourPrimitiveSimpleExtensionGroup

public AnimatedUpdateType withAbstractTourPrimitiveSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractTourPrimitiveSimpleExtensionGroup in class AbstractTourPrimitiveType

withAbstractTourPrimitiveObjectExtensionGroup

public AnimatedUpdateType withAbstractTourPrimitiveObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractTourPrimitiveObjectExtensionGroup in class AbstractTourPrimitiveType

withAbstractTourPrimitiveObjectExtensionGroup

public AnimatedUpdateType withAbstractTourPrimitiveObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractTourPrimitiveObjectExtensionGroup in class AbstractTourPrimitiveType

withAbstractTourPrimitiveSimpleExtensionGroup

public AnimatedUpdateType withAbstractTourPrimitiveSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractTourPrimitiveSimpleExtensionGroup in class AbstractTourPrimitiveType

withAbstractTourPrimitiveObjectExtensionGroup

public AnimatedUpdateType withAbstractTourPrimitiveObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractTourPrimitiveObjectExtensionGroup in class AbstractTourPrimitiveType

withObjectSimpleExtensionGroup

public AnimatedUpdateType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractTourPrimitiveType

withObjectSimpleExtensionGroup

public AnimatedUpdateType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractTourPrimitiveType

withId

public AnimatedUpdateType withId(String value)
Overrides:
withId in class AbstractTourPrimitiveType

withTargetId

public AnimatedUpdateType withTargetId(String value)
Overrides:
withTargetId in class AbstractTourPrimitiveType

withObjectSimpleExtensionGroup

public AnimatedUpdateType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractTourPrimitiveType


Copyright © 2008-2015. All Rights Reserved.