Package org.apache.ws.commons.schema
Class XmlSchemaSimpleContentExtension
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.XmlSchemaSimpleContentExtension
- All Implemented Interfaces:
XmlSchemaObjectBase
Class for simple types that are derived by extension. Extends the simple type content of the element by
adding attributes. Represents the World Wide Web Consortium (W3C) extension element for simple content.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate XmlSchemaAnyAttributeprivate List<XmlSchemaAttributeOrGroupRef> private QNameFields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI -
Constructor Summary
ConstructorsConstructorDescriptionCreates new XmlSchemaSimpleContentExtension -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAnyAttribute(XmlSchemaAnyAttribute anyAttribute) voidsetAttributes(List<XmlSchemaAttributeOrGroupRef> attributes) 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
-
attributes
-
baseTypeName
-
-
Constructor Details
-
XmlSchemaSimpleContentExtension
public XmlSchemaSimpleContentExtension()Creates new XmlSchemaSimpleContentExtension
-
-
Method Details
-
getAnyAttribute
-
getAttributes
-
getBaseTypeName
-
setAnyAttribute
-
setBaseTypeName
-
setAttributes
-