Class AttributeDesc

  • All Implemented Interfaces:
    java.io.Serializable

    public class AttributeDesc
    extends FieldDesc
    implements java.io.Serializable
    An AttributeDesc is a FieldDesc for an Java field mapping to an XML attribute
    Author:
    Glen Daniels (gdaniels@apache.org)
    See Also:
    Serialized Form
    • Constructor Detail

      • AttributeDesc

        public AttributeDesc()
    • Method Detail

      • setAttributeName

        public void setAttributeName​(java.lang.String name)
        Set the XML attribute's name, without giving it a namespace. This is the most common usage for AttributeDescs.