public class XmlSchemaSimpleTypeRestriction extends XmlSchemaSimpleTypeContent
unhandledAttributes
Constructor and Description |
---|
XmlSchemaSimpleTypeRestriction()
Creates new XmlSchemaSimpleTypeRestriction
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaSimpleType |
getBaseType() |
javax.xml.namespace.QName |
getBaseTypeName() |
XmlSchemaObjectCollection |
getFacets() |
void |
setBaseType(XmlSchemaSimpleType baseType) |
void |
setBaseTypeName(javax.xml.namespace.QName baseTypeName) |
String |
toString(String prefix,
int tab) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
public XmlSchemaSimpleTypeRestriction()
public XmlSchemaSimpleType getBaseType()
public void setBaseType(XmlSchemaSimpleType baseType)
public javax.xml.namespace.QName getBaseTypeName()
public void setBaseTypeName(javax.xml.namespace.QName baseTypeName)
public XmlSchemaObjectCollection getFacets()
public String toString(String prefix, int tab)
toString
in class XmlSchemaObject
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.