|
|||||||||
| 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.AbstractFeatureType
net.opengis.kml.v_2_3.TourType
public class TourType
Java class for TourType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TourType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractFeatureType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}Playlist" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}TourSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}TourObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PlaylistType |
playlist
|
protected List<AbstractObjectType> |
tourObjectExtensionGroup
|
protected List<Object> |
tourSimpleExtensionGroup
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractFeatureType |
|---|
abstractExtendedDataGroup, abstractFeatureObjectExtensionGroup, abstractFeatureSimpleExtensionGroup, abstractSnippetGroup, abstractStyleSelectorGroup, abstractTimePrimitiveGroup, abstractViewGroup, address, addressDetails, atomAuthor, atomLink, balloonVisibility, description, name, open, phoneNumber, region, styleUrl, visibility |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
TourType()
|
|
| 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 PlaylistType playlist
protected List<Object> tourSimpleExtensionGroup
protected List<AbstractObjectType> tourObjectExtensionGroup
| Constructor Detail |
|---|
public TourType()
| Method Detail |
|---|
public PlaylistType getPlaylist()
PlaylistTypepublic void setPlaylist(PlaylistType value)
value - allowed object is
PlaylistTypepublic boolean isSetPlaylist()
public List<Object> getTourSimpleExtensionGroup()
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 tourSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getTourSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetTourSimpleExtensionGroup()
public void unsetTourSimpleExtensionGroup()
public List<AbstractObjectType> getTourObjectExtensionGroup()
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 tourObjectExtensionGroup property.
For example, to add a new item, do as follows:
getTourObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetTourObjectExtensionGroup()
public void unsetTourObjectExtensionGroup()
public String toString()
toString in class AbstractFeatureType
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 AbstractFeatureType
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 AbstractFeatureType
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 AbstractFeatureTypepublic boolean equals(Object object)
equals in class AbstractFeatureType
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 AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic Object clone()
clone in class AbstractFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureType
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 AbstractFeatureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureType
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 AbstractFeatureTypepublic void setTourSimpleExtensionGroup(List<Object> value)
public void setTourObjectExtensionGroup(List<AbstractObjectType> value)
public TourType withPlaylist(PlaylistType value)
public TourType withTourSimpleExtensionGroup(Object... values)
public TourType withTourSimpleExtensionGroup(Collection<Object> values)
public TourType withTourObjectExtensionGroup(AbstractObjectType... values)
public TourType withTourObjectExtensionGroup(Collection<AbstractObjectType> values)
public TourType withTourSimpleExtensionGroup(List<Object> value)
public TourType withTourObjectExtensionGroup(List<AbstractObjectType> value)
public TourType withName(String value)
withName in class AbstractFeatureTypepublic TourType withVisibility(Boolean value)
withVisibility in class AbstractFeatureTypepublic TourType withBalloonVisibility(Boolean value)
withBalloonVisibility in class AbstractFeatureTypepublic TourType withOpen(Boolean value)
withOpen in class AbstractFeatureTypepublic TourType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
withAtomAuthor in class AbstractFeatureTypepublic TourType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
withAtomLink in class AbstractFeatureTypepublic TourType withAddress(String value)
withAddress in class AbstractFeatureTypepublic TourType withAddressDetails(AddressDetails value)
withAddressDetails in class AbstractFeatureTypepublic TourType withPhoneNumber(String value)
withPhoneNumber in class AbstractFeatureTypepublic TourType withAbstractSnippetGroup(JAXBElement<?> value)
withAbstractSnippetGroup in class AbstractFeatureTypepublic TourType withDescription(String value)
withDescription in class AbstractFeatureTypepublic TourType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
withAbstractViewGroup in class AbstractFeatureTypepublic TourType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
withAbstractTimePrimitiveGroup in class AbstractFeatureTypepublic TourType withStyleUrl(String value)
withStyleUrl in class AbstractFeatureTypepublic TourType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
withAbstractStyleSelectorGroup in class AbstractFeatureTypepublic TourType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
withAbstractStyleSelectorGroup in class AbstractFeatureTypepublic TourType withRegion(RegionType value)
withRegion in class AbstractFeatureTypepublic TourType withAbstractExtendedDataGroup(JAXBElement<?> value)
withAbstractExtendedDataGroup in class AbstractFeatureTypepublic TourType withAbstractFeatureSimpleExtensionGroup(Object... values)
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureTypepublic TourType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureTypepublic TourType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureTypepublic TourType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureTypepublic TourType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
withAbstractStyleSelectorGroup in class AbstractFeatureTypepublic TourType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureTypepublic TourType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureTypepublic TourType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractFeatureTypepublic TourType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractFeatureTypepublic TourType withId(String value)
withId in class AbstractFeatureTypepublic TourType withTargetId(String value)
withTargetId in class AbstractFeatureTypepublic TourType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractFeatureType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||