Package com.sforce.soap.metadata
Class ManagedContentNodeType
- java.lang.Object
-
- com.sforce.soap.metadata.ManagedContentNodeType
-
-
Constructor Summary
Constructors Constructor Description ManagedContentNodeType()Constructor
-
Method Summary
-
-
-
Method Detail
-
getHelpText
public String getHelpText()
-
setHelpText
public void setHelpText(String helpText)
-
setHelpText
protected void setHelpText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsLocalizable
public boolean getIsLocalizable()
-
isIsLocalizable
public boolean isIsLocalizable()
-
setIsLocalizable
public void setIsLocalizable(boolean isLocalizable)
-
setIsLocalizable
protected void setIsLocalizable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsRequired
public boolean getIsRequired()
-
isIsRequired
public boolean isIsRequired()
-
setIsRequired
public void setIsRequired(boolean isRequired)
-
setIsRequired
protected void setIsRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNodeLabel
public String getNodeLabel()
-
setNodeLabel
public void setNodeLabel(String nodeLabel)
-
setNodeLabel
protected void setNodeLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNodeName
public String getNodeName()
-
setNodeName
public void setNodeName(String nodeName)
-
setNodeName
protected void setNodeName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNodeType
public MCNodeType getNodeType()
-
setNodeType
public void setNodeType(MCNodeType nodeType)
-
setNodeType
protected void setNodeType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPlaceholderText
public String getPlaceholderText()
-
setPlaceholderText
public void setPlaceholderText(String placeholderText)
-
setPlaceholderText
protected void setPlaceholderText(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
-
-