Uses of Class
network.oxalis.peppol.schematron.jaxb.quickfix.NodeTypeType
-
Packages that use NodeTypeType Package Description network.oxalis.peppol.schematron.jaxb.quickfix -
-
Uses of NodeTypeType in network.oxalis.peppol.schematron.jaxb.quickfix
Fields in network.oxalis.peppol.schematron.jaxb.quickfix declared as NodeTypeType Modifier and Type Field Description protected NodeTypeTypeAdd. nodeTypeprotected NodeTypeTypeReplace. nodeTypeMethods in network.oxalis.peppol.schematron.jaxb.quickfix that return NodeTypeType Modifier and Type Method Description static NodeTypeTypeNodeTypeType. fromValue(String v)NodeTypeTypeAdd. getNodeType()Gets the value of the nodeType property.NodeTypeTypeReplace. getNodeType()Gets the value of the nodeType property.static NodeTypeTypeNodeTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeTypeType[]NodeTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.oxalis.peppol.schematron.jaxb.quickfix with parameters of type NodeTypeType Modifier and Type Method Description voidAdd. setNodeType(NodeTypeType value)Sets the value of the nodeType property.voidReplace. setNodeType(NodeTypeType value)Sets the value of the nodeType property.
-