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

  • SEARCH
  • Home
  • 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 906435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:23:21+00:00 2026-05-15T16:23:21+00:00

I wonder if this is possible in jaxb2. I have a xml that can

  • 0

I wonder if this is possible in jaxb2. I have a xml that can be either < element > or < element2 > it will never apear at the some time. They are both of type String and I want it to map to the same property in my java class. Is there a way in jaxb2 to configure that?

Thanks
Charlie

  • 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-15T16:23:22+00:00Added an answer on May 15, 2026 at 4:23 pm

    What would happen if you tried to serialize back to XML? Which element name would be used?

    Assuming you only need to deserialize from XML to Java, then you can do this by annotating your setter methods instead of your fields:

    public class Bean {
    
       private String value;
    
       @XmlElement(name="element")
       public void setA(String value) {
          this.value = value;
       }
    
       @XmlElement(name="element2")
       public void setB(String value) {
          this.value = value;
       }
    }
    

    You might also have to add getA() and getB() methods in order for JAXB to recognise the setters properly.

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

Sidebar

Related Questions

i wonder if this is possible with simple css or if i have to
After reading this question I started to wonder: is it possible to have a
I wonder if the following is possible: I have a dll that I have
I wonder if this is possible. I have a existing WCF service, being consumed
I wonder if this is possible with any Nhibernate version. I have a class
I wonder if this is possible with ant and java : I have a
I wonder if this is possible, i have a Class A with Id property
I wonder how is this possible in groovy to start an array from the
Hi (sorry for my ugly english) I wonder if this is possible to retrieve
I was wonder if this would be possible and how to do it. I

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.