org.apache.wsif.wsdl.extensions.jms
Class JMSInput

java.lang.Object
  |
  +--org.apache.wsif.wsdl.extensions.jms.JMSInput
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

public class JMSInput
extends java.lang.Object
implements javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

WSDL Jms service-port extension

Author:
Hermann Akermann, Ant Elder
See Also:
Serialized Form

Constructor Summary
JMSInput()
           
 
Method Summary
 javax.xml.namespace.QName getElementType()
           
 java.util.List getParts()
          Gets the parts
 java.lang.Boolean getRequired()
           
 java.lang.String getSchema()
          Gets the Schema
 void setElementType(javax.xml.namespace.QName elementType)
           
 void setParts(java.util.List parts)
          Sets the parts
 void setRequired(java.lang.Boolean required)
           
 void setSchema(java.lang.String schema)
          Sets the Schema
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMSInput

public JMSInput()
Method Detail

setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
See Also:
ExtensibilityElement.setElementType(QName)

getElementType

public javax.xml.namespace.QName getElementType()
Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
See Also:
ExtensibilityElement.getElementType()

setRequired

public void setRequired(java.lang.Boolean required)
Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement
See Also:
ExtensibilityElement.setRequired(Boolean)

getRequired

public java.lang.Boolean getRequired()
Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement
See Also:
ExtensibilityElement.getRequired()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getSchema

public java.lang.String getSchema()
Gets the Schema
Returns:
Returns a String

setSchema

public void setSchema(java.lang.String schema)
Sets the Schema
Parameters:
fieldSchema - The schema to set

getParts

public java.util.List getParts()
Gets the parts
Returns:
Returns a String

setParts

public void setParts(java.util.List parts)
Sets the parts
Parameters:
parts - The parts to set


Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.