org.apache.ws.jaxme.xs.impl
public class XSElementImpl extends XSOpenAttrsImpl implements XSElement
Constructor Summary | |
---|---|
protected | XSElementImpl(XSObject pParent, XsTElement pBaseElement) |
Method Summary | |
---|---|
XSAnnotation[] | getAnnotations() |
String | getDefault() |
String | getFixed() |
XSIdentityConstraint[] | getIdentityConstraints() |
XSKeyRef[] | getKeyRefs() |
XsQName | getName() |
XSGroup | getSubstitutionGroup() |
XsQName | getSubstitutionGroupName() |
XSType | getType() |
protected XsTElement | getXsTElement() |
boolean | isAbstract() |
boolean | isBlockedForSubstitution() |
boolean | isGlobal() |
protected boolean | isInnerComplexType() |
protected boolean | isInnerSimpleType() |
boolean | isNillable() |
protected boolean | isReference() |
protected boolean | isValidated() |
void | setSubstitutionGroup(XSGroup pGroup) |
void | validate() |