JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.mdiutil.xml.tree.schema
Interface XSDType
All Known Implementing Classes:
XSDComplexType
,
XSDSimpleType
,
XSDSimpleType.Numeric
public interface
XSDType
Repsents a type.
Since:
1.3.9
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getName
()
Return the type name.
QName
getQName
()
Return the type qualified name.
Method Detail
getQName
QName
getQName()
Return the type qualified name.
Returns:
the type qualified name
getName
String
getName()
Return the type name.
Returns:
the type name
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method