All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.milyn.edi.unedifact.d02b.ENTREC.bindingconfig.xml Maven / Gradle / Ivy

There is a newer version: 1.7.1.0
Show newest version
<?xml version="1.0"?>
<smooks-resource-list xmlns="http://www.milyn.org/xsd/smooks-1.1.xsd"
                      xmlns:jb="http://www.milyn.org/xsd/smooks/javabean-1.2.xsd"
                      xmlns:edi="http://www.milyn.org/xsd/smooks/edi-1.2.xsd">

    <!--
        Generated by Smooks EJC (Edifact Java Compiler).
    -->

    <params>
        <param name="stream.filter.type">SAX</param>
    </params>

    <edi:reader mappingModel="/org/milyn/edi/unedifact/d02b/ENTREC/edimappingconfig.xml" validate="false" />


    <jb:bean beanId="ENTREC" class="org.milyn.edi.unedifact.d02b.ENTREC.Entrec" createOnElement="ENTREC">
        <jb:wiring property="beginningOfMessage" beanIdRef="ENTREC.Beginning_of_message" />
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Date_time_period_List" />
        <jb:wiring property="reference" beanIdRef="ENTREC.Reference_List" />
        <jb:wiring property="currencies" beanIdRef="ENTREC.Currencies_List" />
        <jb:wiring property="freeText" beanIdRef="ENTREC.Free_text" />
        <jb:wiring property="segmentGroup1" beanIdRef="ENTREC.Segment_group_1_List" />
        <jb:wiring property="segmentGroup3" beanIdRef="ENTREC.Segment_group_3_List" />
        <jb:wiring property="segmentGroup4" beanIdRef="ENTREC.Segment_group_4_List" />
        <jb:wiring property="sectionControl" beanIdRef="ENTREC.Section_control" />
        <jb:wiring property="segmentGroup12" beanIdRef="ENTREC.Segment_group_12" />
        <jb:wiring property="segmentGroup13" beanIdRef="ENTREC.Segment_group_13" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Beginning_of_message" class="org.milyn.edi.unedifact.d02b.common.BeginningOfMessage" createOnElement="ENTREC/Beginning_of_message">
        <jb:value property="messageFunctionCode" data="ENTREC/Beginning_of_message/Message_function_code" decoder="String" default="null" />
        <jb:value property="responseTypeCode" data="ENTREC/Beginning_of_message/Response_type_code" decoder="String" default="null" />
        <jb:wiring property="documentMessageName" beanIdRef="ENTREC.Beginning_of_message.DOCUMENT_MESSAGE_NAME" />
        <jb:wiring property="documentMessageIdentification" beanIdRef="ENTREC.Beginning_of_message.DOCUMENT_MESSAGE_IDENTIFICATION" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Beginning_of_message.DOCUMENT_MESSAGE_NAME" class="org.milyn.edi.unedifact.d02b.common.field.DocumentMessageNameC002" createOnElement="ENTREC/Beginning_of_message/DOCUMENT_MESSAGE_NAME">
        <jb:value property="documentNameCode" data="ENTREC/Beginning_of_message/DOCUMENT_MESSAGE_NAME/Document_name_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Beginning_of_message/DOCUMENT_MESSAGE_NAME/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Beginning_of_message/DOCUMENT_MESSAGE_NAME/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="documentName" data="ENTREC/Beginning_of_message/DOCUMENT_MESSAGE_NAME/Document_name" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Beginning_of_message.DOCUMENT_MESSAGE_IDENTIFICATION" class="org.milyn.edi.unedifact.d02b.common.field.DocumentMessageIdentificationC106" createOnElement="ENTREC/Beginning_of_message/DOCUMENT_MESSAGE_IDENTIFICATION">
        <jb:value property="documentIdentifier" data="ENTREC/Beginning_of_message/DOCUMENT_MESSAGE_IDENTIFICATION/Document_identifier" decoder="String" default="null" />
        <jb:value property="versionIdentifier" data="ENTREC/Beginning_of_message/DOCUMENT_MESSAGE_IDENTIFICATION/Version_identifier" decoder="String" default="null" />
        <jb:value property="revisionIdentifier" data="ENTREC/Beginning_of_message/DOCUMENT_MESSAGE_IDENTIFICATION/Revision_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Date_time_period_List" class="java.util.ArrayList" createOnElement="ENTREC">
        <jb:wiring beanIdRef="ENTREC.Date_time_period" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Date_time_period" class="org.milyn.edi.unedifact.d02b.common.DateTimePeriod" createOnElement="ENTREC/Date_time_period">
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Date_time_period.DATE_TIME_PERIOD" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Date_time_period.DATE_TIME_PERIOD" class="org.milyn.edi.unedifact.d02b.common.field.DateTimePeriodC507" createOnElement="ENTREC/Date_time_period/DATE_TIME_PERIOD">
        <jb:value property="dateOrTimeOrPeriodFunctionCodeQualifier" data="ENTREC/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodText" data="ENTREC/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_text" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodFormatCode" data="ENTREC/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_format_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Reference_List" class="java.util.ArrayList" createOnElement="ENTREC">
        <jb:wiring beanIdRef="ENTREC.Reference" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Reference" class="org.milyn.edi.unedifact.d02b.common.Reference" createOnElement="ENTREC/Reference">
        <jb:wiring property="reference" beanIdRef="ENTREC.Reference.REFERENCE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Reference.REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.ReferenceC506" createOnElement="ENTREC/Reference/REFERENCE">
        <jb:value property="referenceCodeQualifier" data="ENTREC/Reference/REFERENCE/Reference_code_qualifier" decoder="String" default="null" />
        <jb:value property="referenceIdentifier" data="ENTREC/Reference/REFERENCE/Reference_identifier" decoder="String" default="null" />
        <jb:value property="documentLineIdentifier" data="ENTREC/Reference/REFERENCE/Document_line_identifier" decoder="String" default="null" />
        <jb:value property="referenceVersionIdentifier" data="ENTREC/Reference/REFERENCE/Reference_version_identifier" decoder="String" default="null" />
        <jb:value property="revisionIdentifier" data="ENTREC/Reference/REFERENCE/Revision_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Currencies_List" class="java.util.ArrayList" createOnElement="ENTREC">
        <jb:wiring beanIdRef="ENTREC.Currencies" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Currencies" class="org.milyn.edi.unedifact.d02b.common.Currencies" createOnElement="ENTREC/Currencies">
        <jb:value property="currencyExchangeRate" data="ENTREC/Currencies/Currency_exchange_rate" decoder="DABigDecimal" default="null" />
        <jb:value property="exchangeRateCurrencyMarketIdentifier" data="ENTREC/Currencies/Exchange_rate_currency_market_identifier" decoder="String" default="null" />
        <jb:wiring property="currencyDetails1" beanIdRef="ENTREC.Currencies.CURRENCY_DETAILS_-_-1" />
        <jb:wiring property="currencyDetails2" beanIdRef="ENTREC.Currencies.CURRENCY_DETAILS_-_-2" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Currencies.CURRENCY_DETAILS_-_-1" class="org.milyn.edi.unedifact.d02b.common.field.CurrencyDetailsC504" createOnElement="ENTREC/Currencies/CURRENCY_DETAILS_-_-1">
        <jb:value property="currencyUsageCodeQualifier" data="ENTREC/Currencies/CURRENCY_DETAILS_-_-1/Currency_usage_code_qualifier" decoder="String" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Currencies/CURRENCY_DETAILS_-_-1/Currency_identification_code" decoder="String" default="null" />
        <jb:value property="currencyTypeCodeQualifier" data="ENTREC/Currencies/CURRENCY_DETAILS_-_-1/Currency_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="currencyRate" data="ENTREC/Currencies/CURRENCY_DETAILS_-_-1/Currency_rate" decoder="DABigDecimal" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Currencies.CURRENCY_DETAILS_-_-2" class="org.milyn.edi.unedifact.d02b.common.field.CurrencyDetailsC504" createOnElement="ENTREC/Currencies/CURRENCY_DETAILS_-_-2">
        <jb:value property="currencyUsageCodeQualifier" data="ENTREC/Currencies/CURRENCY_DETAILS_-_-2/Currency_usage_code_qualifier" decoder="String" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Currencies/CURRENCY_DETAILS_-_-2/Currency_identification_code" decoder="String" default="null" />
        <jb:value property="currencyTypeCodeQualifier" data="ENTREC/Currencies/CURRENCY_DETAILS_-_-2/Currency_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="currencyRate" data="ENTREC/Currencies/CURRENCY_DETAILS_-_-2/Currency_rate" decoder="DABigDecimal" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Free_text" class="org.milyn.edi.unedifact.d02b.common.FreeText" createOnElement="ENTREC/Free_text">
        <jb:value property="textSubjectCodeQualifier" data="ENTREC/Free_text/Text_subject_code_qualifier" decoder="String" default="null" />
        <jb:value property="freeTextFunctionCode" data="ENTREC/Free_text/Free_text_function_code" decoder="String" default="null" />
        <jb:value property="languageNameCode" data="ENTREC/Free_text/Language_name_code" decoder="String" default="null" />
        <jb:value property="freeTextFormatCode" data="ENTREC/Free_text/Free_text_format_code" decoder="String" default="null" />
        <jb:wiring property="textReference" beanIdRef="ENTREC.Free_text.TEXT_REFERENCE" />
        <jb:wiring property="textLiteral" beanIdRef="ENTREC.Free_text.TEXT_LITERAL" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Free_text.TEXT_REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.TextReferenceC107" createOnElement="ENTREC/Free_text/TEXT_REFERENCE">
        <jb:value property="freeTextDescriptionCode" data="ENTREC/Free_text/TEXT_REFERENCE/Free_text_description_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Free_text/TEXT_REFERENCE/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Free_text/TEXT_REFERENCE/Code_list_responsible_agency_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Free_text.TEXT_LITERAL" class="org.milyn.edi.unedifact.d02b.common.field.TextLiteralC108" createOnElement="ENTREC/Free_text/TEXT_LITERAL">
        <jb:value property="freeText1" data="ENTREC/Free_text/TEXT_LITERAL/Free_text_-_-1" decoder="String" default="null" />
        <jb:value property="freeText2" data="ENTREC/Free_text/TEXT_LITERAL/Free_text_-_-2" decoder="String" default="null" />
        <jb:value property="freeText3" data="ENTREC/Free_text/TEXT_LITERAL/Free_text_-_-3" decoder="String" default="null" />
        <jb:value property="freeText4" data="ENTREC/Free_text/TEXT_LITERAL/Free_text_-_-4" decoder="String" default="null" />
        <jb:value property="freeText5" data="ENTREC/Free_text/TEXT_LITERAL/Free_text_-_-5" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1_List" class="java.util.ArrayList" createOnElement="ENTREC">
        <jb:wiring beanIdRef="ENTREC.Segment_group_1" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup1" createOnElement="ENTREC/Segment_group_1">
        <jb:wiring property="nameAndAddress" beanIdRef="ENTREC.Segment_group_1.Name_and_address" />
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_1.Reference_List" />
        <jb:wiring property="segmentGroup2" beanIdRef="ENTREC.Segment_group_1.Segment_group_2_List" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Name_and_address" class="org.milyn.edi.unedifact.d02b.common.NameAndAddress" createOnElement="ENTREC/Segment_group_1/Name_and_address">
        <jb:value property="partyFunctionCodeQualifier" data="ENTREC/Segment_group_1/Name_and_address/Party_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="cityName" data="ENTREC/Segment_group_1/Name_and_address/City_name" decoder="String" default="null" />
        <jb:value property="postalIdentificationCode" data="ENTREC/Segment_group_1/Name_and_address/Postal_identification_code" decoder="String" default="null" />
        <jb:value property="countryNameCode" data="ENTREC/Segment_group_1/Name_and_address/Country_name_code" decoder="String" default="null" />
        <jb:wiring property="partyIdentificationDetails" beanIdRef="ENTREC.Segment_group_1.Name_and_address.PARTY_IDENTIFICATION_DETAILS" />
        <jb:wiring property="nameAndAddress" beanIdRef="ENTREC.Segment_group_1.Name_and_address.NAME_AND_ADDRESS" />
        <jb:wiring property="partyName" beanIdRef="ENTREC.Segment_group_1.Name_and_address.PARTY_NAME" />
        <jb:wiring property="street" beanIdRef="ENTREC.Segment_group_1.Name_and_address.STREET" />
        <jb:wiring property="countrySubEntityDetails" beanIdRef="ENTREC.Segment_group_1.Name_and_address.COUNTRY_SUB_ENTITY_DETAILS" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Name_and_address.PARTY_IDENTIFICATION_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.PartyIdentificationDetailsC082" createOnElement="ENTREC/Segment_group_1/Name_and_address/PARTY_IDENTIFICATION_DETAILS">
        <jb:value property="partyIdentifier" data="ENTREC/Segment_group_1/Name_and_address/PARTY_IDENTIFICATION_DETAILS/Party_identifier" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_1/Name_and_address/PARTY_IDENTIFICATION_DETAILS/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_1/Name_and_address/PARTY_IDENTIFICATION_DETAILS/Code_list_responsible_agency_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Name_and_address.NAME_AND_ADDRESS" class="org.milyn.edi.unedifact.d02b.common.field.NameAndAddressC058" createOnElement="ENTREC/Segment_group_1/Name_and_address/NAME_AND_ADDRESS">
        <jb:value property="nameAndAddressDescription1" data="ENTREC/Segment_group_1/Name_and_address/NAME_AND_ADDRESS/Name_and_address_description_-_-1" decoder="String" default="null" />
        <jb:value property="nameAndAddressDescription2" data="ENTREC/Segment_group_1/Name_and_address/NAME_AND_ADDRESS/Name_and_address_description_-_-2" decoder="String" default="null" />
        <jb:value property="nameAndAddressDescription3" data="ENTREC/Segment_group_1/Name_and_address/NAME_AND_ADDRESS/Name_and_address_description_-_-3" decoder="String" default="null" />
        <jb:value property="nameAndAddressDescription4" data="ENTREC/Segment_group_1/Name_and_address/NAME_AND_ADDRESS/Name_and_address_description_-_-4" decoder="String" default="null" />
        <jb:value property="nameAndAddressDescription5" data="ENTREC/Segment_group_1/Name_and_address/NAME_AND_ADDRESS/Name_and_address_description_-_-5" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Name_and_address.PARTY_NAME" class="org.milyn.edi.unedifact.d02b.common.field.PartyNameC080" createOnElement="ENTREC/Segment_group_1/Name_and_address/PARTY_NAME">
        <jb:value property="partyName1" data="ENTREC/Segment_group_1/Name_and_address/PARTY_NAME/Party_name_-_-1" decoder="String" default="null" />
        <jb:value property="partyName2" data="ENTREC/Segment_group_1/Name_and_address/PARTY_NAME/Party_name_-_-2" decoder="String" default="null" />
        <jb:value property="partyName3" data="ENTREC/Segment_group_1/Name_and_address/PARTY_NAME/Party_name_-_-3" decoder="String" default="null" />
        <jb:value property="partyName4" data="ENTREC/Segment_group_1/Name_and_address/PARTY_NAME/Party_name_-_-4" decoder="String" default="null" />
        <jb:value property="partyName5" data="ENTREC/Segment_group_1/Name_and_address/PARTY_NAME/Party_name_-_-5" decoder="String" default="null" />
        <jb:value property="partyNameFormatCode" data="ENTREC/Segment_group_1/Name_and_address/PARTY_NAME/Party_name_format_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Name_and_address.STREET" class="org.milyn.edi.unedifact.d02b.common.field.StreetC059" createOnElement="ENTREC/Segment_group_1/Name_and_address/STREET">
        <jb:value property="streetAndNumberOrPostOfficeBoxIdentifier1" data="ENTREC/Segment_group_1/Name_and_address/STREET/Street_and_number_or_post_office_box_identifier_-_-1" decoder="String" default="null" />
        <jb:value property="streetAndNumberOrPostOfficeBoxIdentifier2" data="ENTREC/Segment_group_1/Name_and_address/STREET/Street_and_number_or_post_office_box_identifier_-_-2" decoder="String" default="null" />
        <jb:value property="streetAndNumberOrPostOfficeBoxIdentifier3" data="ENTREC/Segment_group_1/Name_and_address/STREET/Street_and_number_or_post_office_box_identifier_-_-3" decoder="String" default="null" />
        <jb:value property="streetAndNumberOrPostOfficeBoxIdentifier4" data="ENTREC/Segment_group_1/Name_and_address/STREET/Street_and_number_or_post_office_box_identifier_-_-4" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Name_and_address.COUNTRY_SUB_ENTITY_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.CountrySubEntityDetailsC819" createOnElement="ENTREC/Segment_group_1/Name_and_address/COUNTRY_SUB_ENTITY_DETAILS">
        <jb:value property="countrySubEntityNameCode" data="ENTREC/Segment_group_1/Name_and_address/COUNTRY_SUB_ENTITY_DETAILS/Country_sub_entity_name_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_1/Name_and_address/COUNTRY_SUB_ENTITY_DETAILS/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_1/Name_and_address/COUNTRY_SUB_ENTITY_DETAILS/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="countrySubEntityName" data="ENTREC/Segment_group_1/Name_and_address/COUNTRY_SUB_ENTITY_DETAILS/Country_sub_entity_name" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Reference_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_1">
        <jb:wiring beanIdRef="ENTREC.Segment_group_1.Reference" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Reference" class="org.milyn.edi.unedifact.d02b.common.Reference" createOnElement="ENTREC/Segment_group_1/Reference">
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_1.Reference.REFERENCE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Reference.REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.ReferenceC506" createOnElement="ENTREC/Segment_group_1/Reference/REFERENCE">
        <jb:value property="referenceCodeQualifier" data="ENTREC/Segment_group_1/Reference/REFERENCE/Reference_code_qualifier" decoder="String" default="null" />
        <jb:value property="referenceIdentifier" data="ENTREC/Segment_group_1/Reference/REFERENCE/Reference_identifier" decoder="String" default="null" />
        <jb:value property="documentLineIdentifier" data="ENTREC/Segment_group_1/Reference/REFERENCE/Document_line_identifier" decoder="String" default="null" />
        <jb:value property="referenceVersionIdentifier" data="ENTREC/Segment_group_1/Reference/REFERENCE/Reference_version_identifier" decoder="String" default="null" />
        <jb:value property="revisionIdentifier" data="ENTREC/Segment_group_1/Reference/REFERENCE/Revision_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Segment_group_2_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_1">
        <jb:wiring beanIdRef="ENTREC.Segment_group_1.Segment_group_2" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Segment_group_2" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup2" createOnElement="ENTREC/Segment_group_1/Segment_group_2">
        <jb:wiring property="contactInformation" beanIdRef="ENTREC.Segment_group_1.Segment_group_2.Contact_information" />
        <jb:wiring property="communicationContact" beanIdRef="ENTREC.Segment_group_1.Segment_group_2.Communication_contact_List" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Segment_group_2.Contact_information" class="org.milyn.edi.unedifact.d02b.common.ContactInformation" createOnElement="ENTREC/Segment_group_1/Segment_group_2/Contact_information">
        <jb:value property="contactFunctionCode" data="ENTREC/Segment_group_1/Segment_group_2/Contact_information/Contact_function_code" decoder="String" default="null" />
        <jb:wiring property="departmentOrEmployeeDetails" beanIdRef="ENTREC.Segment_group_1.Segment_group_2.Contact_information.DEPARTMENT_OR_EMPLOYEE_DETAILS" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Segment_group_2.Contact_information.DEPARTMENT_OR_EMPLOYEE_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.DepartmentOrEmployeeDetailsC056" createOnElement="ENTREC/Segment_group_1/Segment_group_2/Contact_information/DEPARTMENT_OR_EMPLOYEE_DETAILS">
        <jb:value property="departmentOrEmployeeNameCode" data="ENTREC/Segment_group_1/Segment_group_2/Contact_information/DEPARTMENT_OR_EMPLOYEE_DETAILS/Department_or_employee_name_code" decoder="String" default="null" />
        <jb:value property="departmentOrEmployeeName" data="ENTREC/Segment_group_1/Segment_group_2/Contact_information/DEPARTMENT_OR_EMPLOYEE_DETAILS/Department_or_employee_name" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Segment_group_2.Communication_contact_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_1/Segment_group_2">
        <jb:wiring beanIdRef="ENTREC.Segment_group_1.Segment_group_2.Communication_contact" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Segment_group_2.Communication_contact" class="org.milyn.edi.unedifact.d02b.common.CommunicationContact" createOnElement="ENTREC/Segment_group_1/Segment_group_2/Communication_contact">
        <jb:wiring property="communicationContact" beanIdRef="ENTREC.Segment_group_1.Segment_group_2.Communication_contact.COMMUNICATION_CONTACT" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_1.Segment_group_2.Communication_contact.COMMUNICATION_CONTACT" class="org.milyn.edi.unedifact.d02b.common.field.CommunicationContactC076" createOnElement="ENTREC/Segment_group_1/Segment_group_2/Communication_contact/COMMUNICATION_CONTACT">
        <jb:value property="communicationAddressIdentifier" data="ENTREC/Segment_group_1/Segment_group_2/Communication_contact/COMMUNICATION_CONTACT/Communication_address_identifier" decoder="String" default="null" />
        <jb:value property="communicationAddressCodeQualifier" data="ENTREC/Segment_group_1/Segment_group_2/Communication_contact/COMMUNICATION_CONTACT/Communication_address_code_qualifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_3_List" class="java.util.ArrayList" createOnElement="ENTREC">
        <jb:wiring beanIdRef="ENTREC.Segment_group_3" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_3" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup3" createOnElement="ENTREC/Segment_group_3">
        <jb:wiring property="characteristicClassId" beanIdRef="ENTREC.Segment_group_3.Characteristic_class_id" />
        <jb:wiring property="characteristicValue" beanIdRef="ENTREC.Segment_group_3.Characteristic_value" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_3.Characteristic_class_id" class="org.milyn.edi.unedifact.d02b.common.CharacteristicClassId" createOnElement="ENTREC/Segment_group_3/Characteristic_class_id">
        <jb:value property="classTypeCode" data="ENTREC/Segment_group_3/Characteristic_class_id/Class_type_code" decoder="String" default="null" />
        <jb:value property="characteristicRelevanceCode" data="ENTREC/Segment_group_3/Characteristic_class_id/Characteristic_relevance_code" decoder="String" default="null" />
        <jb:wiring property="measurementDetails" beanIdRef="ENTREC.Segment_group_3.Characteristic_class_id.MEASUREMENT_DETAILS" />
        <jb:wiring property="characteristicDescription" beanIdRef="ENTREC.Segment_group_3.Characteristic_class_id.CHARACTERISTIC_DESCRIPTION" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_3.Characteristic_class_id.MEASUREMENT_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.MeasurementDetailsC502" createOnElement="ENTREC/Segment_group_3/Characteristic_class_id/MEASUREMENT_DETAILS">
        <jb:value property="measuredAttributeCode" data="ENTREC/Segment_group_3/Characteristic_class_id/MEASUREMENT_DETAILS/Measured_attribute_code" decoder="String" default="null" />
        <jb:value property="measurementSignificanceCode" data="ENTREC/Segment_group_3/Characteristic_class_id/MEASUREMENT_DETAILS/Measurement_significance_code" decoder="String" default="null" />
        <jb:value property="nonDiscreteMeasurementNameCode" data="ENTREC/Segment_group_3/Characteristic_class_id/MEASUREMENT_DETAILS/Non_discrete_measurement_name_code" decoder="String" default="null" />
        <jb:value property="nonDiscreteMeasurementName" data="ENTREC/Segment_group_3/Characteristic_class_id/MEASUREMENT_DETAILS/Non_discrete_measurement_name" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_3.Characteristic_class_id.CHARACTERISTIC_DESCRIPTION" class="org.milyn.edi.unedifact.d02b.common.field.CharacteristicDescriptionC240" createOnElement="ENTREC/Segment_group_3/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION">
        <jb:value property="characteristicDescriptionCode" data="ENTREC/Segment_group_3/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Characteristic_description_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_3/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_3/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="characteristicDescription1" data="ENTREC/Segment_group_3/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Characteristic_description_-_-1" decoder="String" default="null" />
        <jb:value property="characteristicDescription2" data="ENTREC/Segment_group_3/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Characteristic_description_-_-2" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_3.Characteristic_value" class="org.milyn.edi.unedifact.d02b.common.CharacteristicValue" createOnElement="ENTREC/Segment_group_3/Characteristic_value">
        <jb:wiring property="characteristicValue" beanIdRef="ENTREC.Segment_group_3.Characteristic_value.CHARACTERISTIC_VALUE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_3.Characteristic_value.CHARACTERISTIC_VALUE" class="org.milyn.edi.unedifact.d02b.common.field.CharacteristicValueC889" createOnElement="ENTREC/Segment_group_3/Characteristic_value/CHARACTERISTIC_VALUE">
        <jb:value property="characteristicValueDescriptionCode" data="ENTREC/Segment_group_3/Characteristic_value/CHARACTERISTIC_VALUE/Characteristic_value_description_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_3/Characteristic_value/CHARACTERISTIC_VALUE/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_3/Characteristic_value/CHARACTERISTIC_VALUE/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="characteristicValueDescription1" data="ENTREC/Segment_group_3/Characteristic_value/CHARACTERISTIC_VALUE/Characteristic_value_description_-_-1" decoder="String" default="null" />
        <jb:value property="characteristicValueDescription2" data="ENTREC/Segment_group_3/Characteristic_value/CHARACTERISTIC_VALUE/Characteristic_value_description_-_-2" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4_List" class="java.util.ArrayList" createOnElement="ENTREC">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup4" createOnElement="ENTREC/Segment_group_4">
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Date_time_period" />
        <jb:wiring property="segmentGroup5" beanIdRef="ENTREC.Segment_group_4.Segment_group_5_List" />
        <jb:wiring property="segmentGroup11" beanIdRef="ENTREC.Segment_group_4.Segment_group_11" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Date_time_period" class="org.milyn.edi.unedifact.d02b.common.DateTimePeriod" createOnElement="ENTREC/Segment_group_4/Date_time_period">
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Date_time_period.DATE_TIME_PERIOD" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Date_time_period.DATE_TIME_PERIOD" class="org.milyn.edi.unedifact.d02b.common.field.DateTimePeriodC507" createOnElement="ENTREC/Segment_group_4/Date_time_period/DATE_TIME_PERIOD">
        <jb:value property="dateOrTimeOrPeriodFunctionCodeQualifier" data="ENTREC/Segment_group_4/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodText" data="ENTREC/Segment_group_4/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_text" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodFormatCode" data="ENTREC/Segment_group_4/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_format_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup5" createOnElement="ENTREC/Segment_group_4/Segment_group_5">
        <jb:wiring property="accountingJournalIdentification" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Accounting_journal_identification" />
        <jb:wiring property="segmentGroup6" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6" />
        <jb:wiring property="segmentGroup7" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7_List" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Accounting_journal_identification" class="org.milyn.edi.unedifact.d02b.common.AccountingJournalIdentification" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification">
        <jb:wiring property="accountingJournalIdentification" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Accounting_journal_identification.ACCOUNTING_JOURNAL_IDENTIFICATION" />
        <jb:wiring property="accountingEntryTypeDetails" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Accounting_journal_identification.ACCOUNTING_ENTRY_TYPE_DETAILS" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Accounting_journal_identification.ACCOUNTING_JOURNAL_IDENTIFICATION" class="org.milyn.edi.unedifact.d02b.common.field.AccountingJournalIdentificationC595" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_JOURNAL_IDENTIFICATION">
        <jb:value property="accountingJournalIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_JOURNAL_IDENTIFICATION/Accounting_journal_identifier" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_JOURNAL_IDENTIFICATION/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_JOURNAL_IDENTIFICATION/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="accountingJournalName" data="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_JOURNAL_IDENTIFICATION/Accounting_journal_name" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Accounting_journal_identification.ACCOUNTING_ENTRY_TYPE_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.AccountingEntryTypeDetailsC596" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_ENTRY_TYPE_DETAILS">
        <jb:value property="accountingEntryTypeNameCode" data="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_ENTRY_TYPE_DETAILS/Accounting_entry_type_name_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_ENTRY_TYPE_DETAILS/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_ENTRY_TYPE_DETAILS/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="accountingEntryTypeName" data="ENTREC/Segment_group_4/Segment_group_5/Accounting_journal_identification/ACCOUNTING_ENTRY_TYPE_DETAILS/Accounting_entry_type_name" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup6" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6">
        <jb:wiring property="quantity" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Quantity" />
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Reference" />
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Date_time_period" />
        <jb:wiring property="monetaryAmount" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Monetary_amount_List" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Quantity" class="org.milyn.edi.unedifact.d02b.common.Quantity" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Quantity">
        <jb:wiring property="quantityDetails" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Quantity.QUANTITY_DETAILS" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Quantity.QUANTITY_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.QuantityDetailsC186" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Quantity/QUANTITY_DETAILS">
        <jb:value property="quantityTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Quantity/QUANTITY_DETAILS/Quantity_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="quantity" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Quantity/QUANTITY_DETAILS/Quantity" decoder="String" default="null" />
        <jb:value property="measurementUnitCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Quantity/QUANTITY_DETAILS/Measurement_unit_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Reference" class="org.milyn.edi.unedifact.d02b.common.Reference" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Reference">
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Reference.REFERENCE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Reference.REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.ReferenceC506" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Reference/REFERENCE">
        <jb:value property="referenceCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Reference/REFERENCE/Reference_code_qualifier" decoder="String" default="null" />
        <jb:value property="referenceIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Reference/REFERENCE/Reference_identifier" decoder="String" default="null" />
        <jb:value property="documentLineIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Reference/REFERENCE/Document_line_identifier" decoder="String" default="null" />
        <jb:value property="referenceVersionIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Reference/REFERENCE/Reference_version_identifier" decoder="String" default="null" />
        <jb:value property="revisionIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Reference/REFERENCE/Revision_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Date_time_period" class="org.milyn.edi.unedifact.d02b.common.DateTimePeriod" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Date_time_period">
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Date_time_period.DATE_TIME_PERIOD" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Date_time_period.DATE_TIME_PERIOD" class="org.milyn.edi.unedifact.d02b.common.field.DateTimePeriodC507" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Date_time_period/DATE_TIME_PERIOD">
        <jb:value property="dateOrTimeOrPeriodFunctionCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodText" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_text" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodFormatCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_format_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Monetary_amount_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Monetary_amount" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Monetary_amount" class="org.milyn.edi.unedifact.d02b.common.MonetaryAmount" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Monetary_amount">
        <jb:wiring property="monetaryAmount" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Monetary_amount.MONETARY_AMOUNT" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_6.Monetary_amount.MONETARY_AMOUNT" class="org.milyn.edi.unedifact.d02b.common.field.MonetaryAmountC516" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Monetary_amount/MONETARY_AMOUNT">
        <jb:value property="monetaryAmountTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Monetary_amount/MONETARY_AMOUNT/Monetary_amount_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="monetaryAmount" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Monetary_amount/MONETARY_AMOUNT/Monetary_amount" decoder="DABigDecimal" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Monetary_amount/MONETARY_AMOUNT/Currency_identification_code" decoder="String" default="null" />
        <jb:value property="currencyTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Monetary_amount/MONETARY_AMOUNT/Currency_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="statusDescriptionCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_6/Monetary_amount/MONETARY_AMOUNT/Status_description_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup7" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7">
        <jb:wiring property="indexDetails" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Index_details" />
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Reference" />
        <jb:wiring property="freeText" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Free_text" />
        <jb:wiring property="segmentGroup8" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8_List" />
        <jb:wiring property="segmentGroup10" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_10" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Index_details" class="org.milyn.edi.unedifact.d02b.common.IndexDetails" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Index_details">
        <jb:wiring property="indexIdentification" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Index_details.INDEX_IDENTIFICATION" />
        <jb:wiring property="indexValue" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Index_details.INDEX_VALUE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Index_details.INDEX_IDENTIFICATION" class="org.milyn.edi.unedifact.d02b.common.field.IndexIdentificationC545" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Index_details/INDEX_IDENTIFICATION">
        <jb:value property="indexCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Index_details/INDEX_IDENTIFICATION/Index_code_qualifier" decoder="String" default="null" />
        <jb:value property="indexTypeIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Index_details/INDEX_IDENTIFICATION/Index_type_identifier" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Index_details/INDEX_IDENTIFICATION/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Index_details/INDEX_IDENTIFICATION/Code_list_responsible_agency_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Index_details.INDEX_VALUE" class="org.milyn.edi.unedifact.d02b.common.field.IndexValueC546" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Index_details/INDEX_VALUE">
        <jb:value property="indexText" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Index_details/INDEX_VALUE/Index_text" decoder="String" default="null" />
        <jb:value property="indexRepresentationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Index_details/INDEX_VALUE/Index_representation_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Reference" class="org.milyn.edi.unedifact.d02b.common.Reference" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Reference">
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Reference.REFERENCE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Reference.REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.ReferenceC506" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Reference/REFERENCE">
        <jb:value property="referenceCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Reference/REFERENCE/Reference_code_qualifier" decoder="String" default="null" />
        <jb:value property="referenceIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Reference/REFERENCE/Reference_identifier" decoder="String" default="null" />
        <jb:value property="documentLineIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Reference/REFERENCE/Document_line_identifier" decoder="String" default="null" />
        <jb:value property="referenceVersionIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Reference/REFERENCE/Reference_version_identifier" decoder="String" default="null" />
        <jb:value property="revisionIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Reference/REFERENCE/Revision_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Free_text" class="org.milyn.edi.unedifact.d02b.common.FreeText" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text">
        <jb:value property="textSubjectCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/Text_subject_code_qualifier" decoder="String" default="null" />
        <jb:value property="freeTextFunctionCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/Free_text_function_code" decoder="String" default="null" />
        <jb:value property="languageNameCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/Language_name_code" decoder="String" default="null" />
        <jb:value property="freeTextFormatCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/Free_text_format_code" decoder="String" default="null" />
        <jb:wiring property="textReference" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Free_text.TEXT_REFERENCE" />
        <jb:wiring property="textLiteral" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Free_text.TEXT_LITERAL" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Free_text.TEXT_REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.TextReferenceC107" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_REFERENCE">
        <jb:value property="freeTextDescriptionCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_REFERENCE/Free_text_description_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_REFERENCE/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_REFERENCE/Code_list_responsible_agency_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Free_text.TEXT_LITERAL" class="org.milyn.edi.unedifact.d02b.common.field.TextLiteralC108" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_LITERAL">
        <jb:value property="freeText1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_LITERAL/Free_text_-_-1" decoder="String" default="null" />
        <jb:value property="freeText2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_LITERAL/Free_text_-_-2" decoder="String" default="null" />
        <jb:value property="freeText3" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_LITERAL/Free_text_-_-3" decoder="String" default="null" />
        <jb:value property="freeText4" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_LITERAL/Free_text_-_-4" decoder="String" default="null" />
        <jb:value property="freeText5" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Free_text/TEXT_LITERAL/Free_text_-_-5" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup8" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8">
        <jb:wiring property="lineItem" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Line_item" />
        <jb:wiring property="accountIdentification" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Account_identification_List" />
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Date_time_period_List" />
        <jb:wiring property="freeText" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Free_text" />
        <jb:wiring property="paymentInstructions" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Payment_instructions" />
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Reference_List" />
        <jb:wiring property="quantity" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Quantity_List" />
        <jb:wiring property="dutyTaxFeeDetails" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details_List" />
        <jb:wiring property="financialInstitutionInformation" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Financial_institution_information" />
        <jb:wiring property="currencies" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Currencies_List" />
        <jb:wiring property="monetaryAmount" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Monetary_amount_List" />
        <jb:wiring property="segmentGroup9" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9_List" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Line_item" class="org.milyn.edi.unedifact.d02b.common.LineItem" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item">
        <jb:value property="lineItemIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/Line_item_identifier" decoder="String" default="null" />
        <jb:value property="actionRequestNotificationDescriptionCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/Action_request_notification_description_code" decoder="String" default="null" />
        <jb:value property="configurationLevelNumber" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/Configuration_level_number" decoder="DABigDecimal" default="null" />
        <jb:value property="configurationOperationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/Configuration_operation_code" decoder="String" default="null" />
        <jb:wiring property="itemNumberIdentification" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Line_item.ITEM_NUMBER_IDENTIFICATION" />
        <jb:wiring property="subLineInformation" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Line_item.SUB_LINE_INFORMATION" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Line_item.ITEM_NUMBER_IDENTIFICATION" class="org.milyn.edi.unedifact.d02b.common.field.ItemNumberIdentificationC212" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/ITEM_NUMBER_IDENTIFICATION">
        <jb:value property="itemIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/ITEM_NUMBER_IDENTIFICATION/Item_identifier" decoder="String" default="null" />
        <jb:value property="itemTypeIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/ITEM_NUMBER_IDENTIFICATION/Item_type_identification_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/ITEM_NUMBER_IDENTIFICATION/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/ITEM_NUMBER_IDENTIFICATION/Code_list_responsible_agency_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Line_item.SUB_LINE_INFORMATION" class="org.milyn.edi.unedifact.d02b.common.field.SubLineInformationC829" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/SUB_LINE_INFORMATION">
        <jb:value property="subLineIndicatorCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/SUB_LINE_INFORMATION/Sub_line_indicator_code" decoder="String" default="null" />
        <jb:value property="lineItemIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Line_item/SUB_LINE_INFORMATION/Line_item_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Account_identification_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Account_identification" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Account_identification" class="org.milyn.edi.unedifact.d02b.common.AccountIdentification" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification">
        <jb:value property="accountTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification/Account_type_code_qualifier" decoder="String" default="null" />
        <jb:wiring property="accountIdentification" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Account_identification.ACCOUNT_IDENTIFICATION" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Account_identification.ACCOUNT_IDENTIFICATION" class="org.milyn.edi.unedifact.d02b.common.field.AccountIdentificationC593" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification/ACCOUNT_IDENTIFICATION">
        <jb:value property="accountIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification/ACCOUNT_IDENTIFICATION/Account_identifier" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification/ACCOUNT_IDENTIFICATION/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification/ACCOUNT_IDENTIFICATION/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="accountAbbreviatedName" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification/ACCOUNT_IDENTIFICATION/Account_abbreviated_name" decoder="String" default="null" />
        <jb:value property="accountName1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification/ACCOUNT_IDENTIFICATION/Account_name_-_-1" decoder="String" default="null" />
        <jb:value property="accountName2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification/ACCOUNT_IDENTIFICATION/Account_name_-_-2" decoder="String" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Account_identification/ACCOUNT_IDENTIFICATION/Currency_identification_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Date_time_period_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Date_time_period" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Date_time_period" class="org.milyn.edi.unedifact.d02b.common.DateTimePeriod" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Date_time_period">
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Date_time_period.DATE_TIME_PERIOD" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Date_time_period.DATE_TIME_PERIOD" class="org.milyn.edi.unedifact.d02b.common.field.DateTimePeriodC507" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Date_time_period/DATE_TIME_PERIOD">
        <jb:value property="dateOrTimeOrPeriodFunctionCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodText" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_text" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodFormatCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_format_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Free_text" class="org.milyn.edi.unedifact.d02b.common.FreeText" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text">
        <jb:value property="textSubjectCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/Text_subject_code_qualifier" decoder="String" default="null" />
        <jb:value property="freeTextFunctionCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/Free_text_function_code" decoder="String" default="null" />
        <jb:value property="languageNameCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/Language_name_code" decoder="String" default="null" />
        <jb:value property="freeTextFormatCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/Free_text_format_code" decoder="String" default="null" />
        <jb:wiring property="textReference" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Free_text.TEXT_REFERENCE" />
        <jb:wiring property="textLiteral" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Free_text.TEXT_LITERAL" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Free_text.TEXT_REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.TextReferenceC107" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_REFERENCE">
        <jb:value property="freeTextDescriptionCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_REFERENCE/Free_text_description_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_REFERENCE/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_REFERENCE/Code_list_responsible_agency_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Free_text.TEXT_LITERAL" class="org.milyn.edi.unedifact.d02b.common.field.TextLiteralC108" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_LITERAL">
        <jb:value property="freeText1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_LITERAL/Free_text_-_-1" decoder="String" default="null" />
        <jb:value property="freeText2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_LITERAL/Free_text_-_-2" decoder="String" default="null" />
        <jb:value property="freeText3" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_LITERAL/Free_text_-_-3" decoder="String" default="null" />
        <jb:value property="freeText4" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_LITERAL/Free_text_-_-4" decoder="String" default="null" />
        <jb:value property="freeText5" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Free_text/TEXT_LITERAL/Free_text_-_-5" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Payment_instructions" class="org.milyn.edi.unedifact.d02b.common.PaymentInstructions" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Payment_instructions">
        <jb:wiring property="paymentInstructionDetails" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Payment_instructions.PAYMENT_INSTRUCTION_DETAILS" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Payment_instructions.PAYMENT_INSTRUCTION_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.PaymentInstructionDetailsC534" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Payment_instructions/PAYMENT_INSTRUCTION_DETAILS">
        <jb:value property="paymentConditionsCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Payment_instructions/PAYMENT_INSTRUCTION_DETAILS/Payment_conditions_code" decoder="String" default="null" />
        <jb:value property="paymentGuaranteeMeansCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Payment_instructions/PAYMENT_INSTRUCTION_DETAILS/Payment_guarantee_means_code" decoder="String" default="null" />
        <jb:value property="paymentMeansCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Payment_instructions/PAYMENT_INSTRUCTION_DETAILS/Payment_means_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Payment_instructions/PAYMENT_INSTRUCTION_DETAILS/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Payment_instructions/PAYMENT_INSTRUCTION_DETAILS/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="paymentChannelCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Payment_instructions/PAYMENT_INSTRUCTION_DETAILS/Payment_channel_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Reference_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Reference" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Reference" class="org.milyn.edi.unedifact.d02b.common.Reference" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Reference">
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Reference.REFERENCE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Reference.REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.ReferenceC506" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Reference/REFERENCE">
        <jb:value property="referenceCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Reference/REFERENCE/Reference_code_qualifier" decoder="String" default="null" />
        <jb:value property="referenceIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Reference/REFERENCE/Reference_identifier" decoder="String" default="null" />
        <jb:value property="documentLineIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Reference/REFERENCE/Document_line_identifier" decoder="String" default="null" />
        <jb:value property="referenceVersionIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Reference/REFERENCE/Reference_version_identifier" decoder="String" default="null" />
        <jb:value property="revisionIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Reference/REFERENCE/Revision_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Quantity_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Quantity" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Quantity" class="org.milyn.edi.unedifact.d02b.common.Quantity" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Quantity">
        <jb:wiring property="quantityDetails" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Quantity.QUANTITY_DETAILS" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Quantity.QUANTITY_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.QuantityDetailsC186" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Quantity/QUANTITY_DETAILS">
        <jb:value property="quantityTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Quantity/QUANTITY_DETAILS/Quantity_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="quantity" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Quantity/QUANTITY_DETAILS/Quantity" decoder="String" default="null" />
        <jb:value property="measurementUnitCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Quantity/QUANTITY_DETAILS/Measurement_unit_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details" class="org.milyn.edi.unedifact.d02b.common.DutyTaxFeeDetails" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details">
        <jb:value property="dutyOrTaxOrFeeFunctionCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/Duty_or_tax_or_fee_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="dutyOrTaxOrFeeAssessmentBasisQuantity" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/Duty_or_tax_or_fee_assessment_basis_quantity" decoder="String" default="null" />
        <jb:value property="dutyOrTaxOrFeeCategoryCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/Duty_or_tax_or_fee_category_code" decoder="String" default="null" />
        <jb:value property="partyTaxIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/Party_tax_identifier" decoder="String" default="null" />
        <jb:value property="calculationSequenceCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/Calculation_sequence_code" decoder="String" default="null" />
        <jb:wiring property="dutyTaxFeeType" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details.DUTY_TAX_FEE_TYPE" />
        <jb:wiring property="dutyTaxFeeAccountDetail" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details.DUTY_TAX_FEE_ACCOUNT_DETAIL" />
        <jb:wiring property="dutyTaxFeeDetail" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details.DUTY_TAX_FEE_DETAIL" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details.DUTY_TAX_FEE_TYPE" class="org.milyn.edi.unedifact.d02b.common.field.DutyTaxFeeTypeC241" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_TYPE">
        <jb:value property="dutyOrTaxOrFeeTypeNameCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_TYPE/Duty_or_tax_or_fee_type_name_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_TYPE/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_TYPE/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="dutyOrTaxOrFeeTypeName" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_TYPE/Duty_or_tax_or_fee_type_name" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details.DUTY_TAX_FEE_ACCOUNT_DETAIL" class="org.milyn.edi.unedifact.d02b.common.field.DutyTaxFeeAccountDetailC533" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_ACCOUNT_DETAIL">
        <jb:value property="dutyOrTaxOrFeeAccountCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_ACCOUNT_DETAIL/Duty_or_tax_or_fee_account_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_ACCOUNT_DETAIL/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_ACCOUNT_DETAIL/Code_list_responsible_agency_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Duty_tax_fee_details.DUTY_TAX_FEE_DETAIL" class="org.milyn.edi.unedifact.d02b.common.field.DutyTaxFeeDetailC243" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_DETAIL">
        <jb:value property="dutyOrTaxOrFeeRateCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_DETAIL/Duty_or_tax_or_fee_rate_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_DETAIL/Code_list_identification_code_-_-1" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_DETAIL/Code_list_responsible_agency_code_-_-1" decoder="String" default="null" />
        <jb:value property="dutyOrTaxOrFeeRate" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_DETAIL/Duty_or_tax_or_fee_rate" decoder="String" default="null" />
        <jb:value property="dutyOrTaxOrFeeRateBasisCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_DETAIL/Duty_or_tax_or_fee_rate_basis_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_DETAIL/Code_list_identification_code_-_-2" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Duty_tax_fee_details/DUTY_TAX_FEE_DETAIL/Code_list_responsible_agency_code_-_-2" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Financial_institution_information" class="org.milyn.edi.unedifact.d02b.common.FinancialInstitutionInformation" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information">
        <jb:value property="partyFunctionCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/Party_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="countryNameCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/Country_name_code" decoder="String" default="null" />
        <jb:wiring property="accountHolderIdentification" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Financial_institution_information.ACCOUNT_HOLDER_IDENTIFICATION" />
        <jb:wiring property="institutionIdentification" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Financial_institution_information.INSTITUTION_IDENTIFICATION" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Financial_institution_information.ACCOUNT_HOLDER_IDENTIFICATION" class="org.milyn.edi.unedifact.d02b.common.field.AccountHolderIdentificationC078" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/ACCOUNT_HOLDER_IDENTIFICATION">
        <jb:value property="accountHolderIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/ACCOUNT_HOLDER_IDENTIFICATION/Account_holder_identifier" decoder="String" default="null" />
        <jb:value property="accountHolderName1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/ACCOUNT_HOLDER_IDENTIFICATION/Account_holder_name_-_-1" decoder="String" default="null" />
        <jb:value property="accountHolderName2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/ACCOUNT_HOLDER_IDENTIFICATION/Account_holder_name_-_-2" decoder="String" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/ACCOUNT_HOLDER_IDENTIFICATION/Currency_identification_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Financial_institution_information.INSTITUTION_IDENTIFICATION" class="org.milyn.edi.unedifact.d02b.common.field.InstitutionIdentificationC088" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/INSTITUTION_IDENTIFICATION">
        <jb:value property="institutionNameCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/INSTITUTION_IDENTIFICATION/Institution_name_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/INSTITUTION_IDENTIFICATION/Code_list_identification_code_-_-1" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/INSTITUTION_IDENTIFICATION/Code_list_responsible_agency_code_-_-1" decoder="String" default="null" />
        <jb:value property="institutionBranchIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/INSTITUTION_IDENTIFICATION/Institution_branch_identifier" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/INSTITUTION_IDENTIFICATION/Code_list_identification_code_-_-2" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/INSTITUTION_IDENTIFICATION/Code_list_responsible_agency_code_-_-2" decoder="String" default="null" />
        <jb:value property="institutionName" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/INSTITUTION_IDENTIFICATION/Institution_name" decoder="String" default="null" />
        <jb:value property="institutionBranchLocationName" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Financial_institution_information/INSTITUTION_IDENTIFICATION/Institution_branch_location_name" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Currencies_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Currencies" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Currencies" class="org.milyn.edi.unedifact.d02b.common.Currencies" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies">
        <jb:value property="currencyExchangeRate" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/Currency_exchange_rate" decoder="DABigDecimal" default="null" />
        <jb:value property="exchangeRateCurrencyMarketIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/Exchange_rate_currency_market_identifier" decoder="String" default="null" />
        <jb:wiring property="currencyDetails1" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Currencies.CURRENCY_DETAILS_-_-1" />
        <jb:wiring property="currencyDetails2" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Currencies.CURRENCY_DETAILS_-_-2" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Currencies.CURRENCY_DETAILS_-_-1" class="org.milyn.edi.unedifact.d02b.common.field.CurrencyDetailsC504" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-1">
        <jb:value property="currencyUsageCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-1/Currency_usage_code_qualifier" decoder="String" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-1/Currency_identification_code" decoder="String" default="null" />
        <jb:value property="currencyTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-1/Currency_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="currencyRate" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-1/Currency_rate" decoder="DABigDecimal" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Currencies.CURRENCY_DETAILS_-_-2" class="org.milyn.edi.unedifact.d02b.common.field.CurrencyDetailsC504" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-2">
        <jb:value property="currencyUsageCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-2/Currency_usage_code_qualifier" decoder="String" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-2/Currency_identification_code" decoder="String" default="null" />
        <jb:value property="currencyTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-2/Currency_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="currencyRate" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Currencies/CURRENCY_DETAILS_-_-2/Currency_rate" decoder="DABigDecimal" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Monetary_amount_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Monetary_amount" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Monetary_amount" class="org.milyn.edi.unedifact.d02b.common.MonetaryAmount" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Monetary_amount">
        <jb:wiring property="monetaryAmount" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Monetary_amount.MONETARY_AMOUNT" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Monetary_amount.MONETARY_AMOUNT" class="org.milyn.edi.unedifact.d02b.common.field.MonetaryAmountC516" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Monetary_amount/MONETARY_AMOUNT">
        <jb:value property="monetaryAmountTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Monetary_amount/MONETARY_AMOUNT/Monetary_amount_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="monetaryAmount" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Monetary_amount/MONETARY_AMOUNT/Monetary_amount" decoder="DABigDecimal" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Monetary_amount/MONETARY_AMOUNT/Currency_identification_code" decoder="String" default="null" />
        <jb:value property="currencyTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Monetary_amount/MONETARY_AMOUNT/Currency_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="statusDescriptionCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Monetary_amount/MONETARY_AMOUNT/Status_description_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup9" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9">
        <jb:wiring property="characteristicClassId" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_class_id" />
        <jb:wiring property="characteristicValue" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_value" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_class_id" class="org.milyn.edi.unedifact.d02b.common.CharacteristicClassId" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id">
        <jb:value property="classTypeCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/Class_type_code" decoder="String" default="null" />
        <jb:value property="characteristicRelevanceCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/Characteristic_relevance_code" decoder="String" default="null" />
        <jb:wiring property="measurementDetails" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_class_id.MEASUREMENT_DETAILS" />
        <jb:wiring property="characteristicDescription" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_class_id.CHARACTERISTIC_DESCRIPTION" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_class_id.MEASUREMENT_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.MeasurementDetailsC502" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/MEASUREMENT_DETAILS">
        <jb:value property="measuredAttributeCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/MEASUREMENT_DETAILS/Measured_attribute_code" decoder="String" default="null" />
        <jb:value property="measurementSignificanceCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/MEASUREMENT_DETAILS/Measurement_significance_code" decoder="String" default="null" />
        <jb:value property="nonDiscreteMeasurementNameCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/MEASUREMENT_DETAILS/Non_discrete_measurement_name_code" decoder="String" default="null" />
        <jb:value property="nonDiscreteMeasurementName" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/MEASUREMENT_DETAILS/Non_discrete_measurement_name" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_class_id.CHARACTERISTIC_DESCRIPTION" class="org.milyn.edi.unedifact.d02b.common.field.CharacteristicDescriptionC240" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION">
        <jb:value property="characteristicDescriptionCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Characteristic_description_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="characteristicDescription1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Characteristic_description_-_-1" decoder="String" default="null" />
        <jb:value property="characteristicDescription2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_class_id/CHARACTERISTIC_DESCRIPTION/Characteristic_description_-_-2" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_value" class="org.milyn.edi.unedifact.d02b.common.CharacteristicValue" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_value">
        <jb:wiring property="characteristicValue" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_value.CHARACTERISTIC_VALUE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_8.Segment_group_9.Characteristic_value.CHARACTERISTIC_VALUE" class="org.milyn.edi.unedifact.d02b.common.field.CharacteristicValueC889" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_value/CHARACTERISTIC_VALUE">
        <jb:value property="characteristicValueDescriptionCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_value/CHARACTERISTIC_VALUE/Characteristic_value_description_code" decoder="String" default="null" />
        <jb:value property="codeListIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_value/CHARACTERISTIC_VALUE/Code_list_identification_code" decoder="String" default="null" />
        <jb:value property="codeListResponsibleAgencyCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_value/CHARACTERISTIC_VALUE/Code_list_responsible_agency_code" decoder="String" default="null" />
        <jb:value property="characteristicValueDescription1" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_value/CHARACTERISTIC_VALUE/Characteristic_value_description_-_-1" decoder="String" default="null" />
        <jb:value property="characteristicValueDescription2" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_8/Segment_group_9/Characteristic_value/CHARACTERISTIC_VALUE/Characteristic_value_description_-_-2" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_10" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup10" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_10">
        <jb:wiring property="authenticationResult" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_10.Authentication_result" />
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_10.Date_time_period" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_10.Authentication_result" class="org.milyn.edi.unedifact.d02b.common.AuthenticationResult" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_10/Authentication_result">
        <jb:value property="validationResultText" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_10/Authentication_result/Validation_result_text" decoder="String" default="null" />
        <jb:value property="validationKeyIdentifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_10/Authentication_result/Validation_key_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_10.Date_time_period" class="org.milyn.edi.unedifact.d02b.common.DateTimePeriod" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_10/Date_time_period">
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_10.Date_time_period.DATE_TIME_PERIOD" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_5.Segment_group_7.Segment_group_10.Date_time_period.DATE_TIME_PERIOD" class="org.milyn.edi.unedifact.d02b.common.field.DateTimePeriodC507" createOnElement="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_10/Date_time_period/DATE_TIME_PERIOD">
        <jb:value property="dateOrTimeOrPeriodFunctionCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_10/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodText" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_10/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_text" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodFormatCode" data="ENTREC/Segment_group_4/Segment_group_5/Segment_group_7/Segment_group_10/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_format_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup11" createOnElement="ENTREC/Segment_group_4/Segment_group_11">
        <jb:wiring property="quantity" beanIdRef="ENTREC.Segment_group_4.Segment_group_11.Quantity" />
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_4.Segment_group_11.Reference" />
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Segment_group_11.Date_time_period" />
        <jb:wiring property="monetaryAmount" beanIdRef="ENTREC.Segment_group_4.Segment_group_11.Monetary_amount_List" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11.Quantity" class="org.milyn.edi.unedifact.d02b.common.Quantity" createOnElement="ENTREC/Segment_group_4/Segment_group_11/Quantity">
        <jb:wiring property="quantityDetails" beanIdRef="ENTREC.Segment_group_4.Segment_group_11.Quantity.QUANTITY_DETAILS" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11.Quantity.QUANTITY_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.QuantityDetailsC186" createOnElement="ENTREC/Segment_group_4/Segment_group_11/Quantity/QUANTITY_DETAILS">
        <jb:value property="quantityTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_11/Quantity/QUANTITY_DETAILS/Quantity_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="quantity" data="ENTREC/Segment_group_4/Segment_group_11/Quantity/QUANTITY_DETAILS/Quantity" decoder="String" default="null" />
        <jb:value property="measurementUnitCode" data="ENTREC/Segment_group_4/Segment_group_11/Quantity/QUANTITY_DETAILS/Measurement_unit_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11.Reference" class="org.milyn.edi.unedifact.d02b.common.Reference" createOnElement="ENTREC/Segment_group_4/Segment_group_11/Reference">
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_4.Segment_group_11.Reference.REFERENCE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11.Reference.REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.ReferenceC506" createOnElement="ENTREC/Segment_group_4/Segment_group_11/Reference/REFERENCE">
        <jb:value property="referenceCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_11/Reference/REFERENCE/Reference_code_qualifier" decoder="String" default="null" />
        <jb:value property="referenceIdentifier" data="ENTREC/Segment_group_4/Segment_group_11/Reference/REFERENCE/Reference_identifier" decoder="String" default="null" />
        <jb:value property="documentLineIdentifier" data="ENTREC/Segment_group_4/Segment_group_11/Reference/REFERENCE/Document_line_identifier" decoder="String" default="null" />
        <jb:value property="referenceVersionIdentifier" data="ENTREC/Segment_group_4/Segment_group_11/Reference/REFERENCE/Reference_version_identifier" decoder="String" default="null" />
        <jb:value property="revisionIdentifier" data="ENTREC/Segment_group_4/Segment_group_11/Reference/REFERENCE/Revision_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11.Date_time_period" class="org.milyn.edi.unedifact.d02b.common.DateTimePeriod" createOnElement="ENTREC/Segment_group_4/Segment_group_11/Date_time_period">
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_4.Segment_group_11.Date_time_period.DATE_TIME_PERIOD" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11.Date_time_period.DATE_TIME_PERIOD" class="org.milyn.edi.unedifact.d02b.common.field.DateTimePeriodC507" createOnElement="ENTREC/Segment_group_4/Segment_group_11/Date_time_period/DATE_TIME_PERIOD">
        <jb:value property="dateOrTimeOrPeriodFunctionCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_11/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodText" data="ENTREC/Segment_group_4/Segment_group_11/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_text" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodFormatCode" data="ENTREC/Segment_group_4/Segment_group_11/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_format_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11.Monetary_amount_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_4/Segment_group_11">
        <jb:wiring beanIdRef="ENTREC.Segment_group_4.Segment_group_11.Monetary_amount" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11.Monetary_amount" class="org.milyn.edi.unedifact.d02b.common.MonetaryAmount" createOnElement="ENTREC/Segment_group_4/Segment_group_11/Monetary_amount">
        <jb:wiring property="monetaryAmount" beanIdRef="ENTREC.Segment_group_4.Segment_group_11.Monetary_amount.MONETARY_AMOUNT" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_4.Segment_group_11.Monetary_amount.MONETARY_AMOUNT" class="org.milyn.edi.unedifact.d02b.common.field.MonetaryAmountC516" createOnElement="ENTREC/Segment_group_4/Segment_group_11/Monetary_amount/MONETARY_AMOUNT">
        <jb:value property="monetaryAmountTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_11/Monetary_amount/MONETARY_AMOUNT/Monetary_amount_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="monetaryAmount" data="ENTREC/Segment_group_4/Segment_group_11/Monetary_amount/MONETARY_AMOUNT/Monetary_amount" decoder="DABigDecimal" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Segment_group_4/Segment_group_11/Monetary_amount/MONETARY_AMOUNT/Currency_identification_code" decoder="String" default="null" />
        <jb:value property="currencyTypeCodeQualifier" data="ENTREC/Segment_group_4/Segment_group_11/Monetary_amount/MONETARY_AMOUNT/Currency_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="statusDescriptionCode" data="ENTREC/Segment_group_4/Segment_group_11/Monetary_amount/MONETARY_AMOUNT/Status_description_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Section_control" class="org.milyn.edi.unedifact.d02b.common.SectionControl" createOnElement="ENTREC/Section_control">
        <jb:value property="sectionIdentification" data="ENTREC/Section_control/SECTION_IDENTIFICATION" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup12" createOnElement="ENTREC/Segment_group_12">
        <jb:wiring property="quantity" beanIdRef="ENTREC.Segment_group_12.Quantity" />
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_12.Reference" />
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_12.Date_time_period" />
        <jb:wiring property="monetaryAmount" beanIdRef="ENTREC.Segment_group_12.Monetary_amount_List" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12.Quantity" class="org.milyn.edi.unedifact.d02b.common.Quantity" createOnElement="ENTREC/Segment_group_12/Quantity">
        <jb:wiring property="quantityDetails" beanIdRef="ENTREC.Segment_group_12.Quantity.QUANTITY_DETAILS" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12.Quantity.QUANTITY_DETAILS" class="org.milyn.edi.unedifact.d02b.common.field.QuantityDetailsC186" createOnElement="ENTREC/Segment_group_12/Quantity/QUANTITY_DETAILS">
        <jb:value property="quantityTypeCodeQualifier" data="ENTREC/Segment_group_12/Quantity/QUANTITY_DETAILS/Quantity_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="quantity" data="ENTREC/Segment_group_12/Quantity/QUANTITY_DETAILS/Quantity" decoder="String" default="null" />
        <jb:value property="measurementUnitCode" data="ENTREC/Segment_group_12/Quantity/QUANTITY_DETAILS/Measurement_unit_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12.Reference" class="org.milyn.edi.unedifact.d02b.common.Reference" createOnElement="ENTREC/Segment_group_12/Reference">
        <jb:wiring property="reference" beanIdRef="ENTREC.Segment_group_12.Reference.REFERENCE" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12.Reference.REFERENCE" class="org.milyn.edi.unedifact.d02b.common.field.ReferenceC506" createOnElement="ENTREC/Segment_group_12/Reference/REFERENCE">
        <jb:value property="referenceCodeQualifier" data="ENTREC/Segment_group_12/Reference/REFERENCE/Reference_code_qualifier" decoder="String" default="null" />
        <jb:value property="referenceIdentifier" data="ENTREC/Segment_group_12/Reference/REFERENCE/Reference_identifier" decoder="String" default="null" />
        <jb:value property="documentLineIdentifier" data="ENTREC/Segment_group_12/Reference/REFERENCE/Document_line_identifier" decoder="String" default="null" />
        <jb:value property="referenceVersionIdentifier" data="ENTREC/Segment_group_12/Reference/REFERENCE/Reference_version_identifier" decoder="String" default="null" />
        <jb:value property="revisionIdentifier" data="ENTREC/Segment_group_12/Reference/REFERENCE/Revision_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12.Date_time_period" class="org.milyn.edi.unedifact.d02b.common.DateTimePeriod" createOnElement="ENTREC/Segment_group_12/Date_time_period">
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_12.Date_time_period.DATE_TIME_PERIOD" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12.Date_time_period.DATE_TIME_PERIOD" class="org.milyn.edi.unedifact.d02b.common.field.DateTimePeriodC507" createOnElement="ENTREC/Segment_group_12/Date_time_period/DATE_TIME_PERIOD">
        <jb:value property="dateOrTimeOrPeriodFunctionCodeQualifier" data="ENTREC/Segment_group_12/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodText" data="ENTREC/Segment_group_12/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_text" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodFormatCode" data="ENTREC/Segment_group_12/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_format_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12.Monetary_amount_List" class="java.util.ArrayList" createOnElement="ENTREC/Segment_group_12">
        <jb:wiring beanIdRef="ENTREC.Segment_group_12.Monetary_amount" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12.Monetary_amount" class="org.milyn.edi.unedifact.d02b.common.MonetaryAmount" createOnElement="ENTREC/Segment_group_12/Monetary_amount">
        <jb:wiring property="monetaryAmount" beanIdRef="ENTREC.Segment_group_12.Monetary_amount.MONETARY_AMOUNT" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_12.Monetary_amount.MONETARY_AMOUNT" class="org.milyn.edi.unedifact.d02b.common.field.MonetaryAmountC516" createOnElement="ENTREC/Segment_group_12/Monetary_amount/MONETARY_AMOUNT">
        <jb:value property="monetaryAmountTypeCodeQualifier" data="ENTREC/Segment_group_12/Monetary_amount/MONETARY_AMOUNT/Monetary_amount_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="monetaryAmount" data="ENTREC/Segment_group_12/Monetary_amount/MONETARY_AMOUNT/Monetary_amount" decoder="DABigDecimal" default="null" />
        <jb:value property="currencyIdentificationCode" data="ENTREC/Segment_group_12/Monetary_amount/MONETARY_AMOUNT/Currency_identification_code" decoder="String" default="null" />
        <jb:value property="currencyTypeCodeQualifier" data="ENTREC/Segment_group_12/Monetary_amount/MONETARY_AMOUNT/Currency_type_code_qualifier" decoder="String" default="null" />
        <jb:value property="statusDescriptionCode" data="ENTREC/Segment_group_12/Monetary_amount/MONETARY_AMOUNT/Status_description_code" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_13" class="org.milyn.edi.unedifact.d02b.ENTREC.SegmentGroup13" createOnElement="ENTREC/Segment_group_13">
        <jb:wiring property="authenticationResult" beanIdRef="ENTREC.Segment_group_13.Authentication_result" />
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_13.Date_time_period" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_13.Authentication_result" class="org.milyn.edi.unedifact.d02b.common.AuthenticationResult" createOnElement="ENTREC/Segment_group_13/Authentication_result">
        <jb:value property="validationResultText" data="ENTREC/Segment_group_13/Authentication_result/Validation_result_text" decoder="String" default="null" />
        <jb:value property="validationKeyIdentifier" data="ENTREC/Segment_group_13/Authentication_result/Validation_key_identifier" decoder="String" default="null" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_13.Date_time_period" class="org.milyn.edi.unedifact.d02b.common.DateTimePeriod" createOnElement="ENTREC/Segment_group_13/Date_time_period">
        <jb:wiring property="dateTimePeriod" beanIdRef="ENTREC.Segment_group_13.Date_time_period.DATE_TIME_PERIOD" />
    </jb:bean>

    <jb:bean beanId="ENTREC.Segment_group_13.Date_time_period.DATE_TIME_PERIOD" class="org.milyn.edi.unedifact.d02b.common.field.DateTimePeriodC507" createOnElement="ENTREC/Segment_group_13/Date_time_period/DATE_TIME_PERIOD">
        <jb:value property="dateOrTimeOrPeriodFunctionCodeQualifier" data="ENTREC/Segment_group_13/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_function_code_qualifier" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodText" data="ENTREC/Segment_group_13/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_text" decoder="String" default="null" />
        <jb:value property="dateOrTimeOrPeriodFormatCode" data="ENTREC/Segment_group_13/Date_time_period/DATE_TIME_PERIOD/Date_or_time_or_period_format_code" decoder="String" default="null" />
    </jb:bean>

</smooks-resource-list>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy