public class XmlSchemaSimpleTypeRestriction extends XmlSchemaSimpleTypeContent
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaSimpleType |
baseType |
private javax.xml.namespace.QName |
baseTypeName |
private java.util.List<XmlSchemaFacet> |
facets |
lineNumber, linePosition, sourceURI| Constructor and Description |
|---|
XmlSchemaSimpleTypeRestriction()
Creates new XmlSchemaSimpleTypeRestriction
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaSimpleType |
getBaseType() |
javax.xml.namespace.QName |
getBaseTypeName() |
java.util.List<XmlSchemaFacet> |
getFacets() |
void |
setBaseType(XmlSchemaSimpleType baseType) |
void |
setBaseTypeName(javax.xml.namespace.QName baseTypeName) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIprivate XmlSchemaSimpleType baseType
private javax.xml.namespace.QName baseTypeName
private java.util.List<XmlSchemaFacet> facets
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 java.util.List<XmlSchemaFacet> getFacets()