public interface AttributedType
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(javax.xml.soap.Name attributeName,
java.lang.String value)
Adds the attribute specified in the parameters to the target object.
|
java.util.Iterator |
getAttributeNames()
Returns an iterator over all the attribute names.
|
java.lang.String |
getAttributeValue(javax.xml.soap.Name attributeName)
Gets the attribute value specified by the name passed on the parameter.
|
java.lang.String getAttributeValue(javax.xml.soap.Name attributeName)
attributeName - The name of the attributevoid addAttribute(javax.xml.soap.Name attributeName,
java.lang.String value)
attributeName - The name of the attributevalue - The value to be set for the attribute name specifiedjava.util.Iterator getAttributeNames()