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