public class

TPort

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

Class Overview

Java class for tPort complex type.

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

 <complexType name="tPort">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="binding" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected QName binding
protected String name
[Expand]
Inherited Fields
From class org.xmlsoap.schemas.wsdl.TExtensibleDocumented
From class org.xmlsoap.schemas.wsdl.TDocumented
Public Constructors
TPort()
Public Methods
QName getBinding()
Gets the value of the binding property.
String getName()
Gets the value of the name property.
void setBinding(QName value)
Sets the value of the binding property.
void setName(String value)
Sets the value of the name 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 QName binding

protected String name

Public Constructors

public TPort ()

Public Methods

public QName getBinding ()

Gets the value of the binding property.

Returns
  • possible object is QName

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setBinding (QName value)

Sets the value of the binding 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