File: custom.xml

package info (click to toggle)
libjibx1.2-java 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,260 kB
  • sloc: java: 75,013; xml: 14,068; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
<custom force-classes="true" strip-prefixes="m_"
    namespace="urn:sosnoski/ws/library">
  <package name="com.sosnoski.ws">
    <class name="library.jibx2wsdl.Book" requireds="type title isbn authors">
      <value field="m_type" attribute="type"/>
      <value field="m_isbn" attribute="isbn"/>
    </class>
    <class name="library.jibx2wsdl.Type" requireds="description name"/>
  </package>
</custom>