net.opengis.kml.v_2_3
Class SoundCueType

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.SoundCueType
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 SoundCueType
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 SoundCueType complex type.

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

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


Field Summary
protected  Double delayedStart
           
protected  String href
           
protected  List<AbstractObjectType> soundCueObjectExtensionGroup
           
protected  List<Object> soundCueSimpleExtensionGroup
           
 
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
SoundCueType()
           
 
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)
           
 Double getDelayedStart()
          Gets the value of the delayedStart property.
 String getHref()
          Gets the value of the href property.
 List<AbstractObjectType> getSoundCueObjectExtensionGroup()
          Gets the value of the soundCueObjectExtensionGroup property.
 List<Object> getSoundCueSimpleExtensionGroup()
          Gets the value of the soundCueSimpleExtensionGroup property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetDelayedStart()
           
 boolean isSetHref()
           
 boolean isSetSoundCueObjectExtensionGroup()
           
 boolean isSetSoundCueSimpleExtensionGroup()
           
 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 setDelayedStart(Double value)
          Sets the value of the delayedStart property.
 void setHref(String value)
          Sets the value of the href property.
 void setSoundCueObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setSoundCueSimpleExtensionGroup(List<Object> value)
           
 String toString()
           
 void unsetSoundCueObjectExtensionGroup()
           
 void unsetSoundCueSimpleExtensionGroup()
           
 SoundCueType withAbstractTourPrimitiveObjectExtensionGroup(AbstractObjectType... values)
           
 SoundCueType withAbstractTourPrimitiveObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 SoundCueType withAbstractTourPrimitiveObjectExtensionGroup(List<AbstractObjectType> value)
           
 SoundCueType withAbstractTourPrimitiveSimpleExtensionGroup(Collection<Object> values)
           
 SoundCueType withAbstractTourPrimitiveSimpleExtensionGroup(List<Object> value)
           
 SoundCueType withAbstractTourPrimitiveSimpleExtensionGroup(Object... values)
           
 SoundCueType withDelayedStart(Double value)
           
 SoundCueType withHref(String value)
           
 SoundCueType withId(String value)
           
 SoundCueType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 SoundCueType withObjectSimpleExtensionGroup(List<Object> value)
           
 SoundCueType withObjectSimpleExtensionGroup(Object... values)
           
 SoundCueType withSoundCueObjectExtensionGroup(AbstractObjectType... values)
           
 SoundCueType withSoundCueObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 SoundCueType withSoundCueObjectExtensionGroup(List<AbstractObjectType> value)
           
 SoundCueType withSoundCueSimpleExtensionGroup(Collection<Object> values)
           
 SoundCueType withSoundCueSimpleExtensionGroup(List<Object> value)
           
 SoundCueType withSoundCueSimpleExtensionGroup(Object... values)
           
 SoundCueType withTargetId(String 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

href

protected String href

delayedStart

protected Double delayedStart

soundCueSimpleExtensionGroup

protected List<Object> soundCueSimpleExtensionGroup

soundCueObjectExtensionGroup

protected List<AbstractObjectType> soundCueObjectExtensionGroup
Constructor Detail

SoundCueType

public SoundCueType()
Method Detail

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

isSetHref

public boolean isSetHref()

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()

getSoundCueSimpleExtensionGroup

public List<Object> getSoundCueSimpleExtensionGroup()
Gets the value of the soundCueSimpleExtensionGroup 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 soundCueSimpleExtensionGroup property.

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

    getSoundCueSimpleExtensionGroup().add(newItem);
 

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


isSetSoundCueSimpleExtensionGroup

public boolean isSetSoundCueSimpleExtensionGroup()

unsetSoundCueSimpleExtensionGroup

public void unsetSoundCueSimpleExtensionGroup()

getSoundCueObjectExtensionGroup

public List<AbstractObjectType> getSoundCueObjectExtensionGroup()
Gets the value of the soundCueObjectExtensionGroup 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 soundCueObjectExtensionGroup property.

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

    getSoundCueObjectExtensionGroup().add(newItem);
 

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


isSetSoundCueObjectExtensionGroup

public boolean isSetSoundCueObjectExtensionGroup()

unsetSoundCueObjectExtensionGroup

public void unsetSoundCueObjectExtensionGroup()

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

setSoundCueSimpleExtensionGroup

public void setSoundCueSimpleExtensionGroup(List<Object> value)

setSoundCueObjectExtensionGroup

public void setSoundCueObjectExtensionGroup(List<AbstractObjectType> value)

withHref

public SoundCueType withHref(String value)

withDelayedStart

public SoundCueType withDelayedStart(Double value)

withSoundCueSimpleExtensionGroup

public SoundCueType withSoundCueSimpleExtensionGroup(Object... values)

withSoundCueSimpleExtensionGroup

public SoundCueType withSoundCueSimpleExtensionGroup(Collection<Object> values)

withSoundCueObjectExtensionGroup

public SoundCueType withSoundCueObjectExtensionGroup(AbstractObjectType... values)

withSoundCueObjectExtensionGroup

public SoundCueType withSoundCueObjectExtensionGroup(Collection<AbstractObjectType> values)

withSoundCueSimpleExtensionGroup

public SoundCueType withSoundCueSimpleExtensionGroup(List<Object> value)

withSoundCueObjectExtensionGroup

public SoundCueType withSoundCueObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractTourPrimitiveSimpleExtensionGroup

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

withAbstractTourPrimitiveSimpleExtensionGroup

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

withAbstractTourPrimitiveObjectExtensionGroup

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

withAbstractTourPrimitiveObjectExtensionGroup

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

withAbstractTourPrimitiveSimpleExtensionGroup

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

withAbstractTourPrimitiveObjectExtensionGroup

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

withObjectSimpleExtensionGroup

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

withObjectSimpleExtensionGroup

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

withId

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

withTargetId

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

withObjectSimpleExtensionGroup

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


Copyright © 2008-2016. All Rights Reserved.