public class SoapHeader extends Object
Java class for SoapHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoapHeader">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="clientCustomerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="developerToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userAgent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validateOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="partialFailure" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientCustomerId |
protected String |
developerToken |
protected Boolean |
partialFailure |
protected String |
userAgent |
protected Boolean |
validateOnly |
| Constructor and Description |
|---|
SoapHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientCustomerId()
Gets the value of the clientCustomerId property.
|
String |
getDeveloperToken()
Gets the value of the developerToken property.
|
String |
getUserAgent()
Gets the value of the userAgent property.
|
Boolean |
isPartialFailure()
Gets the value of the partialFailure property.
|
Boolean |
isValidateOnly()
Gets the value of the validateOnly property.
|
void |
setClientCustomerId(String value)
Sets the value of the clientCustomerId property.
|
void |
setDeveloperToken(String value)
Sets the value of the developerToken property.
|
void |
setPartialFailure(Boolean value)
Sets the value of the partialFailure property.
|
void |
setUserAgent(String value)
Sets the value of the userAgent property.
|
void |
setValidateOnly(Boolean value)
Sets the value of the validateOnly property.
|
protected String clientCustomerId
protected String developerToken
protected String userAgent
protected Boolean validateOnly
protected Boolean partialFailure
public String getClientCustomerId()
Stringpublic void setClientCustomerId(String value)
value - allowed object is
Stringpublic String getDeveloperToken()
Stringpublic void setDeveloperToken(String value)
value - allowed object is
Stringpublic String getUserAgent()
Stringpublic void setUserAgent(String value)
value - allowed object is
Stringpublic Boolean isValidateOnly()
Booleanpublic void setValidateOnly(Boolean value)
value - allowed object is
Booleanpublic Boolean isPartialFailure()
BooleanCopyright © 2023. All rights reserved.