org.ow2.orchestra.ws_ht
Class TTaskInterface

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by org.ow2.orchestra.ws_ht.TTaskInterface

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>
 


Field Summary
protected  String operation
           
protected  QName portType
           
protected  String responseOperation
           
protected  QName responsePortType
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TTaskInterface()
           
 
Method Summary
 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.
 
Methods inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
getAny, getDocumentation, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portType

protected QName portType

operation

protected String operation

responsePortType

protected QName responsePortType

responseOperation

protected String responseOperation
Constructor Detail

TTaskInterface

public TTaskInterface()
Method Detail

getPortType

public QName getPortType()
Gets the value of the portType property.

Returns:
possible object is QName

setPortType

public void setPortType(QName value)
Sets the value of the portType property.

Parameters:
value - allowed object is QName

getOperation

public String getOperation()
Gets the value of the operation property.

Returns:
possible object is String

setOperation

public void setOperation(String value)
Sets the value of the operation property.

Parameters:
value - allowed object is String

getResponsePortType

public QName getResponsePortType()
Gets the value of the responsePortType property.

Returns:
possible object is QName

setResponsePortType

public void setResponsePortType(QName value)
Sets the value of the responsePortType property.

Parameters:
value - allowed object is QName

getResponseOperation

public String getResponseOperation()
Gets the value of the responseOperation property.

Returns:
possible object is String

setResponseOperation

public void setResponseOperation(String value)
Sets the value of the responseOperation property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.