public class SoapBinding extends WsdlExtension implements Serializable
Java class for SoapBinding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoapBinding">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}WsdlExtension">
<attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="transport" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
style |
protected String |
transport |
namespace, ncNamerelatedDocumentartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
SoapBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle()
Gets the value of the style property.
|
String |
getTransport()
Gets the value of the transport property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setTransport(String value)
Sets the value of the transport property.
|
getNamespace, getNCName, setNamespace, setNCNamegetRelatedDocument, setRelatedDocumentgetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic String getTransport()
StringCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.