Class NetworkLinkType


public class NetworkLinkType extends FeatureType
<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 Details

    • refreshVisibility

      protected Boolean refreshVisibility
    • flyToView

      protected Boolean flyToView
    • url

      protected LinkType url
  • Constructor Details

    • NetworkLinkType

      public NetworkLinkType()
  • Method Details

    • isRefreshVisibility

      public Boolean isRefreshVisibility()
      Gets the value of the refreshVisibility property.
      Returns:
      possible object is Boolean
    • setRefreshVisibility

      public void setRefreshVisibility(Boolean value)
      Sets the value of the refreshVisibility property.
      Parameters:
      value - allowed object is Boolean
    • isFlyToView

      public Boolean isFlyToView()
      Gets the value of the flyToView property.
      Returns:
      possible object is Boolean
    • setFlyToView

      public void setFlyToView(Boolean value)
      Sets the value of the flyToView property.
      Parameters:
      value - allowed object is Boolean
    • getLink

      public LinkType getLink()
      Gets the value of the link property.
      Returns:
      possible object is LinkType
    • setLink

      public void setLink(LinkType value)
      Sets the value of the link property.
      Parameters:
      value - allowed object is LinkType
    • getUrl

      public LinkType getUrl()
      Gets the value of the url property.
      Returns:
      possible object is LinkType
    • setUrl

      public void setUrl(LinkType value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is LinkType