|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.wsdl.extensions.jms.JMSInput
WSDL Jms service-port extension
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 |
public JMSInput()
Method Detail |
public void setElementType(javax.xml.namespace.QName elementType)
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement.setElementType(QName)
public javax.xml.namespace.QName getElementType()
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement.getElementType()
public void setRequired(java.lang.Boolean required)
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement.setRequired(Boolean)
public java.lang.Boolean getRequired()
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement.getRequired()
public java.lang.String toString()
public java.lang.String getSchema()
public void setSchema(java.lang.String schema)
public java.util.List getParts()
public void setParts(java.util.List parts)
parts
- The parts to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |