Class TLcdKML22NetworkLinkControl
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.update.TLcdKML22NetworkLinkControl
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Domain class modeling the KML NetworkLinkControlType type.
OGC KML Specification description:
Controls the behaviour of a kml:NetworkLink that references the KML resource to which the kml:NetworkLinkControl belongs. See also 9.12 kml:NetworkLink.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractViewGroupelement.static final TLcdDataPropertyData property that maps to thecookieelement.static final TLcdDataPropertyData property that maps to theexpireselement.static final TLcdDataPropertyData property that maps to thelinkDescriptionelement.static final TLcdDataPropertyData property that maps to thelinkNameelement.static final TLcdDataPropertyData property that maps to thelinkSnippetelement.static final TLcdDataPropertyData property that maps to themaxSessionLengthelement.static final TLcdDataPropertyData property that maps to themessageelement.static final TLcdDataPropertyData property that maps to theminRefreshPeriodelement.static final TLcdDataPropertyData property that maps to theNetworkLinkControlObjectExtensionGroupelement.static final TLcdDataPropertyData property that maps to theNetworkLinkControlSimpleExtensionGroupelement.static final TLcdDataPropertyData property that maps to theUpdateelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractViewGroupelement.Returns the value of the property that maps to thecookieelement.Returns the value of the property that maps to theexpireselement.Returns the value of the property that maps to thelinkDescriptionelement.Returns the value of the property that maps to thelinkNameelement.Returns the value of the property that maps to thelinkSnippetelement.Returns the value of the property that maps to themaxSessionLengthelement.Returns the value of the property that maps to themessageelement.Returns the value of the property that maps to theminRefreshPeriodelement.Returns the value of the property that maps to theUpdateelement.voidSets the value of the property that maps to theAbstractViewGroupelement.voidSets the value of the property that maps to thecookieelement.voidsetExpires(XMLGregorianCalendar aValue) Sets the value of the property that maps to theexpireselement.voidsetLinkDescription(String aValue) Sets the value of the property that maps to thelinkDescriptionelement.voidsetLinkName(String aValue) Sets the value of the property that maps to thelinkNameelement.voidsetLinkSnippet(TLcdKML22Snippet aValue) Sets the value of the property that maps to thelinkSnippetelement.voidsetMaxSessionLength(Double aValue) Sets the value of the property that maps to themaxSessionLengthelement.voidsetMessage(String aValue) Sets the value of the property that maps to themessageelement.voidsetMinRefreshPeriod(Double aValue) Sets the value of the property that maps to theminRefreshPeriodelement.voidsetUpdate(TLcdKML22Update aValue) Sets the value of the property that maps to theUpdateelement.
-
Field Details
-
MIN_REFRESH_PERIOD_PROPERTY
Data property that maps to theminRefreshPeriodelement. The possible values for this property are instances ofDouble. -
MAX_SESSION_LENGTH_PROPERTY
Data property that maps to themaxSessionLengthelement. The possible values for this property are instances ofDouble. -
COOKIE_PROPERTY
Data property that maps to thecookieelement. The possible values for this property are instances ofString. -
MESSAGE_PROPERTY
Data property that maps to themessageelement. The possible values for this property are instances ofString. -
LINK_NAME_PROPERTY
Data property that maps to thelinkNameelement. The possible values for this property are instances ofString. -
LINK_DESCRIPTION_PROPERTY
Data property that maps to thelinkDescriptionelement. The possible values for this property are instances ofString. -
LINK_SNIPPET_PROPERTY
Data property that maps to thelinkSnippetelement. The possible values for this property are instances ofTLcdKML22Snippet. -
EXPIRES_PROPERTY
Data property that maps to theexpireselement. The possible values for this property are instances ofXMLGregorianCalendar
-
UPDATE_PROPERTY
Data property that maps to theUpdateelement. The possible values for this property are instances ofTLcdKML22Update. -
ABSTRACT_VIEW_GROUP_PROPERTY
Data property that maps to theAbstractViewGroupelement. The possible values for this property are instances ofTLcdKML22AbstractView. -
NETWORK_LINK_CONTROL_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theNetworkLinkControlSimpleExtensionGroupelement. The possible values for this property are instances ofList<String>. -
NETWORK_LINK_CONTROL_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theNetworkLinkControlObjectExtensionGroupelement. The possible values for this property are instances ofList<TLcdKML22AbstractObject>.
-
-
Constructor Details
-
TLcdKML22NetworkLinkControl
public TLcdKML22NetworkLinkControl() -
TLcdKML22NetworkLinkControl
-
-
Method Details
-
getMinRefreshPeriod
Returns the value of the property that maps to theminRefreshPeriodelement.- Returns:
- the value of the
MIN_REFRESH_PERIOD_PROPERTYproperty.
-
setMinRefreshPeriod
Sets the value of the property that maps to theminRefreshPeriodelement.- Parameters:
aValue- the value to set for theMIN_REFRESH_PERIOD_PROPERTYproperty.
-
getMaxSessionLength
Returns the value of the property that maps to themaxSessionLengthelement.- Returns:
- the value of the
MAX_SESSION_LENGTH_PROPERTYproperty.
-
setMaxSessionLength
Sets the value of the property that maps to themaxSessionLengthelement.- Parameters:
aValue- the value to set for theMAX_SESSION_LENGTH_PROPERTYproperty.
-
getCookie
Returns the value of the property that maps to thecookieelement.- Returns:
- the value of the
COOKIE_PROPERTYproperty.
-
setCookie
Sets the value of the property that maps to thecookieelement.- Parameters:
aValue- the value to set for theCOOKIE_PROPERTYproperty.
-
getMessage
Returns the value of the property that maps to themessageelement.- Returns:
- the value of the
MESSAGE_PROPERTYproperty.
-
setMessage
Sets the value of the property that maps to themessageelement.- Parameters:
aValue- the value to set for theMESSAGE_PROPERTYproperty.
-
getLinkName
Returns the value of the property that maps to thelinkNameelement.- Returns:
- the value of the
LINK_NAME_PROPERTYproperty.
-
setLinkName
Sets the value of the property that maps to thelinkNameelement.- Parameters:
aValue- the value to set for theLINK_NAME_PROPERTYproperty.
-
getLinkDescription
Returns the value of the property that maps to thelinkDescriptionelement.- Returns:
- the value of the
LINK_DESCRIPTION_PROPERTYproperty.
-
setLinkDescription
Sets the value of the property that maps to thelinkDescriptionelement.- Parameters:
aValue- the value to set for theLINK_DESCRIPTION_PROPERTYproperty.
-
getLinkSnippet
Returns the value of the property that maps to thelinkSnippetelement.- Returns:
- the value of the
LINK_SNIPPET_PROPERTYproperty.
-
setLinkSnippet
Sets the value of the property that maps to thelinkSnippetelement.- Parameters:
aValue- the value to set for theLINK_SNIPPET_PROPERTYproperty.
-
getExpires
Returns the value of the property that maps to theexpireselement.The possible values for this property are instances of
XMLGregorianCalendar
- Returns:
- the value of the
EXPIRES_PROPERTYproperty.
-
setExpires
Sets the value of the property that maps to theexpireselement.The possible values for this property are instances of
XMLGregorianCalendar
- Parameters:
aValue- the value to set for theEXPIRES_PROPERTYproperty.
-
getUpdate
Returns the value of the property that maps to theUpdateelement.- Returns:
- the value of the
UPDATE_PROPERTYproperty.
-
setUpdate
Sets the value of the property that maps to theUpdateelement.- Parameters:
aValue- the value to set for theUPDATE_PROPERTYproperty.
-
getAbstractViewGroup
Returns the value of the property that maps to theAbstractViewGroupelement.- Returns:
- the value of the
ABSTRACT_VIEW_GROUP_PROPERTYproperty.
-
setAbstractViewGroup
Sets the value of the property that maps to theAbstractViewGroupelement.- Parameters:
aValue- the value to set for theABSTRACT_VIEW_GROUP_PROPERTYproperty.
-