org.jboss.xb.binding.metadata.unmarshalling
Interface ElementBinding

All Superinterfaces:
BasicElementBinding, XmlValueContainer
All Known Implementing Classes:
DocumentBindingFactoryImpl.AbstractElementBinding

public interface ElementBinding
extends BasicElementBinding

Version:
$Revision: 1.1.2.2 $
Author:
Alexey Loubyansky

Method Summary
 Field getField()
           
 Class getFieldType()
           
 Method getGetter()
           
 Method getSetter()
           
 
Methods inherited from interface org.jboss.xb.binding.metadata.unmarshalling.BasicElementBinding
getAttribute, getDocument, getElement
 
Methods inherited from interface org.jboss.xb.binding.metadata.unmarshalling.XmlValueContainer
getJavaType, getName, getValue
 

Method Detail

getField

Field getField()

getGetter

Method getGetter()

getSetter

Method getSetter()

getFieldType

Class getFieldType()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.