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 Name
value
- The value of the attributejava.lang.Exception
public java.util.Iterator getAttributes()
Name
public java.lang.String getAttributeValue(javax.xml.soap.Name name)
name
- The name of the attribute