User Profile

Collapse

Profile Sidebar

Collapse
liorchaga
liorchaga
Last Activity: Mar 27 '08, 11:05 AM
Joined: Mar 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • liorchaga
    replied to Enums not generated by JAXB
    in Java
    No help needed, the problem was solved. It's because of this line:
    Code:
    <xs:enumeration value="30_360"></xs:enumeration>
    an identifier that starts with a digit cannot be generated, and so the type is generated as a String.
    See more | Go to post

    Leave a comment:


  • liorchaga
    started a topic Enums not generated by JAXB
    in Java

    Enums not generated by JAXB

    I'm using JAXB to generate classes from an XML schema.
    I have two simpleTypes with String restrictions to specific enumeration values as follows:

    Code:
    <xs:simpleType name="RestDaysHandlingMode">
    	<xs:restriction base="xs:string">
    		<xs:enumeration value="Forward"></xs:enumeration>
    		<xs:enumeration value="ForwardUnlessMonthChange"></xs:enumeration>
    ...
    See more | Go to post
No activity results to display
Show More
Working...