public abstract class

TExtensibleDocumented

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

Class Overview

Java class for tExtensibleDocumented complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tExtensibleDocumented">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tDocumented">
       <sequence>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<Object> any
[Expand]
Inherited Fields
From class org.xmlsoap.schemas.wsdl.TDocumented
Public Constructors
TExtensibleDocumented()
Public Methods
List<Object> getAny()
Gets the value of the any property.
[Expand]
Inherited Methods
From class org.xmlsoap.schemas.wsdl.TDocumented
From class java.lang.Object

Fields

protected List<Object> any

Public Constructors

public TExtensibleDocumented ()

Public Methods

public List<Object> getAny ()

Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object