Package com.sforce.soap.metadata
Class ExtlClntAppApplePushConfig
java.lang.Object
com.sforce.soap.metadata.ExtlClntAppApplePushConfig
- 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 TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetApplicationBundle(XmlInputStream __in, TypeMapper __typeMapper) voidsetApplicationBundle(String applicationBundle) protected voidsetCertificate(XmlInputStream __in, TypeMapper __typeMapper) voidsetCertificate(String certificate) voidsetEnvironment(ApplePushEnvironmentType environment) protected voidsetEnvironment(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetKeyIdentifier(XmlInputStream __in, TypeMapper __typeMapper) voidsetKeyIdentifier(String keyIdentifier) protected voidsetPassword(XmlInputStream __in, TypeMapper __typeMapper) voidsetPassword(String password) protected voidsetSigningKey(XmlInputStream __in, TypeMapper __typeMapper) voidsetSigningKey(String signingKey) protected voidsetTeamIdentifier(XmlInputStream __in, TypeMapper __typeMapper) voidsetTeamIdentifier(String teamIdentifier) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ExtlClntAppApplePushConfig
public ExtlClntAppApplePushConfig()Constructor
-
-
Method Details
-
getApplicationBundle
-
setApplicationBundle
-
setApplicationBundle
protected void setApplicationBundle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCertificate
-
setCertificate
-
setCertificate
protected void setCertificate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnvironment
-
setEnvironment
-
setEnvironment
protected void setEnvironment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getKeyIdentifier
-
setKeyIdentifier
-
setKeyIdentifier
protected void setKeyIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPassword
-
setPassword
-
setPassword
protected void setPassword(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSigningKey
-
setSigningKey
-
setSigningKey
protected void setSigningKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTeamIdentifier
-
setTeamIdentifier
-
setTeamIdentifier
protected void setTeamIdentifier(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
-