[ 
http://jira.codehaus.org/browse/JIBX-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Sosnoski resolved JIBX-262.
----------------------------------

      Assignee: Dennis Sosnoski
    Resolution: Duplicate

Duplicate of JIBX-261

> add Schema-level customization attributes: add-prefix, add-suffix
> -----------------------------------------------------------------
>
>                 Key: JIBX-262
>                 URL: http://jira.codehaus.org/browse/JIBX-262
>             Project: JiBX
>          Issue Type: Improvement
>          Components: Generator Tools
>    Affects Versions: JiBX 1.2
>            Reporter: maria aschauer
>            Assignee: Dennis Sosnoski
>
> add-prefix:
> Prefix string to be added from schema names before converting to Java names. 
> The value is a prefix string.
> add-suffix:
> Suffix strings to be added from schema names before converting to Java names. 
> The value is a suffix string.
> e.g.:
> <xsd:complexType name="RelationType">
> <xsd:sequence>
> <xsd:element name="id" type="xsd:string" />
> <xsd:element name="name" type="xsd:string" />
> </xsd:sequence>
> </xsd:complexType>
> should result in a class named RelationTypeDTO
> public class RelationTypeDTO
> { private String id; private String name; ... }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to