Package com.sforce.soap.metadata
Class MobileApplicationDetail
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.MobileApplicationDetail
-
-
Constructor Summary
Constructors Constructor Description MobileApplicationDetail()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getApplicationBinaryFile
public byte[] getApplicationBinaryFile()
-
setApplicationBinaryFile
public void setApplicationBinaryFile(byte[] applicationBinaryFile)
-
setApplicationBinaryFile
protected void setApplicationBinaryFile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApplicationBinaryFileName
public String getApplicationBinaryFileName()
-
setApplicationBinaryFileName
public void setApplicationBinaryFileName(String applicationBinaryFileName)
-
setApplicationBinaryFileName
protected void setApplicationBinaryFileName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApplicationBundleIdentifier
public String getApplicationBundleIdentifier()
-
setApplicationBundleIdentifier
public void setApplicationBundleIdentifier(String applicationBundleIdentifier)
-
setApplicationBundleIdentifier
protected void setApplicationBundleIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApplicationFileLength
public int getApplicationFileLength()
-
setApplicationFileLength
public void setApplicationFileLength(int applicationFileLength)
-
setApplicationFileLength
protected void setApplicationFileLength(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApplicationIconFile
public String getApplicationIconFile()
-
setApplicationIconFile
public void setApplicationIconFile(String applicationIconFile)
-
setApplicationIconFile
protected void setApplicationIconFile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApplicationIconFileName
public String getApplicationIconFileName()
-
setApplicationIconFileName
public void setApplicationIconFileName(String applicationIconFileName)
-
setApplicationIconFileName
protected void setApplicationIconFileName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApplicationInstallUrl
public String getApplicationInstallUrl()
-
setApplicationInstallUrl
public void setApplicationInstallUrl(String applicationInstallUrl)
-
setApplicationInstallUrl
protected void setApplicationInstallUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDevicePlatform
public DevicePlatformType getDevicePlatform()
-
setDevicePlatform
public void setDevicePlatform(DevicePlatformType devicePlatform)
-
setDevicePlatform
protected void setDevicePlatform(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeviceType
public String getDeviceType()
-
setDeviceType
public void setDeviceType(String deviceType)
-
setDeviceType
protected void setDeviceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMinimumOsVersion
public String getMinimumOsVersion()
-
setMinimumOsVersion
public void setMinimumOsVersion(String minimumOsVersion)
-
setMinimumOsVersion
protected void setMinimumOsVersion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrivateApp
public boolean getPrivateApp()
-
isPrivateApp
public boolean isPrivateApp()
-
setPrivateApp
public void setPrivateApp(boolean privateApp)
-
setPrivateApp
protected void setPrivateApp(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
setVersion
protected void setVersion(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
-
-