public class XmlSchemaSimpleContentRestriction extends XmlSchemaContent
| Constructor and Description |
|---|
XmlSchemaSimpleContentRestriction()
Creates new XmlSchemaSimpleContentRestriction
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAnyAttribute |
getAnyAttribute() |
List<XmlSchemaAttributeOrGroupRef> |
getAttributes() |
XmlSchemaSimpleType |
getBaseType() |
QName |
getBaseTypeName() |
List<XmlSchemaFacet> |
getFacets() |
void |
setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
setBaseType(XmlSchemaSimpleType baseType) |
void |
setBaseTypeName(QName baseTypeName) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIpublic XmlSchemaSimpleContentRestriction()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public XmlSchemaAnyAttribute getAnyAttribute()
public List<XmlSchemaAttributeOrGroupRef> getAttributes()
public void setBaseType(XmlSchemaSimpleType baseType)
public XmlSchemaSimpleType getBaseType()
public void setBaseTypeName(QName baseTypeName)
public QName getBaseTypeName()
public List<XmlSchemaFacet> getFacets()
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.