|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Part
A representation of the model object 'Part'.
WSDLPackage.getPart()
Method Summary | |
---|---|
org.eclipse.xsd.XSDElementDeclaration |
getElementDeclaration()
Returns the value of the 'Element Declaration' reference |
javax.xml.namespace.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 |
org.eclipse.xsd.XSDTypeDefinition |
getTypeDefinition()
Returns the value of the 'Type Definition' reference |
javax.xml.namespace.QName |
getTypeName()
Returns the value of the 'Type Name' attribute |
void |
setElementDeclaration(org.eclipse.xsd.XSDElementDeclaration value)
Sets the value of the ' Element Declaration ' reference |
void |
setElementName(javax.xml.namespace.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(org.eclipse.xsd.XSDTypeDefinition value)
Sets the value of the ' Type Definition ' reference |
void |
setTypeName(javax.xml.namespace.QName value)
Sets the value of the ' Type Name ' attribute |
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibleElement |
---|
addExtensibilityElement, getEExtensibilityElements, getExtensibilityElements |
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement |
---|
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement |
Methods inherited from interface javax.wsdl.Part |
---|
getDocumentationElement, getExtensionAttribute, getExtensionAttributes, setDocumentationElement, setExtensionAttribute |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
getName
in interface javax.wsdl.Part
setName(String)
,
WSDLPackage.getPart_Name()
void setName(java.lang.String value)
Name
' attribute.
setName
in interface javax.wsdl.Part
value
- the new value of the 'Name' attribute.getName()
javax.xml.namespace.QName getElementName()
If the meaning of the 'Element Name' attribute isn't clear, there really should be more of a description here...
getElementName
in interface javax.wsdl.Part
setElementName(QName)
,
WSDLPackage.getPart_ElementName()
void setElementName(javax.xml.namespace.QName value)
Element Name
' attribute.
setElementName
in interface javax.wsdl.Part
value
- the new value of the 'Element Name' attribute.getElementName()
javax.xml.namespace.QName getTypeName()
If the meaning of the 'Type Name' attribute isn't clear, there really should be more of a description here...
getTypeName
in interface javax.wsdl.Part
setTypeName(QName)
,
WSDLPackage.getPart_TypeName()
void setTypeName(javax.xml.namespace.QName value)
Type Name
' attribute.
setTypeName
in interface javax.wsdl.Part
value
- the new value of the 'Type Name' attribute.getTypeName()
org.eclipse.xsd.XSDTypeDefinition getTypeDefinition()
If the meaning of the 'Type Definition' reference isn't clear, there really should be more of a description here...
setTypeDefinition(XSDTypeDefinition)
,
WSDLPackage.getPart_TypeDefinition()
void setTypeDefinition(org.eclipse.xsd.XSDTypeDefinition value)
Type Definition
' reference.
value
- the new value of the 'Type Definition' reference.getTypeDefinition()
org.eclipse.xsd.XSDElementDeclaration getElementDeclaration()
If the meaning of the 'Element Declaration' reference isn't clear, there really should be more of a description here...
setElementDeclaration(XSDElementDeclaration)
,
WSDLPackage.getPart_ElementDeclaration()
void setElementDeclaration(org.eclipse.xsd.XSDElementDeclaration value)
Element Declaration
' reference.
value
- the new value of the 'Element Declaration' reference.getElementDeclaration()
Message getEMessage()
If the meaning of the 'EMessage' reference isn't clear, there really should be more of a description here...
setEMessage(Message)
,
WSDLPackage.getPart_EMessage()
void setEMessage(Message value)
EMessage
' reference.
value
- the new value of the 'EMessage' reference.getEMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |