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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operation |
protected QName |
portType |
any, documentation| Constructor and Description |
|---|
TNotificationInterface() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAny, getDocumentation, getOtherAttributespublic QName getPortType()
QNamepublic void setPortType(QName value)
value - allowed object is
QNamepublic String getOperation()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.