Class NetworkLinkControl

java.lang.Object
org.bremersee.opengis.kml.v22.NetworkLinkControl
All Implemented Interfaces:
Serializable

public class NetworkLinkControl extends Object implements 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 Details

    • minRefreshPeriod

      protected Double minRefreshPeriod
    • maxSessionLength

      protected Double maxSessionLength
    • message

      protected String message
    • linkName

      protected String linkName
    • linkDescription

      protected String linkDescription
    • linkSnippet

      protected SnippetType linkSnippet
    • expires

      protected String expires
    • update

      protected Update update
    • abstractViewGroup

      protected jakarta.xml.bind.JAXBElement<? extends AbstractViewType> abstractViewGroup
    • networkLinkControlSimpleExtensionGroups

      protected List<Object> networkLinkControlSimpleExtensionGroups
    • networkLinkControlObjectExtensionGroups

      protected List<AbstractObjectType> networkLinkControlObjectExtensionGroups
  • Constructor Details

    • NetworkLinkControl

      public NetworkLinkControl()
  • Method Details

    • getMinRefreshPeriod

      public Double getMinRefreshPeriod()
      Gets the value of the minRefreshPeriod property.
      Returns:
      possible object is Double
    • setMinRefreshPeriod

      public void setMinRefreshPeriod(Double value)
      Sets the value of the minRefreshPeriod property.
      Parameters:
      value - allowed object is Double
    • getMaxSessionLength

      public Double getMaxSessionLength()
      Gets the value of the maxSessionLength property.
      Returns:
      possible object is Double
    • setMaxSessionLength

      public void setMaxSessionLength(Double value)
      Sets the value of the maxSessionLength property.
      Parameters:
      value - allowed object is Double
    • getCookie

      public String getCookie()
      Gets the value of the cookie property.
      Returns:
      possible object is String
    • setCookie

      public void setCookie(String value)
      Sets the value of the cookie property.
      Parameters:
      value - allowed object is String
    • getMessage

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String
    • getLinkName

      public String getLinkName()
      Gets the value of the linkName property.
      Returns:
      possible object is String
    • setLinkName

      public void setLinkName(String value)
      Sets the value of the linkName property.
      Parameters:
      value - allowed object is String
    • getLinkDescription

      public String getLinkDescription()
      Gets the value of the linkDescription property.
      Returns:
      possible object is String
    • setLinkDescription

      public void setLinkDescription(String value)
      Sets the value of the linkDescription property.
      Parameters:
      value - allowed object is String
    • getLinkSnippet

      public SnippetType getLinkSnippet()
      Gets the value of the linkSnippet property.
      Returns:
      possible object is SnippetType
    • setLinkSnippet

      public void setLinkSnippet(SnippetType value)
      Sets the value of the linkSnippet property.
      Parameters:
      value - allowed object is SnippetType
    • getExpires

      public String getExpires()
      Gets the value of the expires property.
      Returns:
      possible object is String
    • setExpires

      public void setExpires(String value)
      Sets the value of the expires property.
      Parameters:
      value - allowed object is String
    • getUpdate

      public Update getUpdate()
      Gets the value of the update property.
      Returns:
      possible object is Update
    • setUpdate

      public void setUpdate(Update value)
      Sets the value of the update property.
      Parameters:
      value - allowed object is Update
    • getAbstractViewGroup

      public jakarta.xml.bind.JAXBElement<? extends AbstractViewType> getAbstractViewGroup()
      Gets the value of the abstractViewGroup property.
      Returns:
      possible object is JAXBElement<AbstractViewType> JAXBElement<CameraType> JAXBElement<LookAtType>
    • setAbstractViewGroup

      public void setAbstractViewGroup(jakarta.xml.bind.JAXBElement<? extends AbstractViewType> value)
      Sets the value of the abstractViewGroup property.
      Parameters:
      value - allowed object is JAXBElement<AbstractViewType> JAXBElement<CameraType> JAXBElement<LookAtType>
    • getNetworkLinkControlSimpleExtensionGroups

      public List<Object> 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 set method 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

      public List<AbstractObjectType> 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 set method 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.