Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

Source JavaBeans XML File Structure

Source JavaBeans XML File Structure

A JavaBeans XML file contains representations of the JavaBeans components that export from the interconnected JavaBeans model.
The following example shows the XML structure of an MDM JavaBeans file:
<object class="com.infa.b2b.INFA_ACORD_MDM"> <void property="agreemt"> <array class="com.siperian.inservice.bo.Agreemt" length="2"> <void index="0"> <object class="com.siperian.inservice.bo.Agreemt"> <void property="agreemtype"> <string>testvalue</string> </void> <void property="amount"> <string>testvalue</string> </void> <void property="approvaldate"> <object class="java.util.Date"> <long>1330027204389</long> </object> </void> <void property="createDate"> <object class="java.util.Date"> <long>1330027204386</long> </object> </void> <void property="creator"> <string>testvalue</string> </void> <void property="currencycode"> <string>testvalue</string> </void> <void property="effectiveperiod"> <string>testvalue</string> </void> <void property="identifier"> <string>testvalue</string> </void> <void property="issuedate"> <object class="java.util.Date"> <long>1330027204389</long> </object> </void> <void property="lastUpdateDate"> <object class="java.util.Date"> <long>1330027204386</long> </object> </void> <void property="lineofbusinesscode"> <string>testvalue</string> </void> </object> </void> </array> </void> </object> </java>

0 COMMENTS

We’d like to hear from you!