Package com.sforce.soap.metadata
Class Letterhead
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.Letterhead
-
-
Constructor Summary
Constructors Constructor Description Letterhead()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAvailable
public boolean getAvailable()
-
isAvailable
public boolean isAvailable()
-
setAvailable
public void setAvailable(boolean available)
-
setAvailable
protected void setAvailable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBackgroundColor
public String getBackgroundColor()
-
setBackgroundColor
public void setBackgroundColor(String backgroundColor)
-
setBackgroundColor
protected void setBackgroundColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBodyColor
public String getBodyColor()
-
setBodyColor
public void setBodyColor(String bodyColor)
-
setBodyColor
protected void setBodyColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBottomLine
public LetterheadLine getBottomLine()
-
setBottomLine
public void setBottomLine(LetterheadLine bottomLine)
-
setBottomLine
protected void setBottomLine(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
-
getFooter
public LetterheadHeaderFooter getFooter()
-
setFooter
public void setFooter(LetterheadHeaderFooter footer)
-
setFooter
protected void setFooter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeader
public LetterheadHeaderFooter getHeader()
-
setHeader
public void setHeader(LetterheadHeaderFooter header)
-
setHeader
protected void setHeader(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMiddleLine
public LetterheadLine getMiddleLine()
-
setMiddleLine
public void setMiddleLine(LetterheadLine middleLine)
-
setMiddleLine
protected void setMiddleLine(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTopLine
public LetterheadLine getTopLine()
-
setTopLine
public void setTopLine(LetterheadLine topLine)
-
setTopLine
protected void setTopLine(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-