All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bremersee.opengis.kml.v22.NetworkLinkControl Maven / Gradle / Ivy

//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.2 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
//


package org.bremersee.opengis.kml.v22;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlElementRef;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for NetworkLinkControlType complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "NetworkLinkControlType", propOrder = { "minRefreshPeriod", "maxSessionLength", "cookie", "message", "linkName", "linkDescription", "linkSnippet", "expires", "update", "abstractViewGroup", "networkLinkControlSimpleExtensionGroups", "networkLinkControlObjectExtensionGroups" }) @XmlRootElement(name = "NetworkLinkControl") public class NetworkLinkControl implements Serializable { private static final long serialVersionUID = 1L; @XmlElement(defaultValue = "0.0") protected Double minRefreshPeriod; @XmlElement(defaultValue = "-1.0") protected Double maxSessionLength; protected String cookie; protected String message; protected String linkName; protected String linkDescription; protected SnippetType linkSnippet; protected String expires; @XmlElement(name = "Update") protected Update update; @XmlElementRef(name = "AbstractViewGroup", namespace = "http://www.opengis.net/kml/2.2", type = JAXBElement.class, required = false) protected JAXBElement abstractViewGroup; @XmlElement(name = "NetworkLinkControlSimpleExtensionGroup") protected List networkLinkControlSimpleExtensionGroups; @XmlElement(name = "NetworkLinkControlObjectExtensionGroup") protected List networkLinkControlObjectExtensionGroups; /** * Gets the value of the minRefreshPeriod property. * * @return * possible object is * {@link Double } * */ public Double getMinRefreshPeriod() { return minRefreshPeriod; } /** * Sets the value of the minRefreshPeriod property. * * @param value * allowed object is * {@link Double } * */ public void setMinRefreshPeriod(Double value) { this.minRefreshPeriod = value; } /** * Gets the value of the maxSessionLength property. * * @return * possible object is * {@link Double } * */ public Double getMaxSessionLength() { return maxSessionLength; } /** * Sets the value of the maxSessionLength property. * * @param value * allowed object is * {@link Double } * */ public void setMaxSessionLength(Double value) { this.maxSessionLength = value; } /** * Gets the value of the cookie property. * * @return * possible object is * {@link String } * */ public String getCookie() { return cookie; } /** * Sets the value of the cookie property. * * @param value * allowed object is * {@link String } * */ public void setCookie(String value) { this.cookie = value; } /** * Gets the value of the message property. * * @return * possible object is * {@link String } * */ public String getMessage() { return message; } /** * Sets the value of the message property. * * @param value * allowed object is * {@link String } * */ public void setMessage(String value) { this.message = value; } /** * Gets the value of the linkName property. * * @return * possible object is * {@link String } * */ public String getLinkName() { return linkName; } /** * Sets the value of the linkName property. * * @param value * allowed object is * {@link String } * */ public void setLinkName(String value) { this.linkName = value; } /** * Gets the value of the linkDescription property. * * @return * possible object is * {@link String } * */ public String getLinkDescription() { return linkDescription; } /** * Sets the value of the linkDescription property. * * @param value * allowed object is * {@link String } * */ public void setLinkDescription(String value) { this.linkDescription = value; } /** * Gets the value of the linkSnippet property. * * @return * possible object is * {@link SnippetType } * */ public SnippetType getLinkSnippet() { return linkSnippet; } /** * Sets the value of the linkSnippet property. * * @param value * allowed object is * {@link SnippetType } * */ public void setLinkSnippet(SnippetType value) { this.linkSnippet = value; } /** * Gets the value of the expires property. * * @return * possible object is * {@link String } * */ public String getExpires() { return expires; } /** * Sets the value of the expires property. * * @param value * allowed object is * {@link String } * */ public void setExpires(String value) { this.expires = value; } /** * Gets the value of the update property. * * @return * possible object is * {@link Update } * */ public Update getUpdate() { return update; } /** * Sets the value of the update property. * * @param value * allowed object is * {@link Update } * */ public void setUpdate(Update value) { this.update = value; } /** * Gets the value of the abstractViewGroup property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link AbstractViewType }{@code >} * {@link JAXBElement }{@code <}{@link CameraType }{@code >} * {@link JAXBElement }{@code <}{@link LookAtType }{@code >} * */ public JAXBElement getAbstractViewGroup() { return abstractViewGroup; } /** * Sets the value of the abstractViewGroup property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link AbstractViewType }{@code >} * {@link JAXBElement }{@code <}{@link CameraType }{@code >} * {@link JAXBElement }{@code <}{@link LookAtType }{@code >} * */ public void setAbstractViewGroup(JAXBElement value) { this.abstractViewGroup = value; } /** * 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 {@code 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 * {@link Object } * * * @return * The value of the networkLinkControlSimpleExtensionGroups property. */ public List getNetworkLinkControlSimpleExtensionGroups() { if (networkLinkControlSimpleExtensionGroups == null) { networkLinkControlSimpleExtensionGroups = new ArrayList<>(); } return this.networkLinkControlSimpleExtensionGroups; } /** * 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 {@code 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 * {@link AbstractObjectType } * * * @return * The value of the networkLinkControlObjectExtensionGroups property. */ public List getNetworkLinkControlObjectExtensionGroups() { if (networkLinkControlObjectExtensionGroups == null) { networkLinkControlObjectExtensionGroups = new ArrayList<>(); } return this.networkLinkControlObjectExtensionGroups; } }