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 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

Ask A Question

Stats

  • Questions 99k
  • Answers 99k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Basically you'll have to implement your own IRouteHandler. Part of… May 11, 2026 at 7:43 pm
  • Editorial Team
    Editorial Team added an answer try to never loop, work on sets of data. you… May 11, 2026 at 7:43 pm
  • Editorial Team
    Editorial Team added an answer SRV*C:\dev\symbols*http://msdl.microsoft.com/download/symbols;\\foo\build1234 Should work fine, if \\foo\build1234 is just flat PDB's.… May 11, 2026 at 7:43 pm

Related Questions

I need to implement a Routing Table where there are a number of paramters.
For my university assignment I have to make a networkable version of pacman. I
I have a large (~2.5M records) data base of image metadata. Each record represents
Every time I need to work with date and/or timstamps in Java I always

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.