Package com.sforce.soap.metadata
Class AudienceCriteriaValue
java.lang.Object
com.sforce.soap.metadata.AudienceCriteriaValue
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCity(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetCountry(XmlInputStream __in, TypeMapper __typeMapper) voidsetCountry(String country) protected voidsetDomain(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetEntityField(XmlInputStream __in, TypeMapper __typeMapper) voidsetEntityField(String entityField) protected voidsetEntityType(XmlInputStream __in, TypeMapper __typeMapper) voidsetEntityType(String entityType) protected voidsetFieldValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetFieldValue(String fieldValue) protected voidsetIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsEnabled(String isEnabled) protected voidsetPermissionName(XmlInputStream __in, TypeMapper __typeMapper) voidsetPermissionName(String permissionName) protected voidsetPermissionType(XmlInputStream __in, TypeMapper __typeMapper) voidsetPermissionType(String permissionType) protected voidsetProfile(XmlInputStream __in, TypeMapper __typeMapper) voidsetProfile(String profile) protected voidsetSubdivision(XmlInputStream __in, TypeMapper __typeMapper) voidsetSubdivision(String subdivision) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
AudienceCriteriaValue
public AudienceCriteriaValue()Constructor
-
-
Method Details
-
getCity
-
setCity
-
setCity
protected void setCity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCountry
-
setCountry
-
setCountry
protected void setCountry(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDomain
-
setDomain
-
setDomain
protected void setDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEntityField
-
setEntityField
-
setEntityField
protected void setEntityField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEntityType
-
setEntityType
-
setEntityType
protected void setEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFieldValue
-
setFieldValue
-
setFieldValue
protected void setFieldValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsEnabled
-
setIsEnabled
-
setIsEnabled
protected void setIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPermissionName
-
setPermissionName
-
setPermissionName
protected void setPermissionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPermissionType
-
setPermissionType
-
setPermissionType
protected void setPermissionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProfile
-
setProfile
-
setProfile
protected void setProfile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSubdivision
-
setSubdivision
-
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
- 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
-
toString
-