org.jboss.xb.binding.metadata.unmarshalling.impl
Class DocumentBindingFactoryImpl.AbstractElementBinding
java.lang.Object
org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractXmlValueContainer
org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractBasicElementBinding
org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractElementBinding
- All Implemented Interfaces:
- BasicElementBinding, ElementBinding, XmlValueContainer
- Enclosing class:
- DocumentBindingFactoryImpl
public abstract static class DocumentBindingFactoryImpl.AbstractElementBinding
- extends DocumentBindingFactoryImpl.AbstractBasicElementBinding
- implements ElementBinding
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected final BasicElementBinding parent
DocumentBindingFactoryImpl.AbstractElementBinding
protected DocumentBindingFactoryImpl.AbstractElementBinding(BasicElementBinding parent,
javax.xml.namespace.QName elementName)
getField
public Field getField()
- Specified by:
getField
in interface ElementBinding
getGetter
public Method getGetter()
- Specified by:
getGetter
in interface ElementBinding
getSetter
public Method getSetter()
- Specified by:
getSetter
in interface ElementBinding
getFieldType
public Class getFieldType()
- Specified by:
getFieldType
in interface ElementBinding
getStackReference
protected BasicElementBinding getStackReference()
- Specified by:
getStackReference
in class DocumentBindingFactoryImpl.AbstractBasicElementBinding
getFieldLocal
protected abstract Field getFieldLocal()
getGetterLocal
protected abstract Method getGetterLocal()
getSetterLocal
protected abstract Method getSetterLocal()
getFieldTypeLocal
protected abstract Class getFieldTypeLocal()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.