com.sforce.soap.partner
Class CallOptions_element
java.lang.Object
com.sforce.ws.bind.SoapHeaderObject
com.sforce.soap.partner.CallOptions_element
- All Implemented Interfaces:
- XMLizable
public class CallOptions_element
- extends SoapHeaderObject
- implements XMLizable
Generated class, please do not edit.
CallOptions_element
public CallOptions_element()
- Constructor
getClient
public String getClient()
setClient
public void setClient(String client)
getDefaultNamespace
public String getDefaultNamespace()
setDefaultNamespace
public void setDefaultNamespace(String defaultNamespace)
write
public void write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws IOException
- Description copied from interface:
XMLizable
- write this instace as xml.
- Specified by:
write in interface XMLizable- Overrides:
write in class SoapHeaderObject
- Parameters:
__element - xml element name__out - xml output stream__typeMapper - type mapper to be used
- Throws:
IOException - failed to write xml
writeFields
protected void writeFields(XmlOutputStream __out,
TypeMapper __typeMapper)
throws IOException
- Overrides:
writeFields in class SoapHeaderObject
- Throws:
IOException
load
public void load(XmlInputStream __in,
TypeMapper __typeMapper)
throws IOException,
ConnectionException
- Description copied from interface:
XMLizable
- load the fileds/children from the specified xml stream
- Specified by:
load in interface XMLizable- Overrides:
load in class SoapHeaderObject
- Parameters:
__in - xml input stream from which the data is read__typeMapper - type mapper to be used
- Throws:
IOException - failed to read xml
ConnectionException - failed to read/parser/bind xml
loadFields
protected void loadFields(XmlInputStream __in,
TypeMapper __typeMapper)
throws IOException,
ConnectionException
- Overrides:
loadFields in class SoapHeaderObject
- Throws:
IOException
ConnectionException
toString
public String toString()
- Overrides:
toString in class SoapHeaderObject
Copyright © 2012. All Rights Reserved.