Package org.bremersee.xml
Interface JaxbContextMember.ClazzBuilder
- All Known Implementing Classes:
JaxbContextMember.ClazzBuilderImpl
- Enclosing interface:
- JaxbContextMember
public static interface JaxbContextMember.ClazzBuilder
The clazz builder.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build jaxb context member.clazzElementSchemaLocation(String clazzElementSchemaLocation) Clazz element schema location.clazzTypeSchemaLocation(String clazzTypeSchemaLocation) Clazz type schema location.
-
Method Details
-
clazzElementSchemaLocation
Clazz element schema location.- Parameters:
clazzElementSchemaLocation- the clazz element schema location- Returns:
- the clazz builder
-
clazzTypeSchemaLocation
Clazz type schema location.- Parameters:
clazzTypeSchemaLocation- the clazz type schema location- Returns:
- the clazz builder
-
build
JaxbContextMember build()Build jaxb context member.- Returns:
- the jaxb context member
-