public class SoapAddress extends WsdlExtension implements Serializable
Java class for SoapAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoapAddress">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}WsdlExtension">
<attribute name="soapLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
soapLocation |
namespace, ncNamerelatedDocumentartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
SoapAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSoapLocation()
Gets the value of the soapLocation property.
|
void |
setSoapLocation(String value)
Sets the value of the soapLocation 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, setVersionprotected String soapLocation
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.