javax.microedition.ipdr.callback.msg
Interface ModifyTemplateInfo

All Superinterfaces:
MessageInfo

public interface ModifyTemplateInfo
extends MessageInfo

The interface represents a MODIFY_TEMPLATE message information. If the Collector receives a negotiable TEMPLATE DATA Message, the Collector MAY issue a MODIFY TEMPLATE request in order to alter the set of accounting records and their Fields which will be transferred. The Exporter is not obligated to recognize any of the proposed changes, but indicates on a MODIFY TEMPLATE RESPONSE the set of Templates for that Session after applying any approved changes in the MODIFY TEMPLATE Message.

Version:
1.0
Author:
Shai Gotlib
See Also:
ModifyTemplateResponseInfo

Method Summary
 java.util.Vector getTemplates()
          Returns vector of TemplateConfig
 
Methods inherited from interface javax.microedition.ipdr.callback.msg.MessageInfo
msgId, msgName, toString
 

Method Detail

getTemplates

public java.util.Vector getTemplates()
Returns vector of TemplateConfig

Returns:
Vector
See Also:
TemplateConfig