Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6580479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:02:05+00:00 2026-05-25T16:02:05+00:00

How do I get the jaxb:class element to show? I currently have the following

  • 0

How do I get the jaxb:class element to show? I currently have the following xsd:

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
    xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"
    jaxb:version="2.0" jaxb:extensionBindingPrefixes="xjc"
    elementFormDefault="qualified" targetNamespace="***"
    xmlns:common="***">

    <xs:complexType name="IdentifiableDTO" abstract="true">
        <xs:annotation>
            <xs:appinfo></xs:appinfo>
        </xs:annotation>
        <xs:attribute name="id" type="common:uuid" />
    </xs:complexType>
</xs:schema>

But the only elements I can access within the xs:appinfo is jaxb:globalBindings and jaxb:javaType. I need to specify the jaxb:class so I can add some custom behaviour.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:02:06+00:00Added an answer on May 25, 2026 at 4:02 pm

    What is exactly the problem with:

    <xs:complexType name="IdentifiableDTO">
        <xs:annotation>
            <xs:appinfo>
                <jaxb:class name="MySpecificIdentifiableDTOClassName"/>
            </xs:appinfo>
        </xs:annotation>
        <!-- ... -->
    </xs:complexType>
    

    What do you mean by “get the jaxb:class element to show?”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Do you always need an ObjectFactory class when using JAXB? Without it I get
How can one ignore Unexpected element situation in JAXB ans still get all other
I have an object graph that contains a cycle. How do I get JAXB
We're parsing an XML document using JAXB and get this error: [org.xml.sax.SAXParseException: Invalid byte
I use JAXB 2 to parse an XML file against an XSD schema and
I have an Object that is being marshalled to XML using JAXB. One element
I have a number of XML schema that use JAXB (Java Architecture for XML
I've got the following simple XSD document ( foo.xsd ): <?xml version=1.0 encoding=UTF-8?> <xsd:schema
I have a JPA entity class with jpa annotations but without jaxb annotations: @Entity
When you generate java classes with JAXB you'll always get a Class named ObjectFactory.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.