|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsdl.extensions.soap.SOAPBindingImpl
public class SOAPBindingImpl
Field Summary | |
---|---|
protected QName |
elementType
|
protected java.lang.Boolean |
required
|
static long |
serialVersionUID
|
protected java.lang.String |
style
|
protected java.lang.String |
transportURI
|
Constructor Summary | |
---|---|
SOAPBindingImpl()
|
Method Summary | |
---|---|
QName |
getElementType()
Get the type of this extensibility element. |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
java.lang.String |
getStyle()
Get the style for this SOAP binding. |
java.lang.String |
getTransportURI()
Get the transport URI to be used with this binding. |
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 |
setStyle(java.lang.String style)
Set the style for this SOAP binding. |
void |
setTransportURI(java.lang.String transportURI)
Set the SOAP transport URI to be used for communicating with this binding. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected QName elementType
protected java.lang.Boolean required
protected java.lang.String style
protected java.lang.String transportURI
public static final long serialVersionUID
Constructor Detail |
---|
public SOAPBindingImpl()
Method Detail |
---|
public void setElementType(QName elementType)
setElementType
in interface ExtensibilityElement
elementType
- the typepublic QName getElementType()
getElementType
in interface ExtensibilityElement
public void setRequired(java.lang.Boolean required)
setRequired
in interface ExtensibilityElement
public java.lang.Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setStyle(java.lang.String style)
setStyle
in interface SOAPBinding
style
- the desired stylepublic java.lang.String getStyle()
getStyle
in interface SOAPBinding
public void setTransportURI(java.lang.String transportURI)
setTransportURI
in interface SOAPBinding
transportURI
- the URI describing the transport
to be usedpublic java.lang.String getTransportURI()
getTransportURI
in interface SOAPBinding
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |