public class TrackingIdentifier_TID4108 extends Template
| Constructor and Description |
|---|
TrackingIdentifier_TID4108(SRTree objTree)
Instantiates a new TrackingIdentifier_TID4108 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setTrackingIdentifier(int[] arrPosition,
java.lang.String strTrackingIdentifier)
Sets the value for Tracking Identifier
|
void |
setTrackingUniqueIdentifier(int[] arrPosition,
java.lang.String strTrackingUniqueIdentifier)
Sets the value for Tracking Unique Identifier
|
public TrackingIdentifier_TID4108(SRTree objTree)
objTree - Object of SRTree.public void setTrackingIdentifier(int[] arrPosition,
java.lang.String strTrackingIdentifier)
arrPosition - Identifier which shows the position of the node in the SR Tree.strTrackingIdentifier - String value for Tracking Identifier.public void setTrackingUniqueIdentifier(int[] arrPosition,
java.lang.String strTrackingUniqueIdentifier)
arrPosition - Identifier which shows the position of the node in the SR Tree.strTrackingUniqueIdentifier - String value for Tracking Unique Identifier.