public class Link extends CotElement
This is one of the things that can be included in the detail part of an Event.
| Modifier and Type | Field and Description |
|---|---|
String |
linkRelation |
String |
linkType |
String |
linkUid |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkRelation()
Get the link relation.
|
String |
getLinkType()
Get the link type (CoT type of the producing
PlatformPosition). |
String |
getLinkUid()
Get the link UID.
|
void |
setLinkRelation(String relation)
Set the link relation.
|
void |
setLinkType(String linkType)
Set the link type (CoT type of the producing
PlatformPosition). |
void |
setLinkUid(String linkUid)
Set the link UID.
|
writeAttribute, writeAttribute, writeEndElement, writeStartElementpublic String linkType
public String linkUid
public String linkRelation
public String getLinkType()
PlatformPosition).public void setLinkType(String linkType)
PlatformPosition).linkType - link typepublic String getLinkUid()
For Sensor Point of Interest, this is the unique ID of the producing PlatformPosition.
public void setLinkUid(String linkUid)
For Sensor Point of Interest, this is the unique ID of the producing PlatformPosition.
linkUid - link UIDpublic String getLinkRelation()
This is the relationship from this message to the link target, typically "p-p" for
parent producer for SensorPointOfInterest.
public void setLinkRelation(String relation)
This is the relationship from this message to the link target, typically "p-p" for
parent producer for SensorPointOfInterest.
relation - the link relationCopyright © 2022 West Ridge Systems. All rights reserved.