JBoss XML Binding 2.0.3.GA

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

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

public class AnyAttributeBinding
extends Object

A AnyAttributeBinding.

Version:
$Revision: 1.1 $
Author:
Alexey Loubyansky

Field Summary
protected  Boolean normalizeSpace
           
 
Constructor Summary
AnyAttributeBinding(SchemaBinding schema, AnyAttributeHandler handler)
           
 
Method Summary
 AnyAttributeHandler getHandler()
           
 AttributeMarshaller getMarshaller()
           
 PropertyMetaData getPropertyMetaData()
           
 SchemaBinding getSchema()
           
 ValueAdapter getValueAdapter()
           
 boolean isNormalizeSpace()
           
 void setHandler(AnyAttributeHandler handler)
           
 void setMarshaller(AttributeMarshaller marshaller)
           
 void setNormalizeSpace(Boolean normalizeSpace)
           
 void setPropertyMetaData(PropertyMetaData propertyMetaData)
           
 void setValueAdapter(ValueAdapter valueAdapter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

normalizeSpace

protected Boolean normalizeSpace
Constructor Detail

AnyAttributeBinding

public AnyAttributeBinding(SchemaBinding schema,
                           AnyAttributeHandler handler)
Method Detail

getHandler

public AnyAttributeHandler getHandler()

setHandler

public void setHandler(AnyAttributeHandler handler)

getMarshaller

public AttributeMarshaller getMarshaller()

setMarshaller

public void setMarshaller(AttributeMarshaller marshaller)

getPropertyMetaData

public PropertyMetaData getPropertyMetaData()

setPropertyMetaData

public void setPropertyMetaData(PropertyMetaData propertyMetaData)

getValueAdapter

public ValueAdapter getValueAdapter()

setValueAdapter

public void setValueAdapter(ValueAdapter valueAdapter)

isNormalizeSpace

public boolean isNormalizeSpace()

setNormalizeSpace

public void setNormalizeSpace(Boolean normalizeSpace)

getSchema

public SchemaBinding getSchema()

JBoss XML Binding 2.0.3.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.