|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the WSDL 2.0 <input> and <output> elements, declared as child elements of interface <operation> element.
Method Summary | |
Direction |
getDirection()
Returns an enumerated type, Direction, that indicates the direction of this message. |
org.apache.ws.commons.schema.XmlSchemaElement |
getElement()
Return the XmlSchemaElement representing the global schema element declaration referred to by this InterfaceMessageReferenceElement. |
QName |
getElementName()
Return the name of the global schema element declaration referred to by this InterfaceMessageReferenceElement. |
java.lang.String |
getMessageContentModel()
Deprecated. This is a property of the component model, not the infoset, so it is deprecated in M7 and will be removed for M8 (WODEN-136) |
NCName |
getMessageLabel()
Return the NCName representing the message label. |
void |
setDirection(Direction dir)
Set the message direction using the specified enumerated type, Direction, which indicates the direction of the message. |
void |
setElementName(QName elementName)
Specify the name of the global schema element declaration referred to by this InterfaceMessageReferenceElement. |
void |
setMessageContentModel(java.lang.String nmToken)
Deprecated. This is a property of the component model, not the infoset, so it is deprecated in M7 and will be removed for M8 (WODEN-136) |
void |
setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName. |
Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement |
addDocumentationElement, getDocumentationElements |
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible |
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute |
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible |
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement |
Methods inherited from interface org.apache.woden.wsdl20.xml.NestedElement |
getParentElement, setParentElement |
Method Detail |
public void setMessageLabel(NCName msgLabel)
messageLabel
attribute of the interface operation
<input> and <output> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent interface <operation> element.
msgLabel
- the NCName representing the message labelpublic NCName getMessageLabel()
messageLabel
attribute of the interface operation
<input> and <output> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent interface <operation> element.
public void setMessageContentModel(java.lang.String nmToken)
public java.lang.String getMessageContentModel()
public void setElementName(QName elementName)
element
attribute of the interface
operation <input> or <output> element.
elementName
- the QName of the element declarationpublic QName getElementName()
element
attribute of the interface
operation <input> or <output> element.
public org.apache.ws.commons.schema.XmlSchemaElement getElement()
element
attribute of the interface operation <input> or <output> element.
If this reference cannot be resolved to an element declaration in a schema that
is visible to the enclosing <description>, this method will return null.
To be visible, the schema must have been correctly imported or inlined within
the <types> element.
public void setDirection(Direction dir)
dir
- the Direction of the messagepublic Direction getDirection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |