HTTPAddress
, HTTPBinding
, HTTPOperation
, HTTPUrlEncoded
, HTTPUrlReplacement
, MIMEContent
, MIMEMimeXml
, MIMEMultipartRelated
, MIMEPart
, Schema
, SOAP12Address
, SOAP12Binding
, SOAP12Body
, SOAP12Fault
, SOAP12Header
, SOAP12HeaderFault
, SOAP12Operation
, SOAPAddress
, SOAPBinding
, SOAPBody
, SOAPFault
, SOAPHeader
, SOAPHeaderFault
, SOAPOperation
HTTPAddressImpl
, HTTPBindingImpl
, HTTPOperationImpl
, HTTPUrlEncodedImpl
, HTTPUrlReplacementImpl
, MIMEContentImpl
, MIMEMimeXmlImpl
, MIMEMultipartRelatedImpl
, MIMEPartImpl
, SchemaImpl
, SOAP12AddressImpl
, SOAP12BindingImpl
, SOAP12BodyImpl
, SOAP12FaultImpl
, SOAP12HeaderFaultImpl
, SOAP12HeaderImpl
, SOAP12OperationImpl
, SOAPAddressImpl
, SOAPBindingImpl
, SOAPBodyImpl
, SOAPFaultImpl
, SOAPHeaderFaultImpl
, SOAPHeaderImpl
, SOAPOperationImpl
, UnknownExtensibilityElement
public interface ExtensibilityElement
Modifier and Type | Method | Description |
---|---|---|
QName |
getElementType() |
Get the type of this extensibility element.
|
java.lang.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(java.lang.Boolean required) |
Set whether or not the semantics of this extension
are required.
|
void setElementType(QName elementType)
elementType
- the typeQName getElementType()
void setRequired(java.lang.Boolean required)
java.lang.Boolean getRequired()
Copyright ? 2003, 2013 IBM. All Rights Reserved.