Package com.sforce.soap.metadata
Class Holiday
java.lang.Object
com.sforce.soap.metadata.Holiday
- 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 TypeMethodDescriptionString[]booleangetName()intString[]intintbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetActivityDate(XmlInputStream __in, TypeMapper __typeMapper) voidsetActivityDate(Calendar activityDate) protected voidsetBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) voidsetBusinessHours(String[] businessHours) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetEndTime(XmlInputStream __in, TypeMapper __typeMapper) voidsetEndTime(Time endTime) voidsetIsRecurring(boolean isRecurring) protected voidsetIsRecurring(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetRecurrenceDayOfMonth(int recurrenceDayOfMonth) protected voidsetRecurrenceDayOfMonth(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRecurrenceDayOfWeek(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecurrenceDayOfWeek(String[] recurrenceDayOfWeek) voidsetRecurrenceDayOfWeekMask(int recurrenceDayOfWeekMask) protected voidsetRecurrenceDayOfWeekMask(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRecurrenceEndDate(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecurrenceEndDate(Calendar recurrenceEndDate) protected voidsetRecurrenceInstance(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecurrenceInstance(String recurrenceInstance) voidsetRecurrenceInterval(int recurrenceInterval) protected voidsetRecurrenceInterval(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRecurrenceMonthOfYear(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecurrenceMonthOfYear(String recurrenceMonthOfYear) protected voidsetRecurrenceStartDate(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecurrenceStartDate(Calendar recurrenceStartDate) protected voidsetRecurrenceType(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecurrenceType(String recurrenceType) protected voidsetStartTime(XmlInputStream __in, TypeMapper __typeMapper) voidsetStartTime(Time startTime) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
Holiday
public Holiday()Constructor
-
-
Method Details
-
getActivityDate
-
setActivityDate
-
setActivityDate
protected void setActivityDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBusinessHours
-
setBusinessHours
-
setBusinessHours
protected void setBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEndTime
-
setEndTime
-
setEndTime
protected void setEndTime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsRecurring
public boolean getIsRecurring() -
isIsRecurring
public boolean isIsRecurring() -
setIsRecurring
public void setIsRecurring(boolean isRecurring) -
setIsRecurring
protected void setIsRecurring(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecurrenceDayOfMonth
public int getRecurrenceDayOfMonth() -
setRecurrenceDayOfMonth
public void setRecurrenceDayOfMonth(int recurrenceDayOfMonth) -
setRecurrenceDayOfMonth
protected void setRecurrenceDayOfMonth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecurrenceDayOfWeek
-
setRecurrenceDayOfWeek
-
setRecurrenceDayOfWeek
protected void setRecurrenceDayOfWeek(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecurrenceDayOfWeekMask
public int getRecurrenceDayOfWeekMask() -
setRecurrenceDayOfWeekMask
public void setRecurrenceDayOfWeekMask(int recurrenceDayOfWeekMask) -
setRecurrenceDayOfWeekMask
protected void setRecurrenceDayOfWeekMask(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecurrenceEndDate
-
setRecurrenceEndDate
-
setRecurrenceEndDate
protected void setRecurrenceEndDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecurrenceInstance
-
setRecurrenceInstance
-
setRecurrenceInstance
protected void setRecurrenceInstance(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecurrenceInterval
public int getRecurrenceInterval() -
setRecurrenceInterval
public void setRecurrenceInterval(int recurrenceInterval) -
setRecurrenceInterval
protected void setRecurrenceInterval(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecurrenceMonthOfYear
-
setRecurrenceMonthOfYear
-
setRecurrenceMonthOfYear
protected void setRecurrenceMonthOfYear(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecurrenceStartDate
-
setRecurrenceStartDate
-
setRecurrenceStartDate
protected void setRecurrenceStartDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecurrenceType
-
setRecurrenceType
-
setRecurrenceType
protected void setRecurrenceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStartTime
-
setStartTime
-
setStartTime
protected void setStartTime(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
-