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

Dennis Sosnoski closed JIBX-262.
--------------------------------


> 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

        

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to