|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributedType
This interface enables XML types to have attributes set on their XML element, as an extensibility mechanism.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String getAttributeValue(javax.xml.soap.Name attributeName)
attributeName
- The name of the attribute
void 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()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |