org.eclipse.wst.wsdl
Interface Part

All Superinterfaces:
WSDLElement

public interface Part
extends WSDLElement

A representation of the model object 'Part'. This class represents a WSDL part element. Parts describe the logical abstract content of a message. Each part is associated with a type from some type system.

The following features are supported:

See Also:
org.eclipse.wsdl.WSDLPackage#getPart()

Method Summary
 XSDElementDeclaration getElementDeclaration()
          Returns the value of the 'Element Declaration' reference.
 QName getElementName()
          Returns the value of the 'Element Name' attribute.
 Message getEMessage()
          Returns the value of the 'EMessage' reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 XSDTypeDefinition getTypeDefinition()
          Returns the value of the 'Type Definition' reference.
 QName getTypeName()
          Returns the value of the 'Type Name' attribute.
 void setElementDeclaration(XSDElementDeclaration value)
          Sets the value of the 'Element Declaration' reference.
 void setElementName(QName value)
          Sets the value of the 'Element Name' attribute.
 void setEMessage(Message value)
          Sets the value of the 'EMessage' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setTypeDefinition(XSDTypeDefinition value)
          Sets the value of the 'Type Definition' reference.
 void setTypeName(QName value)
          Sets the value of the 'Type Name' attribute.
 
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 

Method Detail

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), org.eclipse.wsdl.WSDLPackage#getPart_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getElementName

public QName getElementName()
Returns the value of the 'Element Name' attribute.

If the meaning of the 'Element Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element Name' attribute.
See Also:
setElementName(QName), org.eclipse.wsdl.WSDLPackage#getPart_ElementName()

setElementName

public void setElementName(QName value)
Sets the value of the 'Element Name' attribute.

Parameters:
value - the new value of the 'Element Name' attribute.
See Also:
getElementName()

getTypeName

public QName getTypeName()
Returns the value of the 'Type Name' attribute.

If the meaning of the 'Type Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Name' attribute.
See Also:
setTypeName(QName), org.eclipse.wsdl.WSDLPackage#getPart_TypeName()

setTypeName

public void setTypeName(QName value)
Sets the value of the 'Type Name' attribute.

Parameters:
value - the new value of the 'Type Name' attribute.
See Also:
getTypeName()

getTypeDefinition

public XSDTypeDefinition getTypeDefinition()
Returns the value of the 'Type Definition' reference.

If the meaning of the 'Type Definition' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Definition' reference.
See Also:
setTypeDefinition(XSDTypeDefinition), org.eclipse.wsdl.WSDLPackage#getPart_TypeDefinition()

setTypeDefinition

public void setTypeDefinition(XSDTypeDefinition value)
Sets the value of the 'Type Definition' reference.

Parameters:
value - the new value of the 'Type Definition' reference.
See Also:
getTypeDefinition()

getElementDeclaration

public XSDElementDeclaration getElementDeclaration()
Returns the value of the 'Element Declaration' reference.

If the meaning of the 'Element Declaration' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element Declaration' reference.
See Also:
setElementDeclaration(XSDElementDeclaration), org.eclipse.wsdl.WSDLPackage#getPart_ElementDeclaration()

setElementDeclaration

public void setElementDeclaration(XSDElementDeclaration value)
Sets the value of the 'Element Declaration' reference.

Parameters:
value - the new value of the 'Element Declaration' reference.
See Also:
getElementDeclaration()

getEMessage

public Message getEMessage()
Returns the value of the 'EMessage' reference.

If the meaning of the 'EMessage' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'EMessage' reference.
See Also:
setEMessage(Message), org.eclipse.wsdl.WSDLPackage#getPart_EMessage()

setEMessage

public void setEMessage(Message value)
Sets the value of the 'EMessage' reference.

Parameters:
value - the new value of the 'EMessage' reference.
See Also:
getEMessage()