public class TPort extends TExtensibleDocumented
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>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
binding |
protected String |
name |
anydocumentation| Constructor and Description |
|---|
TPort() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAnygetDocumentation, setDocumentationpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic QName getBinding()
QNameCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.