Package com.sforce.soap.metadata
Class MobileSecurityPolicy
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.MobileSecurityPolicy
-
-
Constructor Summary
Constructors Constructor Description MobileSecurityPolicy()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEffectiveDate
public Calendar getEffectiveDate()
-
setEffectiveDate
public void setEffectiveDate(Calendar effectiveDate)
-
setEffectiveDate
protected void setEffectiveDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsEnabled
public boolean getIsEnabled()
-
isIsEnabled
public boolean isIsEnabled()
-
setIsEnabled
public void setIsEnabled(boolean isEnabled)
-
setIsEnabled
protected void setIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsProtected
public boolean getIsProtected()
-
isIsProtected
public boolean isIsProtected()
-
setIsProtected
public void setIsProtected(boolean isProtected)
-
setIsProtected
protected void setIsProtected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMobilePlatform
public MobileSecurityMobilePlatform getMobilePlatform()
-
setMobilePlatform
public void setMobilePlatform(MobileSecurityMobilePlatform mobilePlatform)
-
setMobilePlatform
protected void setMobilePlatform(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMobileSecurityAssignment
public String getMobileSecurityAssignment()
-
setMobileSecurityAssignment
public void setMobileSecurityAssignment(String mobileSecurityAssignment)
-
setMobileSecurityAssignment
protected void setMobileSecurityAssignment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRuleValue
public String getRuleValue()
-
setRuleValue
public void setRuleValue(String ruleValue)
-
setRuleValue
protected void setRuleValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRuleValueType
public MobileSecurityPolicyRuleValueType getRuleValueType()
-
setRuleValueType
public void setRuleValueType(MobileSecurityPolicyRuleValueType ruleValueType)
-
setRuleValueType
protected void setRuleValueType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSeverityLevel
public MobileSecurityPolicySeverityLevel getSeverityLevel()
-
setSeverityLevel
public void setSeverityLevel(MobileSecurityPolicySeverityLevel severityLevel)
-
setSeverityLevel
protected void setSeverityLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public MobileSecurityPolicyType getType()
-
setType
public void setType(MobileSecurityPolicyType type)
-
setType
protected void setType(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-