Package org.kapott.hbci.manager
Class MsgGen
java.lang.Object
org.kapott.hbci.manager.MsgGen
-
Field Summary
Fields -
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 TypeMethodDescriptionprivate voidaddLowlevelProperties(ArrayList<String> result, String path, Element ref) getGVParameterNames(String specname) getGVParameterNames(String gvname, String version) getGVRestrictionNames(String specname) getGVRestrictionNames(String gvname, String version) getGVResultNames(String specname) getGVResultNames(String gvname, String version) private static StringpathWithDot(String path) voidreset()void
-
Field Details
-
syntax
-
clientValues
invalid input: '<' @internal @brief The representation of the syntax used by this generator
-
-
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
-
addLowlevelProperties
-
pathWithDot
-
get
-