public class TPortType extends TExtensibleAttributesDocumented
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tPortType">
<xs:complexContent>
<xs:extension base="ns:tExtensibleAttributesDocumented">
<xs:sequence>
<xs:element type="ns:tOperation" name="operation" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute type="xs:string" use="required" name="name"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
TPortType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the 'name' attribute value.
|
List<TOperation> |
getOperationList()
Get the list of 'operation' element items.
|
void |
setName(String name)
Set the 'name' attribute value.
|
void |
setOperationList(List<TOperation> list)
Set the list of 'operation' element items.
|
getDocumentation, setDocumentationpublic List<TOperation> getOperationList()
public void setOperationList(List<TOperation> list)
list - public String getName()
public void setName(String name)
name - Copyright © 2017 Europeana Foundation. All rights reserved.