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" />
<anyAttribute processContents='lax' namespace='##other'/>
</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.
|
boolean |
isSetBinding() |
boolean |
isSetName() |
void |
setBinding(QName value)
Sets the value of the binding property.
|
void |
setName(String value)
Sets the value of the name property.
|
getAny, getOtherAttributes, isSetAny, unsetAnygetDocumentation, isSetDocumentation, setDocumentationpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public QName getBinding()
QNamepublic void setBinding(QName value)
value - allowed object is
QNamepublic boolean isSetBinding()
Apache CXF