com.marsching.flexiparse.xml2object.configuration
Interface AttributeMappingConfiguration

All Superinterfaces:
MappingConfiguration

public interface AttributeMappingConfiguration
extends MappingConfiguration

Stores the configuration for the mapping of an XML attribute to a Java type.

Author:
Sebastian Marsching

Method Summary
 String getAttributeName()
          Returns the (local) name of the XML attribute that is matched by this configuration.
 String getAttributeNamespace()
          Returns the namespace URI of the XML attribute that is matched by this configuration.
 
Methods inherited from interface com.marsching.flexiparse.xml2object.configuration.MappingConfiguration
getMaxOccurs, getMinOccurs, getTargetAttribute, getTargetType, getTargetTypeClassLoader
 

Method Detail

getAttributeName

String getAttributeName()
Returns the (local) name of the XML attribute that is matched by this configuration.

Returns:
XML attribute name

getAttributeNamespace

String getAttributeNamespace()
Returns the namespace URI of the XML attribute that is matched by this configuration.

Returns:
XML attribute namespace URI


Copyright © 2008-2009. All Rights Reserved.