org.apache.wsif.wsdl.extensions.instance
Class InstanceEstablishment
java.lang.Object
|
+--org.apache.wsif.wsdl.extensions.instance.InstanceEstablishment
- All Implemented Interfaces:
- javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable
- public class InstanceEstablishment
- extends java.lang.Object
- implements javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable
- Author:
- Aleksander Slominski, Nirmal K. Mukhi (nmukhi@us.ibm.com), Ant Elder
- See Also:
- Serialized Form
Method Summary |
javax.xml.namespace.QName |
getElementType()
Get the type of this extensibility element. |
java.lang.String |
getOperationName()
|
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension
are required. |
void |
setElementType(javax.xml.namespace.QName elementType)
Set the type of this extensibility element. |
void |
setOperationName(java.lang.String operationName)
|
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension
are required. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceEstablishment
public InstanceEstablishment()
setElementType
public void setElementType(javax.xml.namespace.QName elementType)
- Set the type of this extensibility element.
- Specified by:
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
- Parameters:
elementType
- the type
getElementType
public javax.xml.namespace.QName getElementType()
- Get the type of this extensibility element.
- Specified by:
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
- Returns:
- the extensibility element's type
setRequired
public void setRequired(java.lang.Boolean required)
- Set whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- Specified by:
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
getRequired
public java.lang.Boolean getRequired()
- Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- Specified by:
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
getOperationName
public java.lang.String getOperationName()
setOperationName
public void setOperationName(java.lang.String operationName)
Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.