Method Summary |
|
public void | addIDConstraint(IdentityConstraint idc) |
public boolean | equals(Object o) |
public boolean | getAbstract() {abstract} A boolean. |
public Object | getActualVC() |
public short | getActualVCType() |
public XSAnnotation | getAnnotation() Optional. |
public XSObjectList | getAnnotations() Optional. |
public short | getConstraintType() A value constraint: one of default, fixed. |
public String | getConstraintValue() |
public short | getDisallowedSubstitutions() |
public XSComplexTypeDefinition | getEnclosingCTDefinition() Locally scoped declarations are available for use only within the
complex type definition identified by the scope
property. |
public IdentityConstraint[] | getIDConstraints() |
public XSNamedMap | getIdentityConstraints() {identity-constraint definitions} A set of constraint definitions. |
public ShortList | getItemValueTypes() |
public String | getName() The name of this XSObject depending on the
XSObject type. |
public String | getNamespace() The namespace URI of this node, or null if it is
unspecified. |
public XSNamespaceItem | getNamespaceItem() |
public boolean | getNillable() If {nillable} is true, then an element may also be valid if it carries
the namespace qualified attribute with [local name] nil from
namespace http://www.w3.org/2001/XMLSchema-instance and value true
(see xsi:nil (2.6.2)) even if it has no text or element content
despite a {content type} which would otherwise require content. |
public short | getScope() Optional. |
public XSElementDeclaration | getSubstitutionGroupAffiliation() {substitution group affiliation} Optional. |
public short | getSubstitutionGroupExclusions() Specifies if this declaration can be nominated as
the {substitution group affiliation} of other
element declarations having the same {type definition}
or types derived therefrom. |
public short | getType() Get the type of the object, i.e ELEMENT_DECLARATION. |
public XSTypeDefinition | getTypeDefinition() Either a simple type definition or a complex type definition. |
public int | hashCode() |
public boolean | isDisallowedSubstitution(short disallowed) Convenience method. |
public boolean | isSubstitutionGroupExclusion(short exclusion) Convenience method. |
public void | reset() |
final static IdentityConstraint[] | resize(IdentityConstraint[] oldArray, int newSize) |
public void | setConstraintType(short constraintType) |
public void | setIsAbstract() |
public void | setIsGlobal() |
public void | setIsLocal(XSComplexTypeDecl enclosingCT) |
public void | setIsNillable() |
public String | toString() |