com.sun.msv.grammar.xmlschema
public class SimpleTypeExp extends XMLSchemaTypeExp
Most of the properties of the simple type declaration component is defined in the XSDatatype object, which is obtained by the getType method.
Note: XML Schema allows forward reference to simple types. Therefore it must be indirectionalized by ReferenceExp. And this is the only reason this class exists.
Method Summary | |
---|---|
int | getBlock()
gets the value of the block constraint.
|
RedefinableExp | getClone() clone this object. |
XSDatatype | getDatatype()
Gets the encapsulated Datatype object.
|
XSDatatypeExp | getType() gets the XSDatatypeExp object that represents this simple type. |
void | redefine(RedefinableExp _rhs) |
void | set(XSDatatypeExp exp) |
This method can be called only after the parsing is finished.