org.eclipse.wst.wsdl
Interface XSDSchemaExtensibilityElement

All Superinterfaces:
ExtensibilityElement, WSDLElement

public interface XSDSchemaExtensibilityElement
extends ExtensibilityElement

A representation of the model object 'XSD Schema Extensibility Element'.

The following features are supported:

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

Method Summary
 XSDSchema getSchema()
          Returns the value of the 'Schema' containment reference.
 void setSchema(XSDSchema value)
          Sets the value of the 'Schema' containment reference.
 
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibilityElement
getElementType, isRequired, setElementType, setRequired
 
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 

Method Detail

getSchema

public XSDSchema getSchema()
Returns the value of the 'Schema' containment reference.

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

Returns:
the value of the 'Schema' containment reference.
See Also:
setSchema(XSDSchema), org.eclipse.wsdl.WSDLPackage#getXSDSchemaExtensibilityElement_Schema()

setSchema

public void setSchema(XSDSchema value)
Sets the value of the 'Schema' containment reference.

Parameters:
value - the new value of the 'Schema' containment reference.
See Also:
getSchema()