Package com.google.earth.kml._2
Class NetworkLinkControlType
java.lang.Object
com.google.earth.kml._2.NetworkLinkControlType
<p>Java class for NetworkLinkControlType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="NetworkLinkControlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="minRefreshPeriod" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="cookie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="linkName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="linkDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="linkSnippet" type="{http://earth.google.com/kml/2.1}SnippetType" minOccurs="0"/>
<element name="expires" type="{http://earth.google.com/kml/2.1}dateTimeType" minOccurs="0"/>
<element name="Update" type="{http://earth.google.com/kml/2.1}UpdateType" minOccurs="0"/>
<element name="LookAt" type="{http://earth.google.com/kml/2.1}LookAtType" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected SnippetTypeprotected LookAtTypeprotected Stringprotected Floatprotected UpdateType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cookie property.Gets the value of the expires property.Gets the value of the linkDescription property.Gets the value of the linkName property.Gets the value of the linkSnippet property.Gets the value of the lookAt property.Gets the value of the message property.Gets the value of the minRefreshPeriod property.Gets the value of the update property.voidSets the value of the cookie property.voidsetExpires(String value) Sets the value of the expires property.voidsetLinkDescription(String value) Sets the value of the linkDescription property.voidsetLinkName(String value) Sets the value of the linkName property.voidsetLinkSnippet(SnippetType value) Sets the value of the linkSnippet property.voidsetLookAt(LookAtType value) Sets the value of the lookAt property.voidsetMessage(String value) Sets the value of the message property.voidsetMinRefreshPeriod(Float value) Sets the value of the minRefreshPeriod property.voidsetUpdate(UpdateType value) Sets the value of the update property.
-
Field Details
-
minRefreshPeriod
-
cookie
-
message
-
linkName
-
linkDescription
-
linkSnippet
-
expires
-
update
-
lookAt
-
-
Constructor Details
-
NetworkLinkControlType
public NetworkLinkControlType()
-
-
Method Details
-
getMinRefreshPeriod
Gets the value of the minRefreshPeriod property.- Returns:
- possible object is
Float
-
setMinRefreshPeriod
Sets the value of the minRefreshPeriod property.- Parameters:
value- allowed object isFloat
-
getCookie
Gets the value of the cookie property.- Returns:
- possible object is
String
-
setCookie
Sets the value of the cookie property.- Parameters:
value- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-
getLinkName
Gets the value of the linkName property.- Returns:
- possible object is
String
-
setLinkName
Sets the value of the linkName property.- Parameters:
value- allowed object isString
-
getLinkDescription
Gets the value of the linkDescription property.- Returns:
- possible object is
String
-
setLinkDescription
Sets the value of the linkDescription property.- Parameters:
value- allowed object isString
-
getLinkSnippet
Gets the value of the linkSnippet property.- Returns:
- possible object is
SnippetType
-
setLinkSnippet
Sets the value of the linkSnippet property.- Parameters:
value- allowed object isSnippetType
-
getExpires
Gets the value of the expires property.- Returns:
- possible object is
String
-
setExpires
Sets the value of the expires property.- Parameters:
value- allowed object isString
-
getUpdate
Gets the value of the update property.- Returns:
- possible object is
UpdateType
-
setUpdate
Sets the value of the update property.- Parameters:
value- allowed object isUpdateType
-
getLookAt
Gets the value of the lookAt property.- Returns:
- possible object is
LookAtType
-
setLookAt
Sets the value of the lookAt property.- Parameters:
value- allowed object isLookAtType
-