| java.lang.Object | ||
| ↳ | org.xmlsoap.schemas.wsdl.TDocumented | |
| ↳ | org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented | |
Known Direct Subclasses
|
Java class for tExtensibleAttributesDocumented complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtensibleAttributesDocumented">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tDocumented">
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| otherAttributes | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.xmlsoap.schemas.wsdl.TDocumented
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets a map that contains attributes that aren't bound to any typed property on this class.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.xmlsoap.schemas.wsdl.TDocumented
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets a map that contains attributes that aren't bound to any typed property on this class.
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.