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() |
javax.xml.namespace.QName |
getBaseTypeName() |
XmlSchemaObjectCollection |
getFacets() |
void |
setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
setBaseType(XmlSchemaSimpleType baseType) |
void |
setBaseTypeName(javax.xml.namespace.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(javax.xml.namespace.QName baseTypeName)
public javax.xml.namespace.QName getBaseTypeName()
public XmlSchemaObjectCollection getFacets()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.