Package com.sforce.soap.metadata
Class AudienceCriteriaValue
- java.lang.Object
-
- com.sforce.soap.metadata.AudienceCriteriaValue
-
-
Constructor Summary
Constructors Constructor Description AudienceCriteriaValue()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAudienceDeveloperName
public String getAudienceDeveloperName()
-
setAudienceDeveloperName
public void setAudienceDeveloperName(String audienceDeveloperName)
-
setAudienceDeveloperName
protected void setAudienceDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
setCity
protected void setCity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
setCountry
protected void setCountry(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDomain
public String getDomain()
-
setDomain
public void setDomain(String domain)
-
setDomain
protected void setDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntityField
public String getEntityField()
-
setEntityField
public void setEntityField(String entityField)
-
setEntityField
protected void setEntityField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntityType
public String getEntityType()
-
setEntityType
public void setEntityType(String entityType)
-
setEntityType
protected void setEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldValue
public String getFieldValue()
-
setFieldValue
public void setFieldValue(String fieldValue)
-
setFieldValue
protected void setFieldValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsEnabled
public String getIsEnabled()
-
setIsEnabled
public void setIsEnabled(String isEnabled)
-
setIsEnabled
protected void setIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPermissionName
public String getPermissionName()
-
setPermissionName
public void setPermissionName(String permissionName)
-
setPermissionName
protected void setPermissionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPermissionType
public String getPermissionType()
-
setPermissionType
public void setPermissionType(String permissionType)
-
setPermissionType
protected void setPermissionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProfile
public String getProfile()
-
setProfile
public void setProfile(String profile)
-
setProfile
protected void setProfile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSubdivision
public String getSubdivision()
-
setSubdivision
public void setSubdivision(String subdivision)
-
setSubdivision
protected void setSubdivision(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-