public abstract class AnyElemAnyAttrType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
attributes
The xsd:anyAttribute attributes
|
protected javax.xml.soap.SOAPElement[] |
elements
The xsd:any elements
|
| Constructor and Description |
|---|
AnyElemAnyAttrType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected javax.xml.soap.SOAPElement[] elements
protected java.util.Map attributes
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 Namevalue - The value of the attributejava.lang.Exceptionpublic java.util.Iterator getAttributes()
Namepublic java.lang.String getAttributeValue(javax.xml.soap.Name name)
name - The name of the attribute