|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Definition
A representation of the model object 'Definition'.
WSDLPackage.getDefinition()
Method Summary | |
---|---|
org.w3c.dom.Document |
getDocument()
Returns a W3C DOM Document built from the input WSDL document. |
EList |
getEBindings()
Returns the value of the 'EBindings' containment reference list. |
EList |
getEImports()
Returns the value of the 'EImports' containment reference list. |
EList |
getEMessages()
Returns the value of the 'EMessages' containment reference list. |
EList |
getENamespaces()
Returns the value of the 'ENamespaces' containment reference list. |
java.lang.String |
getEncoding()
Returns the value of the 'Encoding' attribute |
EList |
getEPortTypes()
Returns the value of the 'EPort Types' containment reference list. |
EList |
getEServices()
Returns the value of the 'EServices' containment reference list. |
Types |
getETypes()
Returns the value of the 'ETypes' containment reference |
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute |
javax.xml.namespace.QName |
getQName()
Returns the value of the 'QName' attribute |
java.lang.String |
getTargetNamespace()
Returns the value of the 'Target Namespace' attribute |
void |
setDocument(org.w3c.dom.Document document)
Sets a W3C DOM Document to be used when building up a DOM Element tree for the WSDL model. |
void |
setEncoding(java.lang.String value)
Sets the value of the ' Encoding ' attribute |
void |
setETypes(Types value)
Sets the value of the ' ETypes ' containment reference |
void |
setLocation(java.lang.String value)
Sets the value of the ' Location ' attribute |
void |
setQName(javax.xml.namespace.QName value)
Sets the value of the ' QName ' attribute |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the ' Target Namespace ' 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.Definition |
---|
addBinding, addExtensibilityElement, addImport, addMessage, addNamespace, addPortType, addService, createBinding, createBindingFault, createBindingInput, createBindingOperation, createBindingOutput, createFault, createImport, createInput, createMessage, createOperation, createOutput, createPart, createPort, createPortType, createService, createTypes, getBinding, getBindings, getDocumentationElement, getDocumentBaseURI, getExtensibilityElements, getExtensionRegistry, getImports, getImports, getMessage, getMessages, getNamespace, getNamespaces, getPortType, getPortTypes, getPrefix, getService, getServices, getTypes, removeBinding, removeMessage, removePortType, removeService, setDocumentationElement, setDocumentBaseURI, setExtensionRegistry, setTypes |
Method Detail |
---|
java.lang.String getTargetNamespace()
If the meaning of the 'Target Namespace' attribute isn't clear, there really should be more of a description here...
getTargetNamespace
in interface javax.wsdl.Definition
setTargetNamespace(String)
,
WSDLPackage.getDefinition_TargetNamespace()
void setTargetNamespace(java.lang.String value)
Target Namespace
' attribute.
setTargetNamespace
in interface javax.wsdl.Definition
value
- the new value of the 'Target Namespace' attribute.getTargetNamespace()
java.lang.String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String)
,
WSDLPackage.getDefinition_Location()
void setLocation(java.lang.String value)
Location
' attribute.
value
- the new value of the 'Location' attribute.getLocation()
javax.xml.namespace.QName getQName()
If the meaning of the 'QName' attribute isn't clear, there really should be more of a description here...
getQName
in interface javax.wsdl.Definition
setQName(QName)
,
WSDLPackage.getDefinition_QName()
void setQName(javax.xml.namespace.QName value)
QName
' attribute.
setQName
in interface javax.wsdl.Definition
value
- the new value of the 'QName' attribute.getQName()
java.lang.String getEncoding()
If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...
setEncoding(String)
,
WSDLPackage.getDefinition_Encoding()
void setEncoding(java.lang.String value)
Encoding
' attribute.
value
- the new value of the 'Encoding' attribute.getEncoding()
EList getEMessages()
Message
.
If the meaning of the 'EMessages' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getDefinition_EMessages()
EList getEPortTypes()
PortType
.
If the meaning of the 'EPort Types' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getDefinition_EPortTypes()
EList getEBindings()
Binding
.
If the meaning of the 'EBindings' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getDefinition_EBindings()
EList getEServices()
Service
.
If the meaning of the 'EServices' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getDefinition_EServices()
EList getENamespaces()
Namespace
.
If the meaning of the 'ENamespaces' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getDefinition_ENamespaces()
Types getETypes()
If the meaning of the 'ETypes' containment reference isn't clear, there really should be more of a description here...
setETypes(Types)
,
WSDLPackage.getDefinition_ETypes()
void setETypes(Types value)
ETypes
' containment reference.
value
- the new value of the 'ETypes' containment reference.getETypes()
EList getEImports()
Import
.
If the meaning of the 'EImports' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getDefinition_EImports()
org.w3c.dom.Document getDocument()
void setDocument(org.w3c.dom.Document document)
document
- W3C DOM Document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |