org.apache.ws.jaxme.xs.jaxb.impl
Class JAXBAttributeImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.impl.XSObjectImpl
      extended by org.apache.ws.jaxme.xs.impl.XSOpenAttrsImpl
          extended by org.apache.ws.jaxme.xs.impl.XSAttributeImpl
              extended by org.apache.ws.jaxme.xs.jaxb.impl.JAXBAttributeImpl
All Implemented Interfaces:
JAXBAttribute, JAXBPropertyOwner, XSAttributable, XSAttribute, XSObject, XSOpenAttrs

public class JAXBAttributeImpl
extends XSAttributeImpl
implements JAXBAttribute

Author:
Jochen Wiedmann

Constructor Summary
protected JAXBAttributeImpl(XSObject pParent, XsTAttribute pBaseAttribute)
          Creates a new instance of JAXBAttributeImpl.
 
Method Summary
 JAXBProperty getJAXBProperty()
          Returns the attributes property customization settings.
 JAXBSchemaBindings getJAXBSchemaBindings()
          Returns the types schemaBindings.
 void validate()
          Validates the objects internal state.
 
Methods inherited from class org.apache.ws.jaxme.xs.impl.XSAttributeImpl
getAnnotations, getDefault, getFixed, getName, getType, getXsTAttribute, isGlobal, isInnerSimpleType, isOptional, isReference, isValidated
 
Methods inherited from class org.apache.ws.jaxme.xs.impl.XSOpenAttrsImpl
getOpenAttributes
 
Methods inherited from class org.apache.ws.jaxme.xs.impl.XSObjectImpl
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validateAllIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSAttribute
getAnnotations, getDefault, getFixed, getName, getType, isGlobal, isOptional
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSObject
getLocator, getParentObject, getXSSchema, isTopLevelObject
 

Constructor Detail

JAXBAttributeImpl

protected JAXBAttributeImpl(XSObject pParent,
                            XsTAttribute pBaseAttribute)
                     throws org.xml.sax.SAXException

Creates a new instance of JAXBAttributeImpl.

Throws:
org.xml.sax.SAXException
Method Detail

getJAXBSchemaBindings

public JAXBSchemaBindings getJAXBSchemaBindings()
Description copied from interface: JAXBPropertyOwner

Returns the types schemaBindings.

Specified by:
getJAXBSchemaBindings in interface JAXBPropertyOwner

getJAXBProperty

public JAXBProperty getJAXBProperty()
Description copied from interface: JAXBPropertyOwner

Returns the attributes property customization settings.

Specified by:
getJAXBProperty in interface JAXBPropertyOwner

validate

public void validate()
              throws org.xml.sax.SAXException
Description copied from interface: XSObject

Validates the objects internal state.

Specified by:
validate in interface XSObject
Overrides:
validate in class XSAttributeImpl
Throws:
org.xml.sax.SAXException