javax.wsdl.extensions
Interface ExtensibilityElement
- HTTPAddress, HTTPBinding, HTTPOperation, HTTPUrlEncoded, HTTPUrlReplacement, MIMEContent, MIMEMimeXml, MIMEMultipartRelated, MIMEPart, Schema, SOAPAddress, SOAPBinding, SOAPBody, SOAPFault, SOAPHeader, SOAPHeaderFault, SOAPOperation
- HTTPAddressImpl, HTTPBindingImpl, HTTPOperationImpl, HTTPUrlEncodedImpl, HTTPUrlReplacementImpl, MIMEContentImpl, MIMEMimeXmlImpl, MIMEMultipartRelatedImpl, MIMEPartImpl, SchemaImpl, SOAPAddressImpl, SOAPBindingImpl, SOAPBodyImpl, SOAPFaultImpl, SOAPHeaderFaultImpl, SOAPHeaderImpl, SOAPOperationImpl, UnknownExtensibilityElement
public interface ExtensibilityElement
This interface should be implemented by classes intending to represent
extensions.
- Matthew J. Duftler (duftler@us.ibm.com)
QName | getElementType() - Get the type of this extensibility element.
|
Boolean | getRequired() - Get whether or not the semantics of this extension
are required.
|
void | setElementType(QName elementType) - Set the type of this extensibility element.
|
void | setRequired(Boolean required) - Set whether or not the semantics of this extension
are required.
|
getElementType
public QName getElementType()
Get the type of this extensibility element.
- the extensibility element's type
getRequired
public Boolean getRequired()
Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
setElementType
public void setElementType(QName elementType)
Set the type of this extensibility element.
elementType
- the type
setRequired
public void setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
Copyright B) 2003,2005 IBM. All Rights Reserved.