Package de.prototypefund.en16931
Class NodeUblXml
- java.lang.Object
-
- de.prototypefund.en16931.NodeSyntax
-
- de.prototypefund.en16931.NodeXml
-
- de.prototypefund.en16931.NodeUblXml
-
public class NodeUblXml extends NodeXml
Represents an UBL XML syntax node using special UBL data types.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.prototypefund.en16931.NodeSyntax
NodeSyntax.SyntaxHeading
-
-
Field Summary
-
Fields inherited from class de.prototypefund.en16931.NodeSyntax
mIsXml, mMisMatches, mPath, mRules, mSemanticParent
-
-
Constructor Summary
Constructors Constructor Description NodeUblXml(String path, NodeSemantic semanticParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getType()
void
setType(String type)
-
Methods inherited from class de.prototypefund.en16931.NodeXml
addSpecificString, getCardinality, getCardinalityXml, setCardinalityXml
-
Methods inherited from class de.prototypefund.en16931.NodeSyntax
getMisMatches, getPath, getRules, getSemanticNode, setMisMatch, setPath, setRules, toString, toSubString
-
-