Package com.sforce.soap.metadata
Class MessagingAuthorization
java.lang.Object
com.sforce.soap.metadata.MessagingAuthorization
- 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 TypeMethodDescriptionbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAuthIdentifier(XmlInputStream __in, TypeMapper __typeMapper) voidsetAuthIdentifier(String authIdentifier) voidsetAuthorizationType(MessagingAuthorizationType authorizationType) protected voidsetAuthorizationType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAuthProviderName(XmlInputStream __in, TypeMapper __typeMapper) voidsetAuthProviderName(String authProviderName) voidsetEnabled(boolean enabled) protected voidsetEnabled(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPublicKeyCertificateSetName(XmlInputStream __in, TypeMapper __typeMapper) voidsetPublicKeyCertificateSetName(String publicKeyCertificateSetName) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
MessagingAuthorization
public MessagingAuthorization()Constructor
-
-
Method Details
-
getAuthIdentifier
-
setAuthIdentifier
-
setAuthIdentifier
protected void setAuthIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAuthProviderName
-
setAuthProviderName
-
setAuthProviderName
protected void setAuthProviderName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAuthorizationType
-
setAuthorizationType
-
setAuthorizationType
protected void setAuthorizationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnabled
public boolean getEnabled() -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
setEnabled
protected void setEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPublicKeyCertificateSetName
-
setPublicKeyCertificateSetName
-
setPublicKeyCertificateSetName
protected void setPublicKeyCertificateSetName(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
-