public interface JAXBProperty extends XsObject
This interface implements the JAXB property bindings.
Type | Property and Description |
---|---|
java.lang.Boolean |
isFixedAttributeAsConstant
Returns whether fixed attributes are implemented as a
constant property.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
JAXBProperty.BaseType |
Modifier and Type | Method and Description |
---|---|
JAXBProperty.BaseType |
getBaseType()
Returns the base type.
|
java.lang.String |
getCollectionType()
Returns the collection type; either of "indexed"
or an implementation of
java.util.List . |
JAXBJavadoc |
getJavadoc()
Returns the getter methods JavaDoc documentation.
|
java.lang.String |
getName()
Returns the property name.
|
java.lang.Boolean |
isEnableFailFastCheck()
Returns whether FailFastCheck is enabled.
|
java.lang.Boolean |
isFixedAttributeAsConstantProperty()
Returns whether fixed attributes are implemented as a
constant property.
|
java.lang.Boolean |
isGenerateIsSetMethod()
Returns whether a
isSet() method is being
generated. |
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
Returns whether fixed attributes are implemented as a constant property. The value null indicates, that the attribute has not been set.
java.lang.String getName()
Returns the property name.
java.lang.String getCollectionType()
Returns the collection type; either of "indexed"
or an implementation of java.util.List
.
The value null indicates, that the attribute has not
been set.
java.lang.Boolean isFixedAttributeAsConstantProperty()
Returns whether fixed attributes are implemented as a constant property. The value null indicates, that the attribute has not been set.
java.lang.Boolean isGenerateIsSetMethod()
Returns whether a isSet()
method is being
generated. The value null indicates, that the attribute
has not been set.
java.lang.Boolean isEnableFailFastCheck()
Returns whether FailFastCheck is enabled. The value null indicates, that the attribute has not been set.
JAXBJavadoc getJavadoc()
Returns the getter methods JavaDoc documentation.
JAXBProperty.BaseType getBaseType()
Returns the base type.