Package 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
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.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) XmlSchemaAnyAttributeprivate List<XmlSchemaAttributeOrGroupRef> private XmlSchemaSimpleTypeprivate QNameprivate List<XmlSchemaFacet> Fields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI -
Constructor Summary
ConstructorsConstructorDescriptionCreates new XmlSchemaSimpleContentRestriction -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAnyAttribute(XmlSchemaAnyAttribute anyAttribute) voidsetBaseType(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
-
anyAttribute
XmlSchemaAnyAttribute anyAttribute -
attributes
-
baseType
-
baseTypeName
-
facets
-
-
Constructor Details
-
XmlSchemaSimpleContentRestriction
public XmlSchemaSimpleContentRestriction()Creates new XmlSchemaSimpleContentRestriction
-
-
Method Details
-
setAnyAttribute
-
getAnyAttribute
-
getAttributes
-
setBaseType
-
getBaseType
-
setBaseTypeName
-
getBaseTypeName
-
getFacets
-