xjc
JAXB: How to change XJC-generated classes names when attr type is specified in XSD?
I\'m a beginner to JAXB and I\'m having annoying issues when generating Java classes with xjc. I am provided with a XSD like this:[详细]
2023-02-06 09:53 分类:问答JAXB: how to get sources annotated by @generated by ant task?
Is there a way to pass the option -mark-generated, which is applicable to xjc.bat: %JAXB_HOME%\\bin\\xjc.bat -mark-generated c:\\TEMP\\my.xsd[详细]
2023-02-02 03:57 分类:问答Dynamic generation of classes using JAXB
I am trying to generate classes from xsd using XJC class of jaxb. however i am getting java.lang.IllegalArgumentException[详细]
2023-02-01 08:13 分类:问答XJC compile result is random leading to different marshalled XMLs
When xjc version \"2.2.3-hudson-jaxb-ri-2.2-70-\" is used subsequently two times, it generates two different compile results. Issue is that XML marshalled by java files from xjc compile result 1 is di[详细]
2023-02-01 07:54 分类:问答XML Schema Unique Particle Attribution Constraint
Does anyone know anything about the so called \"Unique Particle Attribution\" constraint in xml schema and why it might be violated by this:[详细]
2023-01-25 12:12 分类:问答JAXB XJC compiler disregarding mixed=true on XML Schema documents
XJC seems to be completely ignoring mixed=\"true\" on my XML Schema elements thereby not allowing me to extract text content. From the sample XML below, I need to be able to extract \"Title Text.\" Wi[详细]
2023-01-23 02:32 分类:问答Can I configure XJC bindings to generate collections as Set instead of List
Given a schema such as this: <xs:element name=\"Group\" type=\"GroupType\"/> <xs:complexType name=\"GroupType\">[详细]
2023-01-21 08:30 分类:问答controlling the class names generated by JAXB for xsd:attributeGroup?
I am using JAXB to bind XML to Java for an application that I am writing. I have an开发者_运维知识库 element called measure which contains two amount elements called amount and maxAmount, with which I[详细]
2023-01-19 21:22 分类:问答JAXB Make QName in Objectfactory accessible
When you generate java classes with JAXB you\'ll always get a Class named ObjectFactory. In this class there is a 开发者_Python百科private attribute QName with the namespace in it.[详细]
2023-01-16 18:33 分类:问答JAXB - Can XJC compile appinfo into the class structure?
I have a schema which is read by a few different applications for form generation; one of them uses JAXB/XJC to compile its class structure. The schema contains appinfo information for friendly names[详细]
2023-01-16 15:08 分类:问答