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

Dennis Sosnoski updated JIBX-261:
---------------------------------

             Assignee: Dennis Sosnoski
    Affects Version/s: JiBX 1.2 beta 1
        Fix Version/s: JiBX 1.2

> add Schema-level customization attributes: add-prefixes, add-suffixes
> ---------------------------------------------------------------------
>
>                 Key: JIBX-261
>                 URL: http://jira.codehaus.org/browse/JIBX-261
>             Project: JiBX
>          Issue Type: Improvement
>    Affects Versions: JiBX 1.2 beta 1
>            Reporter: maria aschauer
>            Assignee: Dennis Sosnoski
>             Fix For: JiBX 1.2
>
>
> 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