Package com.google.earth.kml._2
Class NetworkLinkType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.FeatureType
com.google.earth.kml._2.NetworkLinkType
<p>Java class for NetworkLinkType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="NetworkLinkType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}FeatureType">
<sequence>
<element name="refreshVisibility" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="flyToView" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{http://earth.google.com/kml/2.1}Link"/>
<element name="Url" type="{http://earth.google.com/kml/2.1}LinkType"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected LinkTypeprotected Booleanprotected LinkTypeFields inherited from class com.google.earth.kml._2.FeatureType
address, description, lookAt, metadata, name, open, phoneNumber, region, snippet, styleSelector, styleUrl, timePrimitive, visibilityFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLink()Gets the value of the link property.getUrl()Gets the value of the url property.Gets the value of the flyToView property.Gets the value of the refreshVisibility property.voidsetFlyToView(Boolean value) Sets the value of the flyToView property.voidSets the value of the link property.voidsetRefreshVisibility(Boolean value) Sets the value of the refreshVisibility property.voidSets the value of the url property.Methods inherited from class com.google.earth.kml._2.FeatureType
getAddress, getDescription, getLookAt, getMetadata, getName, getPhoneNumber, getRegion, getSnippet, getStyleSelector, getStyleUrl, getTimePrimitive, isOpen, isVisibility, setAddress, setDescription, setLookAt, setMetadata, setName, setOpen, setPhoneNumber, setRegion, setSnippet, setStyleUrl, setTimePrimitive, setVisibilityMethods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
refreshVisibility
-
flyToView
-
link
-
url
-
-
Constructor Details
-
NetworkLinkType
public NetworkLinkType()
-
-
Method Details
-
isRefreshVisibility
Gets the value of the refreshVisibility property.- Returns:
- possible object is
Boolean
-
setRefreshVisibility
Sets the value of the refreshVisibility property.- Parameters:
value- allowed object isBoolean
-
isFlyToView
Gets the value of the flyToView property.- Returns:
- possible object is
Boolean
-
setFlyToView
Sets the value of the flyToView property.- Parameters:
value- allowed object isBoolean
-
getLink
Gets the value of the link property.- Returns:
- possible object is
LinkType
-
setLink
Sets the value of the link property.- Parameters:
value- allowed object isLinkType
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
LinkType
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isLinkType
-