return referenceId;
}
public void process(PDU_type pdu) throws ProtocolException
{
InitializeResponse_type initResponse = (InitializeResponse_type) pdu.o;
if (initResponse.result)
{
this.targetInformation = new TargetInformation();
this.targetInformation.setImplementationId(initResponse.implementationId);