Package org.kapott.hbci.manager
Class MsgGen
java.lang.Object
org.kapott.hbci.manager.MsgGen
-
Constructor Summary
ConstructorsConstructorDescriptionMsgGen
(InputStream syntaxFileStream) invalid input: '<' @internal @brief A table of properties set by the user to specify the message to be generated -
Method Summary
Modifier and TypeMethodDescriptiongetGVParameterNames
(String specname) getGVParameterNames
(String gvname, String version) getGVRestrictionNames
(String specname) getGVRestrictionNames
(String gvname, String version) getGVResultNames
(String specname) getGVResultNames
(String gvname, String version) void
reset()
void
-
Constructor Details
-
MsgGen
invalid input: '<' @internal @brief A table of properties set by the user to specify the message to be generated -
MsgGen
-
-
Method Details
-
generate
- Parameters:
msgName
- The name (i.e. XML-identifier for a MSGdef-node) of the message to be generated.- Returns:
- A new MSG object representing the generated message.
-
set
- Parameters:
path
- The path to the syntax element for which the value is to be set. For more information about paths, see SyntaxElement::SyntaxElement()value
- The new value for the specified element.
-
reset
public void reset() -
getSyntax
- Returns:
- The internally used representation of a HBCI syntax description.
-
getLowlevelGVs
-
getGVParameterNames
-
getGVParameterNames
-
getGVResultNames
-
getGVResultNames
-
getGVRestrictionNames
-
getGVRestrictionNames
-
get
-