public class XmlSchemaSimpleContentRestriction extends XmlSchemaContent
| Modifier and Type | Field and Description |
|---|---|
(package private) XmlSchemaAnyAttribute |
anyAttribute |
private java.util.List<XmlSchemaAttributeOrGroupRef> |
attributes |
private XmlSchemaSimpleType |
baseType |
private javax.xml.namespace.QName |
baseTypeName |
private java.util.List<XmlSchemaFacet> |
facets |
lineNumber, linePosition, sourceURI| Constructor and Description |
|---|
XmlSchemaSimpleContentRestriction()
Creates new XmlSchemaSimpleContentRestriction
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAnyAttribute |
getAnyAttribute() |
java.util.List<XmlSchemaAttributeOrGroupRef> |
getAttributes() |
XmlSchemaSimpleType |
getBaseType() |
javax.xml.namespace.QName |
getBaseTypeName() |
java.util.List<XmlSchemaFacet> |
getFacets() |
void |
setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
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, setSourceURIXmlSchemaAnyAttribute anyAttribute
private java.util.List<XmlSchemaAttributeOrGroupRef> attributes
private XmlSchemaSimpleType baseType
private javax.xml.namespace.QName baseTypeName
private java.util.List<XmlSchemaFacet> facets
public XmlSchemaSimpleContentRestriction()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public XmlSchemaAnyAttribute getAnyAttribute()
public java.util.List<XmlSchemaAttributeOrGroupRef> getAttributes()
public void setBaseType(XmlSchemaSimpleType baseType)
public XmlSchemaSimpleType getBaseType()
public void setBaseTypeName(javax.xml.namespace.QName baseTypeName)
public javax.xml.namespace.QName getBaseTypeName()
public java.util.List<XmlSchemaFacet> getFacets()