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 132695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:18:12+00:00 2026-05-11T06:18:12+00:00

What is the best way to represent in java a choice namespace tag? ie.

  • 0

What is the best way to represent in java a ‘choice’ namespace tag? ie.

<xs:complexType name='MyType'>   <xs:sequence>     <!-- common elements here -->     <xs:element type='xs:string' name='name' ... />   </xs:sequence>   <xs:choice>     <xs:element name='stringValue' type='xs:string'></xs:element>     <xs:element name='intValue' type='xs:int'></xs:element>   </xs:choice> </xs:complexType> 

How do I model this in Java? I was thinking about something like:

public class MyType   String name;    String stringValue;   int intValue; ... 

but this is sure not the best way, or I am wrong? Plus, if I want to expose services with Axis2 which use that type, do I need to implement some custom message receiver?

  • 1 1 Answer
  • 1 View
  • 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. 2026-05-11T06:18:13+00:00Added an answer on May 11, 2026 at 6:18 am

    We usually translate the xsd to Java objects with jaxb or some other binding mechanism (of which you have several in axis2). Those generate objects exactly like you have shown: that is, all attributes in the choices are there and you don’t see anything that indicates that only one of them can be present. If you are translating the stuff back into xml, this would be only noticed if you switch on validation. There is no problem with choices if you aware that you shouldn’t set both variants simultaneously in Java – the result can sometimes even be that none of them makes it into the generated XML.

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

Sidebar

Related Questions

What's the best way to represent a time period in Java? May I use
What's the best way to represent a sparse data matrix in PostgreSQL? The two
I'm looking for advice on the best way to represent this JSON object in
Following on from this question, what would be the best way to represent a
What is the best way to represent a byte array as an XSD schema?
What is the best way to represent this data structure? I'm using Objective-C for
What is best way to represent fractions in F#? Haskell and Racket have convinient
I am trying to figure out a best way to represent the following relationship.
I am trying to work out the best way to represent the concept of
What's the best way to represent a networked connection in a UML class diagram?

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.