org.apache.ws.commons.schema
Class XmlSchemaSimpleContentRestriction
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaContent
org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
- All Implemented Interfaces:
- XmlSchemaObjectBase
public class XmlSchemaSimpleContentRestriction
- extends XmlSchemaContent
Class for simple types that are derived by restriction. Restricts the range of values for the element to a
subset of the inherited simple types. Represents the World Wide Web Consortium (W3C) restriction element
for simple content.
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
XmlSchemaSimpleContentRestriction
public XmlSchemaSimpleContentRestriction()
- Creates new XmlSchemaSimpleContentRestriction
setAnyAttribute
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
getAnyAttribute
public XmlSchemaAnyAttribute getAnyAttribute()
getAttributes
public List<XmlSchemaAttributeOrGroupRef> getAttributes()
setBaseType
public void setBaseType(XmlSchemaSimpleType baseType)
getBaseType
public XmlSchemaSimpleType getBaseType()
setBaseTypeName
public void setBaseTypeName(QName baseTypeName)
getBaseTypeName
public QName getBaseTypeName()
getFacets
public List<XmlSchemaFacet> getFacets()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.