[
http://jira.codehaus.org/browse/JIBX-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Sosnoski closed JIBX-261.
--------------------------------
> 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
------------------------------------------------------------------------------
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