|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface implements the JAXB property bindings.
Nested Class Summary | |
static interface |
JAXBProperty.BaseType
|
Method Summary | |
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. |
Methods inherited from interface net.sf.jaxme.xs.xml.XsObject |
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate |
Method Detail |
public java.lang.String getName()
Returns the property name.
public 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.
public 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.
public java.lang.Boolean isGenerateIsSetMethod()
Returns whether a isSet()
method is being
generated. The value null indicates, that the attribute
has not been set.
public java.lang.Boolean isEnableFailFastCheck()
Returns whether FailFastCheck is enabled. The value null indicates, that the attribute has not been set.
public JAXBJavadoc getJavadoc()
Returns the getter methods JavaDoc documentation.
public JAXBProperty.BaseType getBaseType()
Returns the base type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |