Package org.apache.ws.commons.schema
Class XmlSchemaSimpleTypeRestriction
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaSimpleTypeContent
org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction
- All Implemented Interfaces:
XmlSchemaObjectBase
Class for the restriction of simpleType elements. Represents the World Wide Web Consortium (W3C)
restriction element for simple types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate XmlSchemaSimpleTypeprivate QNameprivate List<XmlSchemaFacet> Fields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBaseType(XmlSchemaSimpleType baseType) voidsetBaseTypeName(QName baseTypeName) Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringMethods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
-
Field Details
-
baseType
-
baseTypeName
-
facets
-
-
Constructor Details
-
XmlSchemaSimpleTypeRestriction
public XmlSchemaSimpleTypeRestriction()Creates new XmlSchemaSimpleTypeRestriction
-
-
Method Details
-
getBaseType
-
setBaseType
-
getBaseTypeName
-
setBaseTypeName
-
getFacets
-