|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.kml.v_2_3.AbstractObjectType
net.opengis.kml.v_2_3.AbstractTourPrimitiveType
net.opengis.kml.v_2_3.SoundCueType
public class SoundCueType
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()
|
|
| 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 |
|---|
protected String href
protected Double delayedStart
protected List<Object> soundCueSimpleExtensionGroup
protected List<AbstractObjectType> soundCueObjectExtensionGroup
| Constructor Detail |
|---|
public SoundCueType()
| Method Detail |
|---|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public Double getDelayedStart()
Doublepublic void setDelayedStart(Double value)
value - allowed object is
Doublepublic boolean isSetDelayedStart()
public List<Object> getSoundCueSimpleExtensionGroup()
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
public boolean isSetSoundCueSimpleExtensionGroup()
public void unsetSoundCueSimpleExtensionGroup()
public List<AbstractObjectType> getSoundCueObjectExtensionGroup()
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
public boolean isSetSoundCueObjectExtensionGroup()
public void unsetSoundCueObjectExtensionGroup()
public String toString()
toString in class AbstractTourPrimitiveType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractTourPrimitiveType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractTourPrimitiveType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractTourPrimitiveTypepublic boolean equals(Object object)
equals in class AbstractTourPrimitiveType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractTourPrimitiveTypepublic int hashCode()
hashCode in class AbstractTourPrimitiveTypepublic Object clone()
clone in class AbstractTourPrimitiveTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractTourPrimitiveType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractTourPrimitiveTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class AbstractTourPrimitiveType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractTourPrimitiveType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractTourPrimitiveTypepublic void setSoundCueSimpleExtensionGroup(List<Object> value)
public void setSoundCueObjectExtensionGroup(List<AbstractObjectType> value)
public SoundCueType withHref(String value)
public SoundCueType withDelayedStart(Double value)
public SoundCueType withSoundCueSimpleExtensionGroup(Object... values)
public SoundCueType withSoundCueSimpleExtensionGroup(Collection<Object> values)
public SoundCueType withSoundCueObjectExtensionGroup(AbstractObjectType... values)
public SoundCueType withSoundCueObjectExtensionGroup(Collection<AbstractObjectType> values)
public SoundCueType withSoundCueSimpleExtensionGroup(List<Object> value)
public SoundCueType withSoundCueObjectExtensionGroup(List<AbstractObjectType> value)
public SoundCueType withAbstractTourPrimitiveSimpleExtensionGroup(Object... values)
withAbstractTourPrimitiveSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic SoundCueType withAbstractTourPrimitiveSimpleExtensionGroup(Collection<Object> values)
withAbstractTourPrimitiveSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic SoundCueType withAbstractTourPrimitiveObjectExtensionGroup(AbstractObjectType... values)
withAbstractTourPrimitiveObjectExtensionGroup in class AbstractTourPrimitiveTypepublic SoundCueType withAbstractTourPrimitiveObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractTourPrimitiveObjectExtensionGroup in class AbstractTourPrimitiveTypepublic SoundCueType withAbstractTourPrimitiveSimpleExtensionGroup(List<Object> value)
withAbstractTourPrimitiveSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic SoundCueType withAbstractTourPrimitiveObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractTourPrimitiveObjectExtensionGroup in class AbstractTourPrimitiveTypepublic SoundCueType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic SoundCueType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic SoundCueType withId(String value)
withId in class AbstractTourPrimitiveTypepublic SoundCueType withTargetId(String value)
withTargetId in class AbstractTourPrimitiveTypepublic SoundCueType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractTourPrimitiveType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||