Package com.sforce.soap.metadata
Class CMSConnectResourceDefinition
java.lang.Object
com.sforce.soap.metadata.CMSConnectResourceDefinition
- 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 TypeMethodDescriptionintvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperName(String developerName) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) voidsetOptions(int options) protected voidsetOptions(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPayloadType(XmlInputStream __in, TypeMapper __typeMapper) voidsetPayloadType(String payloadType) protected voidsetResourceIdPath(XmlInputStream __in, TypeMapper __typeMapper) voidsetResourceIdPath(String resourceIdPath) protected voidsetResourceNamePath(XmlInputStream __in, TypeMapper __typeMapper) voidsetResourceNamePath(String resourceNamePath) protected voidsetResourcePath(XmlInputStream __in, TypeMapper __typeMapper) voidsetResourcePath(String resourcePath) protected voidsetRootNodePath(XmlInputStream __in, TypeMapper __typeMapper) voidsetRootNodePath(String rootNodePath) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
CMSConnectResourceDefinition
public CMSConnectResourceDefinition()Constructor
-
-
Method Details
-
getDeveloperName
-
setDeveloperName
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOptions
public int getOptions() -
setOptions
public void setOptions(int options) -
setOptions
protected void setOptions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPayloadType
-
setPayloadType
-
setPayloadType
protected void setPayloadType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getResourceIdPath
-
setResourceIdPath
-
setResourceIdPath
protected void setResourceIdPath(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getResourceNamePath
-
setResourceNamePath
-
setResourceNamePath
protected void setResourceNamePath(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getResourcePath
-
setResourcePath
-
setResourcePath
protected void setResourcePath(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRootNodePath
-
setRootNodePath
-
setRootNodePath
protected void setRootNodePath(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
-