|
|||||||||
| 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.FlyToType
public class FlyToType
Java class for FlyToType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlyToType">
<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}abstractFlyToMode" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractViewGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}FlyToSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}FlyToObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<?> |
abstractFlyToMode
|
protected JAXBElement<? extends AbstractViewType> |
abstractViewGroup
|
protected Double |
duration
|
protected List<AbstractObjectType> |
flyToObjectExtensionGroup
|
protected List<Object> |
flyToSimpleExtensionGroup
|
| 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 | |
|---|---|
FlyToType()
|
|
| 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 Double duration
protected JAXBElement<?> abstractFlyToMode
protected JAXBElement<? extends AbstractViewType> abstractViewGroup
protected List<Object> flyToSimpleExtensionGroup
protected List<AbstractObjectType> flyToObjectExtensionGroup
| Constructor Detail |
|---|
public FlyToType()
| Method Detail |
|---|
public Double getDuration()
Doublepublic void setDuration(Double value)
value - allowed object is
Doublepublic boolean isSetDuration()
public JAXBElement<?> getAbstractFlyToMode()
JAXBElement<String>
JAXBElement<FlyToModeEnumType>public void setAbstractFlyToMode(JAXBElement<?> value)
value - allowed object is
JAXBElement<String>
JAXBElement<FlyToModeEnumType>public boolean isSetAbstractFlyToMode()
public JAXBElement<? extends AbstractViewType> getAbstractViewGroup()
JAXBElement<AbstractViewType>
JAXBElement<LookAtType>
JAXBElement<CameraType>public void setAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
value - allowed object is
JAXBElement<AbstractViewType>
JAXBElement<LookAtType>
JAXBElement<CameraType>public boolean isSetAbstractViewGroup()
public List<Object> getFlyToSimpleExtensionGroup()
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 flyToSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getFlyToSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetFlyToSimpleExtensionGroup()
public void unsetFlyToSimpleExtensionGroup()
public List<AbstractObjectType> getFlyToObjectExtensionGroup()
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 flyToObjectExtensionGroup property.
For example, to add a new item, do as follows:
getFlyToObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetFlyToObjectExtensionGroup()
public void unsetFlyToObjectExtensionGroup()
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 setFlyToSimpleExtensionGroup(List<Object> value)
public void setFlyToObjectExtensionGroup(List<AbstractObjectType> value)
public FlyToType withDuration(Double value)
public FlyToType withAbstractFlyToMode(JAXBElement<?> value)
public FlyToType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
public FlyToType withFlyToSimpleExtensionGroup(Object... values)
public FlyToType withFlyToSimpleExtensionGroup(Collection<Object> values)
public FlyToType withFlyToObjectExtensionGroup(AbstractObjectType... values)
public FlyToType withFlyToObjectExtensionGroup(Collection<AbstractObjectType> values)
public FlyToType withFlyToSimpleExtensionGroup(List<Object> value)
public FlyToType withFlyToObjectExtensionGroup(List<AbstractObjectType> value)
public FlyToType withAbstractTourPrimitiveSimpleExtensionGroup(Object... values)
withAbstractTourPrimitiveSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic FlyToType withAbstractTourPrimitiveSimpleExtensionGroup(Collection<Object> values)
withAbstractTourPrimitiveSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic FlyToType withAbstractTourPrimitiveObjectExtensionGroup(AbstractObjectType... values)
withAbstractTourPrimitiveObjectExtensionGroup in class AbstractTourPrimitiveTypepublic FlyToType withAbstractTourPrimitiveObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractTourPrimitiveObjectExtensionGroup in class AbstractTourPrimitiveTypepublic FlyToType withAbstractTourPrimitiveSimpleExtensionGroup(List<Object> value)
withAbstractTourPrimitiveSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic FlyToType withAbstractTourPrimitiveObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractTourPrimitiveObjectExtensionGroup in class AbstractTourPrimitiveTypepublic FlyToType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic FlyToType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractTourPrimitiveTypepublic FlyToType withId(String value)
withId in class AbstractTourPrimitiveTypepublic FlyToType withTargetId(String value)
withTargetId in class AbstractTourPrimitiveTypepublic FlyToType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractTourPrimitiveType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||