|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.sib.wsn.AnyElemAnyAttrType
public abstract class AnyElemAnyAttrType
An abstract class extended by those classes which allow the user to specify zero or more custom elements or custom attributes. This is analogous to a schema type or element which defines a sequence containing an unbounded occuring xsd:any element and xsd:anyAttribute
Field Summary | |
---|---|
protected java.util.Map |
attributes
The xsd:anyAttribute attributes |
protected javax.xml.soap.SOAPElement[] |
elements
The xsd:any elements |
Constructor Summary | |
---|---|
AnyElemAnyAttrType()
|
Method Summary | |
---|---|
void |
addAttribute(javax.xml.soap.Name name,
java.lang.String value)
Add an attribute |
java.util.Iterator |
getAttributes()
Get an iterator over the names of all the attributes which have been set |
java.lang.String |
getAttributeValue(javax.xml.soap.Name name)
|
javax.xml.soap.SOAPElement[] |
getElements()
Get the user defined elements which have been set. |
void |
setElements(javax.xml.soap.SOAPElement[] anyElements)
Set the user defined elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.xml.soap.SOAPElement[] elements
protected java.util.Map attributes
Constructor Detail |
---|
public AnyElemAnyAttrType()
Method Detail |
---|
public javax.xml.soap.SOAPElement[] getElements()
public void setElements(javax.xml.soap.SOAPElement[] anyElements)
anyElements
- The user defined elements to set.public void addAttribute(javax.xml.soap.Name name, java.lang.String value) throws java.lang.Exception
name
- The name of the attribute in the form of a Name
value
- The value of the attribute
java.lang.Exception
public java.util.Iterator getAttributes()
Name
public java.lang.String getAttributeValue(javax.xml.soap.Name name)
name
- The name of the attribute
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |