JAXB= java Architecture for XML Binding provide a convient way to bind between XML schemas and Java classes.
Architecture as following figure

when unmarshalling xml schemas to Java class , XML Schema is represented by classes derived from XML elements and an ObjectFactory class.