public class AnyAttributeBinding extends Object
Modifier and Type | Field and Description |
---|---|
protected Boolean |
normalizeSpace |
Constructor and Description |
---|
AnyAttributeBinding(SchemaBinding schema,
AnyAttributeHandler handler) |
Modifier and Type | Method and Description |
---|---|
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) |
protected Boolean normalizeSpace
public AnyAttributeBinding(SchemaBinding schema, AnyAttributeHandler handler)
public AnyAttributeHandler getHandler()
public void setHandler(AnyAttributeHandler handler)
public AttributeMarshaller getMarshaller()
public void setMarshaller(AttributeMarshaller marshaller)
public PropertyMetaData getPropertyMetaData()
public void setPropertyMetaData(PropertyMetaData propertyMetaData)
public ValueAdapter getValueAdapter()
public void setValueAdapter(ValueAdapter valueAdapter)
public boolean isNormalizeSpace()
public void setNormalizeSpace(Boolean normalizeSpace)
public SchemaBinding getSchema()
Copyright © 2014 JBoss by Red Hat. All rights reserved.