ma.org.jibx.org.jibx.schema.org.jibx.sampleschema.company.1.2.4.source-code.binding.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jibx.schema.org.jibx.sampleschema.company Show documentation
Show all versions of org.jibx.schema.org.jibx.sampleschema.company Show documentation
org.jibx.sampleschema.company -
A schema binding project using a simple schema which has a base schema.
The base schema is retrieved from the org.jibx.sampleschema.address artifact
which also has a base schema.
The newest version!
<binding name="binding" package="org.jibx.schema.org.jibx.sampleschema.company" trim-whitespace="true"> <namespace uri="http://www.jibx.org/sampleschema/company" default="elements" prefix="tns"/> <include path="org.jibx.schema.org.jibx-org.jibx.schema.org.jibx.sampleschema.address-binding.xml" precompiled="true"/> <include path="org.jibx.schema.org.jibx-org.jibx.schema.org.jibx.sampleschema.person-binding.xml" precompiled="true"/> <mapping class="org.jibx.schema.org.jibx.sampleschema.company.Company" name="company"> <structure type="org.jibx.schema.org.jibx.sampleschema.address.Address" get-method="getAddress" set-method="setAddress"/> <value style="element" name="companyName" get-method="getCompanyName" set-method="setCompanyName"/> </mapping> </binding>