public class XmlSchemaExternalType extends AbstractExternalType
customFacets| Constructor and Description |
|---|
XmlSchemaExternalType(TypeExpressionNode from,
String schemaValue,
String schemaPath,
String internalFragment) |
XmlSchemaExternalType(XmlSchemaExternalType externalType) |
| Modifier and Type | Method and Description |
|---|---|
protected XmlSchemaExternalType |
copy() |
<T> T |
visit(TypeVisitor<T> visitor)
Dispatch the implementation to the visitor method
|
getExternalTypeName, getInternalFragment, getSchemaPath, getSchemaValue, mergeFacets, overwriteFacets, validateCanOverwriteWith, validateStateaccepts, customFacets, doAccept, getBuiltinTypeName, getTypeExpressionNode, getTypeName, getTypeName, isObjectWithOnlyTypeDecl, overwriteFacets, setTypeName, setTypeNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccepts, customFacets, getBuiltinTypeName, getTypeExpressionNode, getTypeName, setTypeNodepublic XmlSchemaExternalType(TypeExpressionNode from, String schemaValue, String schemaPath, String internalFragment)
public XmlSchemaExternalType(XmlSchemaExternalType externalType)
protected XmlSchemaExternalType copy()
copy in class AbstractExternalTypepublic <T> T visit(TypeVisitor<T> visitor)
ResolvedTypeT - The result typevisitor - The visitorCopyright © 2018. All rights reserved.