Package org.apache.ws.commons.schema
Class XmlSchemaComplexContentExtension
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.XmlSchemaComplexContentExtension
- All Implemented Interfaces:
XmlSchemaObjectBase
Class for complex types with a complex content model derived by extension. Extends the complex type by
adding attributes or elements. Represents the World Wide Web Consortium (W3C) extension element for complex
content.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate XmlSchemaAnyAttributeprivate List<XmlSchemaAttributeOrGroupRef> private QNameprivate XmlSchemaParticleFields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI -
Constructor Summary
ConstructorsConstructorDescriptionCreates new XmlSchemaComplexContentExtension -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAnyAttribute(XmlSchemaAnyAttribute anyAttribute) (package private) voidsetAttributes(List<XmlSchemaAttributeOrGroupRef> attributes) voidsetBaseTypeName(QName baseTypeName) voidsetParticle(XmlSchemaParticle particle) 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
-
particle
-
-
Constructor Details
-
XmlSchemaComplexContentExtension
public XmlSchemaComplexContentExtension()Creates new XmlSchemaComplexContentExtension
-
-
Method Details
-
setAnyAttribute
-
getAnyAttribute
-
getAttributes
-
setBaseTypeName
-
getBaseTypeName
-
getParticle
-
setParticle
-
setAttributes
-