org.jboss.xb.binding.sunday.unmarshalling
Class AttributeBinding

java.lang.Object
  extended by org.jboss.xb.binding.sunday.unmarshalling.AttributeBinding

public class AttributeBinding
extends Object

Version:
$Revision: 1.1.2.5 $
Author:
Alexey Loubyansky

Constructor Summary
AttributeBinding(SchemaBinding schema, TypeBinding type, AttributeHandler handler)
           
 
Method Summary
 String getDefaultConstraint()
           
 AttributeHandler getHandler()
           
 PropertyMetaData getPropertyMetaData()
           
 SchemaBinding getSchema()
           
 TypeBinding getType()
           
 ValueMetaData getValueMetaData()
           
 boolean isMapEntryKey()
           
 boolean isMapEntryValue()
           
 void setDefaultConstraint(String value)
           
 void setHandler(AttributeHandler handler)
           
 void setMapEntryKey(boolean mapEntryKey)
           
 void setMapEntryValue(boolean mapEntryValue)
           
 void setPropertyMetaData(PropertyMetaData propertyMetaData)
           
 void setValueMetaData(ValueMetaData valueMetaData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeBinding

public AttributeBinding(SchemaBinding schema,
                        TypeBinding type,
                        AttributeHandler handler)
Method Detail

getType

public TypeBinding getType()

getHandler

public AttributeHandler getHandler()

setHandler

public void setHandler(AttributeHandler handler)

getPropertyMetaData

public PropertyMetaData getPropertyMetaData()

setPropertyMetaData

public void setPropertyMetaData(PropertyMetaData propertyMetaData)

getValueMetaData

public ValueMetaData getValueMetaData()

setValueMetaData

public void setValueMetaData(ValueMetaData valueMetaData)

setMapEntryKey

public void setMapEntryKey(boolean mapEntryKey)

isMapEntryKey

public boolean isMapEntryKey()

isMapEntryValue

public boolean isMapEntryValue()

setMapEntryValue

public void setMapEntryValue(boolean mapEntryValue)

getDefaultConstraint

public String getDefaultConstraint()

setDefaultConstraint

public void setDefaultConstraint(String value)

getSchema

public SchemaBinding getSchema()


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