Class NetworkLinkControl
- All Implemented Interfaces:
Serializable
Java class for NetworkLinkControlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkLinkControlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}minRefreshPeriod" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}maxSessionLength" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}cookie" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}message" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}linkName" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}linkDescription" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}linkSnippet" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}expires" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}Update" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractViewGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}NetworkLinkControlSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}NetworkLinkControlObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends AbstractViewType> protected Stringprotected Stringprotected Stringprotected Stringprotected SnippetTypeprotected Doubleprotected Stringprotected Doubleprotected List<AbstractObjectType> protected Update -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<? extends AbstractViewType> Gets the value of the abstractViewGroup property.Gets 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 maxSessionLength property.Gets the value of the message property.Gets the value of the minRefreshPeriod property.Gets the value of the networkLinkControlObjectExtensionGroups property.Gets the value of the networkLinkControlSimpleExtensionGroups property.Gets the value of the update property.voidsetAbstractViewGroup(jakarta.xml.bind.JAXBElement<? extends AbstractViewType> value) Sets the value of the abstractViewGroup 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.voidsetMaxSessionLength(Double value) Sets the value of the maxSessionLength property.voidsetMessage(String value) Sets the value of the message property.voidsetMinRefreshPeriod(Double value) Sets the value of the minRefreshPeriod property.voidSets the value of the update property.
-
Field Details
-
minRefreshPeriod
-
maxSessionLength
-
cookie
-
message
-
linkName
-
linkDescription
-
linkSnippet
-
expires
-
update
-
abstractViewGroup
-
networkLinkControlSimpleExtensionGroups
-
networkLinkControlObjectExtensionGroups
-
-
Constructor Details
-
NetworkLinkControl
public NetworkLinkControl()
-
-
Method Details
-
getMinRefreshPeriod
Gets the value of the minRefreshPeriod property.- Returns:
- possible object is
Double
-
setMinRefreshPeriod
Sets the value of the minRefreshPeriod property.- Parameters:
value- allowed object isDouble
-
getMaxSessionLength
Gets the value of the maxSessionLength property.- Returns:
- possible object is
Double
-
setMaxSessionLength
Sets the value of the maxSessionLength property.- Parameters:
value- allowed object isDouble
-
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
Update
-
setUpdate
Sets the value of the update property.- Parameters:
value- allowed object isUpdate
-
getAbstractViewGroup
Gets the value of the abstractViewGroup property.- Returns:
- possible object is
JAXBElement<AbstractViewType>JAXBElement<CameraType>JAXBElement<LookAtType>
-
setAbstractViewGroup
Sets the value of the abstractViewGroup property.- Parameters:
value- allowed object isJAXBElement<AbstractViewType>JAXBElement<CameraType>JAXBElement<LookAtType>
-
getNetworkLinkControlSimpleExtensionGroups
Gets the value of the networkLinkControlSimpleExtensionGroups property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the networkLinkControlSimpleExtensionGroups property.For example, to add a new item, do as follows:
getNetworkLinkControlSimpleExtensionGroups().add(newItem);Objects of the following type(s) are allowed in the list
Object- Returns:
- The value of the networkLinkControlSimpleExtensionGroups property.
-
getNetworkLinkControlObjectExtensionGroups
Gets the value of the networkLinkControlObjectExtensionGroups property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the networkLinkControlObjectExtensionGroups property.For example, to add a new item, do as follows:
getNetworkLinkControlObjectExtensionGroups().add(newItem);Objects of the following type(s) are allowed in the list
AbstractObjectType- Returns:
- The value of the networkLinkControlObjectExtensionGroups property.
-