Package com.sforce.soap.metadata
Class CMSConnectResourceDefinition
- java.lang.Object
-
- com.sforce.soap.metadata.CMSConnectResourceDefinition
-
-
Constructor Summary
Constructors Constructor Description CMSConnectResourceDefinition()Constructor
-
Method Summary
-
-
-
Method Detail
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(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
-
getOptions
public int getOptions()
-
setOptions
public void setOptions(int options)
-
setOptions
protected void setOptions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPayloadType
public String getPayloadType()
-
setPayloadType
public void setPayloadType(String payloadType)
-
setPayloadType
protected void setPayloadType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResourceIdPath
public String getResourceIdPath()
-
setResourceIdPath
public void setResourceIdPath(String resourceIdPath)
-
setResourceIdPath
protected void setResourceIdPath(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResourceNamePath
public String getResourceNamePath()
-
setResourceNamePath
public void setResourceNamePath(String resourceNamePath)
-
setResourceNamePath
protected void setResourceNamePath(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResourcePath
public String getResourcePath()
-
setResourcePath
public void setResourcePath(String resourcePath)
-
setResourcePath
protected void setResourcePath(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRootNodePath
public String getRootNodePath()
-
setRootNodePath
public void setRootNodePath(String rootNodePath)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-