org.jboss.xb.binding.metadata.unmarshalling.impl
Class AttributeBindingImpl
java.lang.Object
org.jboss.xb.binding.metadata.unmarshalling.impl.AttributeBindingImpl
- All Implemented Interfaces:
- AttributeBinding
public class AttributeBindingImpl
- extends Object
- implements AttributeBinding
- Version:
- $Revision: 1.1.2.3 $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeBindingImpl
public AttributeBindingImpl(javax.xml.namespace.QName attributeName,
Class javaType,
Class parentClass,
String fieldName)
getAttributeName
public javax.xml.namespace.QName getAttributeName()
- Specified by:
getAttributeName
in interface AttributeBinding
getJavaType
public Class getJavaType()
- Specified by:
getJavaType
in interface AttributeBinding
getField
public Field getField()
- Specified by:
getField
in interface AttributeBinding
getGetter
public Method getGetter()
- Specified by:
getGetter
in interface AttributeBinding
getSetter
public Method getSetter()
- Specified by:
getSetter
in interface AttributeBinding
getFieldType
public Class getFieldType()
- Specified by:
getFieldType
in interface AttributeBinding
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.