org.apache.ws.jaxme.xs.jaxb
public interface JAXBGlobalBindings
This interface implements the JAXB global bindings.
Version: $Id: JAXBGlobalBindings.java 231785 2004-02-16 23:39:59Z jochen $
Nested Class Summary | |
---|---|
static class | JAXBGlobalBindings.UnderscoreBinding Enumeration class holding possible values for {@link JAXBGlobalBindings#getUnderscoreBinding()}. |
Method Summary | |
---|---|
String | getCollectionType() Returns the collection type; either of null ("indexed",
default) or an implementation of |
JAXBJavaType.JAXBGlobalJavaType[] | getJavaType() Returns the list of |
XsQName[] | getTypesafeEnumBase() Returns a list of QNames, which are being implemented as type
safe enumerations, if the |
JAXBGlobalBindings.UnderscoreBinding | getUnderscoreBinding() Returns the binding of underscores. |
boolean | isBindingStyleModelGroup() Returns whether the |
boolean | isChoiceContentProperty() Returns the |
boolean | isEnableFailFastCheck() Returns whether FailFastCheck is enabled. |
boolean | isEnableJavaNamingConventions() Returns whether Java naming conventions are enabled. |
boolean | isFixedAttributeAsConstantProperty() Returns whether fixed attributes are implemented as a constant property. |
boolean | isGenerateIsSetMethod() Returns whether a |
boolean | isTypesafeEnumMemberName() Returns whether the typesafeEnumMemberName generates an error (false, default) or a name. |
Returns the collection type; either of null ("indexed",
default) or an implementation of java.util.List
.
Returns the list of javaType
declarations.
Returns a list of QNames, which are being implemented as type
safe enumerations, if the xs:enumeration
facet is
used. Defaults to xs:NCName
(single element list).
Returns the binding of underscores. Defaults to "asWordSeparator" (false). The value true indicates "asCharInWord".
Returns whether the elementBinding
style is
being used (true, default) or not.
Returns the choiceContentProperty
value. Defaults
to false. This value is ignored, if bindingStyle
is
defined as elementBinding
. In this case, setting
choiceContentProperty
is an error. Defaults to false.
Returns whether FailFastCheck is enabled. Defaults to false.
Returns whether Java naming conventions are enabled. Defaults to true.
Returns whether fixed attributes are implemented as a constant property. Defaults to false.
Returns whether a isSet()
method is being
generated. Defaults to false.
Returns whether the typesafeEnumMemberName generates an error (false, default) or a name.