|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensibilityElement
A representation of the model object 'Extensibility Element'.
WSDLPackage.getExtensibilityElement()
Method Summary | |
---|---|
javax.xml.namespace.QName |
getElementType()
Returns the value of the 'Element Type' attribute |
boolean |
isRequired()
Returns the value of the 'Required' attribute |
void |
setElementType(javax.xml.namespace.QName value)
Sets the value of the ' Element Type ' attribute |
void |
setRequired(boolean value)
Sets the value of the ' Required ' attribute |
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.extensions.ExtensibilityElement |
---|
getRequired, setRequired |
Method Detail |
---|
boolean isRequired()
If the meaning of the 'Required' attribute isn't clear, there really should be more of a description here...
setRequired(boolean)
,
WSDLPackage.getExtensibilityElement_Required()
void setRequired(boolean value)
Required
' attribute.
value
- the new value of the 'Required' attribute.isRequired()
javax.xml.namespace.QName getElementType()
If the meaning of the 'Element Type' attribute isn't clear, there really should be more of a description here...
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
setElementType(QName)
,
WSDLPackage.getExtensibilityElement_ElementType()
void setElementType(javax.xml.namespace.QName value)
Element Type
' attribute.
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
value
- the new value of the 'Element Type' attribute.getElementType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |