Uses of Class
network.oxalis.peppol.schematron.jaxb.quickfix.Description
-
Packages that use Description Package Description network.oxalis.peppol.schematron.jaxb.quickfix -
-
Uses of Description in network.oxalis.peppol.schematron.jaxb.quickfix
Fields in network.oxalis.peppol.schematron.jaxb.quickfix with type parameters of type Description Modifier and Type Field Description protected List<Description>Fix. descriptionAdds a human readable description to the parent element.protected List<Description>UserEntry. descriptionAdds a human readable description to the parent element.Methods in network.oxalis.peppol.schematron.jaxb.quickfix that return Description Modifier and Type Method Description DescriptionObjectFactory. createDescription()Create an instance ofDescriptionMethods in network.oxalis.peppol.schematron.jaxb.quickfix that return types with arguments of type Description Modifier and Type Method Description List<Description>Fix. getDescription()Adds a human readable description to the parent element.List<Description>UserEntry. getDescription()Adds a human readable description to the parent element.
-