You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by ja...@ws.apache.org on 2004/07/23 06:20:17 UTC

[jira] Commented: (JAXME-19) Generated Java source for boolean attributes creates get versus is method

The following comment has been added to this issue:

     Author: John Conlon
    Created: Thu, 22 Jul 2004 9:19 PM
       Body:
The bug report was refering to attributes, but your correct JaxMe behaves the same for the attribues and Elements that are of type boolean. 

As for the schema element:
  <element name="foo" type="boolean" minOccurs="0"/>
the RI will generate:

    /**
     * 
     */
    boolean isFoo();

    /**
     * 
     */
    void setFoo(boolean value);


---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JAXME-19?page=comments#action_36837

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-19

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-19
    Summary: Generated Java source for boolean attributes creates get versus is method
       Type: Bug

     Status: Open
   Priority: Trivial

    Project: JaxMe

   Assignee: Jochen Wiedmann
   Reporter: John Conlon

    Created: Thu, 22 Jul 2004 9:31 AM
    Updated: Thu, 22 Jul 2004 9:19 PM
Environment: 0.3 release candidate

Description:
JaxMe creates a get<AttName> Java source method for an attribute with a boolean type, but Sun's JAXB RI creates a is<AttName> method.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org