Package com.sforce.soap.metadata
Class MobSecurityCertPinConfig
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.MobSecurityCertPinConfig
-
-
Constructor Summary
Constructors Constructor Description MobSecurityCertPinConfig()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCertificateHash
public String getCertificateHash()
-
setCertificateHash
public void setCertificateHash(String certificateHash)
-
setCertificateHash
protected void setCertificateHash(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDomainName
public String getDomainName()
-
setDomainName
public void setDomainName(String domainName)
-
setDomainName
protected void setDomainName(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
-
getIsSubdomainIncluded
public boolean getIsSubdomainIncluded()
-
isIsSubdomainIncluded
public boolean isIsSubdomainIncluded()
-
setIsSubdomainIncluded
public void setIsSubdomainIncluded(boolean isSubdomainIncluded)
-
setIsSubdomainIncluded
protected void setIsSubdomainIncluded(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
-
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 MobileSecurityCertPinType getType()
-
setType
public void setType(MobileSecurityCertPinType 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
-
-