Xid constructor

Xid()

Creates a new instance of xid

Implementation

Xid() {
  _generateXid();
}