|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.CallOptions
public class CallOptions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="client" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="defaultNamespace" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
client
|
protected String |
defaultNamespace
|
Constructor Summary | |
---|---|
CallOptions()
|
Method Summary | |
---|---|
String |
getClient()
Gets the value of the client property. |
String |
getDefaultNamespace()
Gets the value of the defaultNamespace property. |
void |
setClient(String value)
Sets the value of the client property. |
void |
setDefaultNamespace(String value)
Sets the value of the defaultNamespace property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String client
protected String defaultNamespace
Constructor Detail |
---|
public CallOptions()
Method Detail |
---|
public String getClient()
String
public void setClient(String value)
value
- allowed object is
String
public String getDefaultNamespace()
String
public void setDefaultNamespace(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |