Package com.sforce.soap.metadata
Class PageContextVariable
- java.lang.Object
-
- com.sforce.soap.metadata.PageContextVariable
-
-
Constructor Summary
Constructors Constructor Description PageContextVariable()Constructor
-
Method Summary
-
-
-
Method Detail
-
getSObjectType
public String getSObjectType()
-
setSObjectType
public void setSObjectType(String SObjectType)
-
setSObjectType
protected void setSObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataType
public ConversationDataType getDataType()
-
setDataType
public void setDataType(ConversationDataType dataType)
-
setDataType
protected void setDataType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(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
-
-