public static class SchemaGrammar.XSAnyType extends XSComplexTypeDecl
Constructor and Description |
---|
SchemaGrammar.XSAnyType() |
Modifier and Type | Method and Description |
---|---|
org.apache.xerces.xs.XSObjectList |
getAnnotations()
Optional.
|
org.apache.xerces.xs.XSNamespaceItem |
getNamespaceItem()
A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
null otherwise. |
void |
reset() |
void |
setContainsTypeID() |
void |
setIsAbstractType() |
void |
setIsAnonymous() |
void |
setName(java.lang.String name) |
void |
setValues(java.lang.String name,
java.lang.String targetNamespace,
org.apache.xerces.xs.XSTypeDefinition baseType,
short derivedBy,
short schemaFinal,
short block,
short contentType,
boolean isAbstract,
XSAttributeGroupDecl attrGrp,
XSSimpleType simpleType,
XSParticleDecl particle) |
containsTypeID, derivedFrom, derivedFromType, getAbstract, getAnonymous, getAssertions, getAttrGrp, getAttributeUse, getAttributeUses, getAttributeWildcard, getBaseType, getContentModel, getContentModel, getContentType, getContext, getDerivationMethod, getFinal, getFinalSet, getName, getNamespace, getOpenContent, getParticle, getProhibitedSubstitutions, getSimpleType, getTargetNamespace, getType, getTypeCategory, getTypeName, getTypeNamespace, isDerivedFrom, isDOMDerivedFrom, isFinal, isProhibitedSubstitution, setAssertions, setBaseType, setContext, setDerivationMethod, setValues, toString
public void setValues(java.lang.String name, java.lang.String targetNamespace, org.apache.xerces.xs.XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle)
public void setName(java.lang.String name)
setName
in class XSComplexTypeDecl
public void setIsAbstractType()
setIsAbstractType
in class XSComplexTypeDecl
public void setContainsTypeID()
setContainsTypeID
in class XSComplexTypeDecl
public void setIsAnonymous()
setIsAnonymous
in class XSComplexTypeDecl
public void reset()
reset
in class XSComplexTypeDecl
public org.apache.xerces.xs.XSObjectList getAnnotations()
XSComplexTypeDecl
getAnnotations
in interface org.apache.xerces.xs.XSComplexTypeDefinition
getAnnotations
in class XSComplexTypeDecl
public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()
org.apache.xerces.xs.XSObject
null
otherwise.getNamespaceItem
in interface org.apache.xerces.xs.XSObject
getNamespaceItem
in class XSComplexTypeDecl
XSObject.getNamespaceItem()
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.