Package com.sforce.soap.metadata
Class ManagedContentNodeType
java.lang.Object
com.sforce.soap.metadata.ManagedContentNodeType
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetHelpText(XmlInputStream __in, TypeMapper __typeMapper) voidsetHelpText(String helpText) voidsetIsLocalizable(boolean isLocalizable) protected voidsetIsLocalizable(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsRequired(boolean isRequired) protected voidsetIsRequired(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetNodeLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetNodeLabel(String nodeLabel) protected voidsetNodeName(XmlInputStream __in, TypeMapper __typeMapper) voidsetNodeName(String nodeName) voidsetNodeType(MCNodeType nodeType) protected voidsetNodeType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPlaceholderText(XmlInputStream __in, TypeMapper __typeMapper) voidsetPlaceholderText(String placeholderText) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ManagedContentNodeType
public ManagedContentNodeType()Constructor
-
-
Method Details
-
getHelpText
-
setHelpText
-
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
-
setNodeLabel
-
setNodeLabel
protected void setNodeLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNodeName
-
setNodeName
-
setNodeName
protected void setNodeName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNodeType
-
setNodeType
-
setNodeType
protected void setNodeType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPlaceholderText
-
setPlaceholderText
-
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
- 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
-