Package | Description |
---|---|
org.exolab.castor.xml.schema |
Modifier and Type | Method and Description |
---|---|
FinalList |
ComplexType.getFinal()
Returns the list of values for the final property for this ComplexType,
or null if no final values have been set.
|
FinalList |
ElementDecl.getFinal()
Returns the value of the 'final' attribute for this element
definition.
|
FinalList |
Schema.getFinalDefault()
Returns the default FinalList for this Schema.
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexType.setFinal(FinalList finalList)
Sets the value of the 'final' attribute for this ComplexType definition.
|
void |
ElementDecl.setFinal(FinalList finalList)
Sets the value of the 'final' attribute for this element
definition.
|
void |
Schema.setFinalDefault(FinalList finalList)
Sets the default FinalList for this Schema.
|
Copyright © 2013. All rights reserved.