Package com.google.earth.kml._2
Class LinkType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.LinkType
- Direct Known Subclasses:
IconType
Not final="#all" to show how IconType extended LinkType in KML 2.0.
<p>Java class for LinkType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="LinkType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ObjectType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="refreshMode" type="{http://earth.google.com/kml/2.1}refreshModeEnum" minOccurs="0"/>
<element name="refreshInterval" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="viewRefreshMode" type="{http://earth.google.com/kml/2.1}viewRefreshModeEnum" minOccurs="0"/>
<element name="viewRefreshTime" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="viewBoundScale" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="viewFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="httpQuery" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Floatprotected RefreshModeEnumprotected Floatprotected Stringprotected ViewRefreshModeEnumprotected FloatFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHref()Gets the value of the href property.Gets the value of the httpQuery property.Gets the value of the refreshInterval property.Gets the value of the refreshMode property.Gets the value of the viewBoundScale property.Gets the value of the viewFormat property.Gets the value of the viewRefreshMode property.Gets the value of the viewRefreshTime property.voidSets the value of the href property.voidsetHttpQuery(String value) Sets the value of the httpQuery property.voidsetRefreshInterval(Float value) Sets the value of the refreshInterval property.voidsetRefreshMode(RefreshModeEnum value) Sets the value of the refreshMode property.voidsetViewBoundScale(Float value) Sets the value of the viewBoundScale property.voidsetViewFormat(String value) Sets the value of the viewFormat property.voidSets the value of the viewRefreshMode property.voidsetViewRefreshTime(Float value) Sets the value of the viewRefreshTime property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
href
-
refreshMode
-
refreshInterval
-
viewRefreshMode
-
viewRefreshTime
-
viewBoundScale
-
viewFormat
-
httpQuery
-
-
Constructor Details
-
LinkType
public LinkType()
-
-
Method Details
-
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getRefreshMode
Gets the value of the refreshMode property.- Returns:
- possible object is
RefreshModeEnum
-
setRefreshMode
Sets the value of the refreshMode property.- Parameters:
value- allowed object isRefreshModeEnum
-
getRefreshInterval
Gets the value of the refreshInterval property.- Returns:
- possible object is
Float
-
setRefreshInterval
Sets the value of the refreshInterval property.- Parameters:
value- allowed object isFloat
-
getViewRefreshMode
Gets the value of the viewRefreshMode property.- Returns:
- possible object is
ViewRefreshModeEnum
-
setViewRefreshMode
Sets the value of the viewRefreshMode property.- Parameters:
value- allowed object isViewRefreshModeEnum
-
getViewRefreshTime
Gets the value of the viewRefreshTime property.- Returns:
- possible object is
Float
-
setViewRefreshTime
Sets the value of the viewRefreshTime property.- Parameters:
value- allowed object isFloat
-
getViewBoundScale
Gets the value of the viewBoundScale property.- Returns:
- possible object is
Float
-
setViewBoundScale
Sets the value of the viewBoundScale property.- Parameters:
value- allowed object isFloat
-
getViewFormat
Gets the value of the viewFormat property.- Returns:
- possible object is
String
-
setViewFormat
Sets the value of the viewFormat property.- Parameters:
value- allowed object isString
-
getHttpQuery
Gets the value of the httpQuery property.- Returns:
- possible object is
String
-
setHttpQuery
Sets the value of the httpQuery property.- Parameters:
value- allowed object isString
-