生成一条关联信息(PARENT)
## 接口名称
public RelateInfo ==genRelateInfoParent==(int index, String label, String handle) Exception;
## 接口描述
调用该接口,中间件将会生成一个标准的PARENT类型的标识关联数据对象。
## 参数说明
|参数名|类型|说明|
|-|-|-|
|index|int| 标识关联信息索引号(不能重复,大于0)|
|label|String|标题|
|handle|String|标识码|
## 返回值说明
|类型|说明|
|-|-|
|[RelateInfo](doc:E9aH4cXv)|标识关联信息对象|
## 调用例子
`....`
**RelateInfo info = `GdssApi2.genRelateInfoParent(1,"父标识", "88.168.xxx/xxxxxxx");`**
`.....`