com.sforce.soap.partner
Class DescribeSoftphoneScreenPopOption

java.lang.Object
  extended by com.sforce.soap.partner.DescribeSoftphoneScreenPopOption

public class DescribeSoftphoneScreenPopOption
extends Object

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

matchType

protected String matchType

screenPopData

protected String screenPopData

screenPopType

protected String screenPopType
Constructor Detail

DescribeSoftphoneScreenPopOption

public DescribeSoftphoneScreenPopOption()
Method Detail

getMatchType

public String getMatchType()
Gets the value of the matchType property.

Returns:
possible object is String

setMatchType

public void setMatchType(String value)
Sets the value of the matchType property.

Parameters:
value - allowed object is String

getScreenPopData

public String getScreenPopData()
Gets the value of the screenPopData property.

Returns:
possible object is String

setScreenPopData

public void setScreenPopData(String value)
Sets the value of the screenPopData property.

Parameters:
value - allowed object is String

getScreenPopType

public String getScreenPopType()
Gets the value of the screenPopType property.

Returns:
possible object is String

setScreenPopType

public void setScreenPopType(String value)
Sets the value of the screenPopType property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.