public class TBinding extends TExtensibleDocumented
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tBinding">
<xs:complexContent>
<xs:extension base="ns:tExtensibleDocumented">
<xs:sequence>
<xs:element type="ns:tBindingOperation" name="operation" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute type="xs:string" use="required" name="name"/>
<xs:attribute type="xs:QName" use="required" name="type"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
TBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the 'name' attribute value.
|
List<TBindingOperation> |
getOperationList()
Get the list of 'operation' element items.
|
org.jibx.runtime.QName |
getType()
Get the 'type' attribute value.
|
void |
setName(String name)
Set the 'name' attribute value.
|
void |
setOperationList(List<TBindingOperation> list)
Set the list of 'operation' element items.
|
void |
setType(org.jibx.runtime.QName type)
Set the 'type' attribute value.
|
getAnyList, setAnyListgetDocumentation, setDocumentationpublic List<TBindingOperation> getOperationList()
public void setOperationList(List<TBindingOperation> list)
list - public String getName()
public void setName(String name)
name - public org.jibx.runtime.QName getType()
public void setType(org.jibx.runtime.QName type)
type - Copyright © 2017 Europeana Foundation. All rights reserved.