public class XmlSchemaSimpleContentRestriction extends XmlSchemaContent
unhandledAttributes
Constructor and Description |
---|
XmlSchemaSimpleContentRestriction()
Creates new XmlSchemaSimpleContentRestriction
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaAnyAttribute |
getAnyAttribute() |
XmlSchemaObjectCollection |
getAttributes() |
XmlSchemaSimpleType |
getBaseType() |
QName |
getBaseTypeName() |
XmlSchemaObjectCollection |
getFacets() |
void |
setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
setBaseType(XmlSchemaSimpleType baseType) |
void |
setBaseTypeName(QName baseTypeName) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString
public XmlSchemaSimpleContentRestriction()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public XmlSchemaAnyAttribute getAnyAttribute()
public XmlSchemaObjectCollection getAttributes()
public void setBaseType(XmlSchemaSimpleType baseType)
public XmlSchemaSimpleType getBaseType()
public void setBaseTypeName(QName baseTypeName)
public QName getBaseTypeName()
public XmlSchemaObjectCollection getFacets()
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.