public class AttributeDescriptor extends NodeDescriptor
AttributeDescriptor
describes the XML attributes
to be created for a bean instance.
Constructor and Description |
---|
AttributeDescriptor()
Base constructor
|
AttributeDescriptor(String localName)
Creates a AttributeDescriptor with no namespace URI or prefix
|
AttributeDescriptor(String localName,
String qualifiedName,
String uri)
Creates a AttributeDescriptor with namespace URI and qualified name
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return something useful for logging
|
getLocalName, getPropertyName, getPropertyType, getQualifiedName, getSingularPropertyType, getTextExpression, getUpdater, getURI, setLocalName, setPropertyName, setPropertyType, setQualifiedName, setSingularPropertyType, setTextExpression, setUpdater, setURI
public AttributeDescriptor()
public AttributeDescriptor(String localName)
localName
- the local name for the attribute, excluding any namespace prefixpublic AttributeDescriptor(String localName, String qualifiedName, String uri)
localName
- the local name for the attribute, excluding any namespace prefixqualifiedName
- the fully quanified name, including the namespace prefixuri
- the namespace for the attribute - or "" for no namespace