public class TTaskInterface extends TExtensibleElements
Java class for tTaskInterface complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTaskInterface">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<attribute name="portType" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="operation" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="responsePortType" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="responseOperation" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operation |
protected QName |
portType |
protected String |
responseOperation |
protected QName |
responsePortType |
any, documentation| Constructor and Description |
|---|
TTaskInterface() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
Gets the value of the operation property.
|
QName |
getPortType()
Gets the value of the portType property.
|
String |
getResponseOperation()
Gets the value of the responseOperation property.
|
QName |
getResponsePortType()
Gets the value of the responsePortType property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setPortType(QName value)
Sets the value of the portType property.
|
void |
setResponseOperation(String value)
Sets the value of the responseOperation property.
|
void |
setResponsePortType(QName value)
Sets the value of the responsePortType property.
|
getAny, getDocumentation, getOtherAttributesprotected QName portType
protected String operation
protected QName responsePortType
protected String responseOperation
public QName getPortType()
QNamepublic void setPortType(QName value)
value - allowed object is
QNamepublic String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic QName getResponsePortType()
QNamepublic void setResponsePortType(QName value)
value - allowed object is
QNamepublic String getResponseOperation()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.