Class JaxbContextData

java.lang.Object
org.bremersee.xml.JaxbContextData
All Implemented Interfaces:
Comparable<JaxbContextData>, JaxbContextMember

public final class JaxbContextData extends Object implements JaxbContextMember, Comparable<JaxbContextData>
Meta-data to describe a xml model.
Author:
Christian Bremer
  • Constructor Details

    • JaxbContextData

      public JaxbContextData(Class<?> clazz)
      Instantiates a new jaxb context data.
      Parameters:
      clazz - the class
    • JaxbContextData

      public JaxbContextData(Class<?> clazz, String clazzElementSchemaLocation, String clazzTypeSchemaLocation)
      Instantiates a new jaxb context data.
      Parameters:
      clazz - the class
      clazzElementSchemaLocation - the class element schema location
      clazzTypeSchemaLocation - the class type schema location
    • JaxbContextData

      public JaxbContextData(Package pakkage)
      Instantiates a new jaxb context data.
      Parameters:
      pakkage - the package
    • JaxbContextData

      public JaxbContextData(Class<?> clazz, String pakkageSchemaLocation)
      Instantiates a new Jaxb context data.
      Parameters:
      clazz - the class
      pakkageSchemaLocation - the package schema location
    • JaxbContextData

      public JaxbContextData(Package pakkage, String pakkageSchemaLocation)
      Instantiates a new jaxb context data.
      Parameters:
      pakkage - the package
      pakkageSchemaLocation - the package schema location
  • Method Details