public interface JAXBGlobalBindings
This interface implements the JAXB global bindings.
Type | Property and Description |
---|---|
boolean |
isChoiceContent
Gets the value of the property choiceContentProperty.
|
boolean |
isFixedAttributeAsConstant
Gets the value of the property fixedAttributeAsConstantProperty.
|
Modifier and Type | Interface and Description |
---|---|
static class |
JAXBGlobalBindings.UnderscoreBinding
Enumeration class holding possible values for
getUnderscoreBinding() . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionType()
Returns the collection type; either of null ("indexed",
default) or an implementation of
java.util.List . |
JAXBJavaType.JAXBGlobalJavaType[] |
getJavaType()
Returns the list of
javaType declarations. |
XsQName[] |
getTypesafeEnumBase()
Returns a list of QNames, which are being implemented as type
safe enumerations, if the
xs:enumeration facet is
used. |
JAXBGlobalBindings.UnderscoreBinding |
getUnderscoreBinding()
Returns the binding of underscores.
|
boolean |
isBindingStyleModelGroup()
Returns whether the
elementBinding style is
being used (true, default) or not. |
boolean |
isChoiceContentProperty()
Gets the value of the property choiceContentProperty.
|
boolean |
isEnableFailFastCheck()
Returns whether FailFastCheck is enabled.
|
boolean |
isEnableJavaNamingConventions()
Returns whether Java naming conventions are enabled.
|
boolean |
isFixedAttributeAsConstantProperty()
Gets the value of the property fixedAttributeAsConstantProperty.
|
boolean |
isGenerateIsSetMethod()
Returns whether a
isSet() method is being
generated. |
boolean |
isTypesafeEnumMemberName()
Returns whether the typesafeEnumMemberName generates an
error (false, default) or a name.
|
boolean isFixedAttributeAsConstantProperty
boolean isChoiceContentProperty
java.lang.String getCollectionType()
Returns the collection type; either of null ("indexed",
default) or an implementation of java.util.List
.
boolean isFixedAttributeAsConstantProperty()
boolean isGenerateIsSetMethod()
Returns whether a isSet()
method is being
generated. Defaults to false.
boolean isEnableFailFastCheck()
Returns whether FailFastCheck is enabled. Defaults to false.
boolean isChoiceContentProperty()
JAXBGlobalBindings.UnderscoreBinding getUnderscoreBinding()
Returns the binding of underscores. Defaults to "asWordSeparator" (false). The value true indicates "asCharInWord".
boolean isEnableJavaNamingConventions()
Returns whether Java naming conventions are enabled. Defaults to true.
XsQName[] getTypesafeEnumBase()
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).
boolean isTypesafeEnumMemberName()
Returns whether the typesafeEnumMemberName generates an error (false, default) or a name.
boolean isBindingStyleModelGroup()
Returns whether the elementBinding
style is
being used (true, default) or not.
JAXBJavaType.JAXBGlobalJavaType[] getJavaType()
Returns the list of javaType
declarations.