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 |
any
documentation
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, unsetAny
getDocumentation, isSetDocumentation, setDocumentation
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public QName getBinding()
QName
public void setBinding(QName value)
value
- allowed object is
QName
public boolean isSetBinding()
Copyright © 2018 JBoss by Red Hat. All rights reserved.