public abstract class

TExtensibleAttributesDocumented

extends TDocumented
java.lang.Object
   ↳ org.xmlsoap.schemas.wsdl.TDocumented
     ↳ org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
Known Direct Subclasses

Class Overview

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>
 

Summary

Fields
private Map<QName, String> otherAttributes
[Expand]
Inherited Fields
From class org.xmlsoap.schemas.wsdl.TDocumented
Public Constructors
TExtensibleAttributesDocumented()
Public Methods
Map<QName, String> getOtherAttributes()
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

Fields

private Map<QName, String> otherAttributes

Public Constructors

public TExtensibleAttributesDocumented ()

Public Methods

public Map<QName, String> getOtherAttributes ()

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.

Returns
  • always non-null