org.ow2.orchestra.ws_ht
Class TNotificationInterface

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

public class TNotificationInterface
extends TExtensibleElements

Java class for tNotificationInterface complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tNotificationInterface">
   <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" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String operation
           
protected  QName portType
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TNotificationInterface()
           
 
Method Summary
 String getOperation()
          Gets the value of the operation property.
 QName getPortType()
          Gets the value of the portType property.
 void setOperation(String value)
          Sets the value of the operation property.
 void setPortType(QName value)
          Sets the value of the portType 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
Constructor Detail

TNotificationInterface

public TNotificationInterface()
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


Copyright © 2012 OW2 Consortium. All Rights Reserved.