public class SoapRequestHeader extends Object
Java class for SoapRequestHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoapRequestHeader">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="networkCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationName |
protected String |
networkCode |
| Constructor and Description |
|---|
SoapRequestHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Gets the value of the applicationName property.
|
String |
getNetworkCode()
Gets the value of the networkCode property.
|
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
void |
setNetworkCode(String value)
Sets the value of the networkCode property.
|
protected String networkCode
protected String applicationName
public String getNetworkCode()
Stringpublic void setNetworkCode(String value)
value - allowed object is
Stringpublic String getApplicationName()
StringCopyright © 2018. All Rights Reserved.