public class XmlSchemaType extends XmlSchemaAnnotated
unhandledAttributes
Constructor and Description |
---|
XmlSchemaType(XmlSchema schema)
Creates new XmlSchemaType
|
Modifier and Type | Method and Description |
---|---|
Object |
getBaseSchemaType()
This function returns null.
|
javax.xml.namespace.QName |
getBaseSchemaTypeName()
If there is a base schema type, which by definition has to have a global name, return it.
|
XmlSchemaDatatype |
getDataType() |
XmlSchemaDerivationMethod |
getDeriveBy() |
XmlSchemaDerivationMethod |
getFinal() |
XmlSchemaDerivationMethod |
getFinalResolved() |
String |
getName() |
javax.xml.namespace.QName |
getQName() |
boolean |
isMixed() |
void |
setFinal(XmlSchemaDerivationMethod finalDerivation) |
void |
setMixed(boolean isMixed) |
void |
setName(String name) |
String |
toString() |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString
public XmlSchemaType(XmlSchema schema)
public Object getBaseSchemaType()
getBaseSchemaTypeName()
public javax.xml.namespace.QName getBaseSchemaTypeName()
public XmlSchemaDatatype getDataType()
public XmlSchemaDerivationMethod getDeriveBy()
public XmlSchemaDerivationMethod getFinal()
public void setFinal(XmlSchemaDerivationMethod finalDerivation)
public XmlSchemaDerivationMethod getFinalResolved()
public boolean isMixed()
public void setMixed(boolean isMixed)
public String getName()
public void setName(String name)
public javax.xml.namespace.QName getQName()
public String toString()
toString
in class XmlSchemaAnnotated
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.