public class

TPart

extends TExtensibleAttributesDocumented
java.lang.Object
   ↳ org.xmlsoap.schemas.wsdl.TDocumented
     ↳ org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
       ↳ org.xmlsoap.schemas.wsdl.TPart

Class Overview

Java class for tPart complex type.

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

 <complexType name="tPart">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="element" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected QName element
protected String name
protected QName type
[Expand]
Inherited Fields
From class org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
From class org.xmlsoap.schemas.wsdl.TDocumented
Public Constructors
TPart()
Public Methods
QName getElement()
Gets the value of the element property.
String getName()
Gets the value of the name property.
QName getType()
Gets the value of the type property.
void setElement(QName value)
Sets the value of the element property.
void setName(String value)
Sets the value of the name property.
void setType(QName value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
From class org.xmlsoap.schemas.wsdl.TDocumented
From class java.lang.Object

Fields

protected QName element

protected String name

protected QName type

Public Constructors

public TPart ()

Public Methods

public QName getElement ()

Gets the value of the element property.

Returns
  • possible object is QName

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public QName getType ()

Gets the value of the type property.

Returns
  • possible object is QName

public void setElement (QName value)

Sets the value of the element property.

Parameters
value Allowed object is QName

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setType (QName value)

Sets the value of the type property.

Parameters
value Allowed object is QName