Package com.sforce.soap.metadata
Class CustomLabel
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.CustomLabel
- 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 TypeMethodDescriptionbooleangetValue()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCategories(XmlInputStream __in, TypeMapper __typeMapper) voidsetCategories(String categories) protected voidsetLanguage(XmlInputStream __in, TypeMapper __typeMapper) voidsetLanguage(String language) voidsetProtected(boolean _protected) protected voidsetProtected(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetShortDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetShortDescription(String shortDescription) protected voidsetValue(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
CustomLabel
public CustomLabel()Constructor
-
-
Method Details
-
getCategories
-
setCategories
-
setCategories
protected void setCategories(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLanguage
-
setLanguage
-
setLanguage
protected void setLanguage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProtected
public boolean getProtected() -
isProtected
public boolean isProtected() -
setProtected
public void setProtected(boolean _protected) -
setProtected
protected void setProtected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShortDescription
-
setShortDescription
-
setShortDescription
protected void setShortDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getValue
-
setValue
-
setValue
protected void setValue(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-