org.apache.ws.jaxme.xs

Interface XSOpenAttrs

All Superinterfaces:
XSObject
Known Subinterfaces:
JAXBAny, JAXBAttribute, JAXBElement, JAXBGroup, JAXBSchema, JAXBType, JAXBWildcard, XSAnnotation, XSAny, XSAttribute, XSAttributeGroup, XSElement, XSGroup, XSIdentityConstraint, XSKeyRef, XSSchema, XSType, XSWildcard
Known Implementing Classes:
AbstractAtomicType, AbstractBuiltinType, AbstractListType, AbstractSimpleType, JAXBAttributeImpl, JAXBElementImpl, JAXBGroupImpl, JAXBSchemaImpl, JAXBTypeImpl, JAXBWildcardImpl, JMChar, XSAnnotationImpl, XSAnyImpl, XSAnySimpleType, XSAnyType, XSAnyURI, XSAttributeGroupImpl, XSAttributeImpl, XSBase64Binary, XSBoolean, XSByte, XSDate, XSDateTime, XSDecimal, XSDouble, XSDuration, XSElementImpl, XSEntities, XSEntity, XSFloat, XSGDay, XSGMonth, XSGMonthDay, XSGroupImpl, XSGYear, XSGYearMonth, XSHexBinary, XSIdentityConstraintImpl, XSID, XSIDREF, XSIDREFs, XSInt, XSInteger, XSKeyRefImpl, XSLanguage, XSLong, XSName, XSNCName, XSNegativeInteger, XSNMToken, XSNMTokens, XSNonNegativeInteger, XSNonPositiveInteger, XSNormalizedString, XSNotation, XSOpenAttrsImpl, XSPositiveInteger, XSQName, XSSchemaImpl, XSShort, XSString, XSTime, XSToken, XSTypeImpl, XSUnsignedByte, XSUnsignedInt, XSUnsignedLong, XSUnsignedShort, XSWildcardImpl

public interface XSOpenAttrs
extends XSObject

Interface of an object, which allows for additional attributes from non-default namespaces.
Author:
Jochen Wiedmann

Method Summary

Attributes
getOpenAttributes()
Returns the additional attributes, if any, or null.

Methods inherited from interface org.apache.ws.jaxme.xs.XSObject

getLocator, getParentObject, getXSSchema, isTopLevelObject, validate

Method Details

getOpenAttributes

public Attributes getOpenAttributes()
Returns the additional attributes, if any, or null.