public class TPort extends TExtensibleDocumented
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tPort">
<xs:complexContent>
<xs:extension base="ns:tExtensibleDocumented">
<xs:attribute type="xs:string" use="required" name="name"/>
<xs:attribute type="xs:QName" use="required" name="binding"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
TPort() |
| Modifier and Type | Method and Description |
|---|---|
org.jibx.runtime.QName |
getBinding()
Get the 'binding' attribute value.
|
String |
getName()
Get the 'name' attribute value.
|
void |
setBinding(org.jibx.runtime.QName binding)
Set the 'binding' attribute value.
|
void |
setName(String name)
Set the 'name' attribute value.
|
getAnyList, setAnyListgetDocumentation, setDocumentationpublic String getName()
public void setName(String name)
name - public org.jibx.runtime.QName getBinding()
public void setBinding(org.jibx.runtime.QName binding)
binding - Copyright © 2017 Europeana Foundation. All rights reserved.