public class

TDefinitions

extends TExtensibleDocumented
java.lang.Object
   ↳ org.xmlsoap.schemas.wsdl.TDocumented
     ↳ org.xmlsoap.schemas.wsdl.TExtensibleDocumented
       ↳ org.xmlsoap.schemas.wsdl.TDefinitions

Class Overview

Java class for tDefinitions complex type.

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

 <complexType name="tDefinitions">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
       <sequence>
         <group ref="{http://schemas.xmlsoap.org/wsdl/}anyTopLevelOptionalElement" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<TDocumented> anyTopLevelOptionalElement
protected String name
protected String targetNamespace
[Expand]
Inherited Fields
From class org.xmlsoap.schemas.wsdl.TExtensibleDocumented
From class org.xmlsoap.schemas.wsdl.TDocumented
Public Constructors
TDefinitions()
Public Methods
List<TDocumented> getAnyTopLevelOptionalElement()
Gets the value of the anyTopLevelOptionalElement property.
String getName()
Gets the value of the name property.
String getTargetNamespace()
Gets the value of the targetNamespace property.
void setName(String value)
Sets the value of the name property.
void setTargetNamespace(String value)
Sets the value of the targetNamespace property.
[Expand]
Inherited Methods
From class org.xmlsoap.schemas.wsdl.TExtensibleDocumented
From class org.xmlsoap.schemas.wsdl.TDocumented
From class java.lang.Object

Fields

protected List<TDocumented> anyTopLevelOptionalElement

protected String name

protected String targetNamespace

Public Constructors

public TDefinitions ()

Public Methods

public List<TDocumented> getAnyTopLevelOptionalElement ()

Gets the value of the anyTopLevelOptionalElement 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 anyTopLevelOptionalElement property.

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

    getAnyTopLevelOptionalElement().add(newItem);
 

Objects of the following type(s) are allowed in the list TMessage TService TBinding TPortType TTypes TImport

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getTargetNamespace ()

Gets the value of the targetNamespace property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setTargetNamespace (String value)

Sets the value of the targetNamespace property.

Parameters
value Allowed object is String