Package org.apache.xmlbeans.impl.schema
Class SchemaLocalElementImpl
java.lang.Object
org.apache.xmlbeans.impl.schema.SchemaParticleImpl
org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
- All Implemented Interfaces:
SchemaAnnotated
,SchemaField
,SchemaLocalElement
,SchemaParticle
,SchemaWSDLArrayType
- Direct Known Subclasses:
SchemaGlobalElementImpl
public class SchemaLocalElementImpl
extends SchemaParticleImpl
implements SchemaLocalElement, SchemaWSDLArrayType
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
True if extension is blocked.boolean
True if restriction is blocked.boolean
True if element substitution is blocked.Returns the Schema annotation object or null if none presentReturns all the Key, KeyRef, and Unique constraints on this element.boolean
True if this element is prohibited in content.void
setAbstract
(boolean abs) void
void
setBlock
(boolean extension, boolean restriction, boolean substitution) void
setIdentityConstraints
(SchemaIdentityConstraint.Ref[] constraints) void
setWsdlArrayType
(SOAPArrayType arrayType) Methods inherited from class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
acceptedStartNames, canStartWithElement, countOfParticleChild, getDefaultText, getDefaultValue, getDocumentation, getExcludeNextSet, getIntMaxOccurs, getIntMinOccurs, getMaxOccurs, getMinOccurs, getName, getParticleChild, getParticleChildren, getParticleType, getType, getUserData, getWildcardProcess, getWildcardSet, hasTransitionNotes, hasTransitionRules, isAttribute, isDefault, isDeterministic, isFixed, isNillable, isSingleton, isSkippable, isTypeResolved, resolveTypeRef, setDefault, setDefaultValue, setImmutable, setMaxOccurs, setMinOccurs, setNameAndTypeRef, setNillable, setParticleChildren, setParticleType, setTransitionNotes, setTransitionRules, setUserData, setWildcardProcess, setWildcardSet
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.xmlbeans.SchemaField
getDefaultText, getDefaultValue, getMaxOccurs, getMinOccurs, getName, getType, getUserData, isAttribute, isDefault, isFixed, isNillable
-
Constructor Details
-
SchemaLocalElementImpl
public SchemaLocalElementImpl()
-
-
Method Details
-
blockExtension
public boolean blockExtension()Description copied from interface:SchemaLocalElement
True if extension is blocked.- Specified by:
blockExtension
in interfaceSchemaLocalElement
-
blockRestriction
public boolean blockRestriction()Description copied from interface:SchemaLocalElement
True if restriction is blocked.- Specified by:
blockRestriction
in interfaceSchemaLocalElement
-
blockSubstitution
public boolean blockSubstitution()Description copied from interface:SchemaLocalElement
True if element substitution is blocked.- Specified by:
blockSubstitution
in interfaceSchemaLocalElement
-
isAbstract
public boolean isAbstract()Description copied from interface:SchemaLocalElement
True if this element is prohibited in content. Only sensible if this is the head of a substitution group; then only substitution group members can appear.Although local elements cannot be abstract, if an element use is a ref to a global element, then the flag from the global element is copied in to the local element where the use occurs.
- Specified by:
isAbstract
in interfaceSchemaLocalElement
-
setAbstract
public void setAbstract(boolean abs) -
setBlock
public void setBlock(boolean extension, boolean restriction, boolean substitution) -
setAnnotation
-
setWsdlArrayType
-
getAnnotation
Description copied from interface:SchemaAnnotated
Returns the Schema annotation object or null if none present- Specified by:
getAnnotation
in interfaceSchemaAnnotated
-
getWSDLArrayType
- Specified by:
getWSDLArrayType
in interfaceSchemaWSDLArrayType
-
setIdentityConstraints
-
getIdentityConstraints
Description copied from interface:SchemaLocalElement
Returns all the Key, KeyRef, and Unique constraints on this element.- Specified by:
getIdentityConstraints
in interfaceSchemaLocalElement
-
getIdentityConstraintRefs
-