Package com.sforce.soap.metadata
Class Holiday
- java.lang.Object
-
- com.sforce.soap.metadata.Holiday
-
-
Constructor Summary
Constructors Constructor Description Holiday()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActivityDate
public Calendar getActivityDate()
-
setActivityDate
public void setActivityDate(Calendar activityDate)
-
setActivityDate
protected void setActivityDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBusinessHours
public String[] getBusinessHours()
-
setBusinessHours
public void setBusinessHours(String[] businessHours)
-
setBusinessHours
protected void setBusinessHours(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
-
getEndTime
public Time getEndTime()
-
setEndTime
public void setEndTime(Time endTime)
-
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
public String getName()
-
setName
public void setName(String name)
-
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
public String[] getRecurrenceDayOfWeek()
-
setRecurrenceDayOfWeek
public void setRecurrenceDayOfWeek(String[] recurrenceDayOfWeek)
-
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
public Calendar getRecurrenceEndDate()
-
setRecurrenceEndDate
public void setRecurrenceEndDate(Calendar recurrenceEndDate)
-
setRecurrenceEndDate
protected void setRecurrenceEndDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecurrenceInstance
public String getRecurrenceInstance()
-
setRecurrenceInstance
public void setRecurrenceInstance(String recurrenceInstance)
-
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
public String getRecurrenceMonthOfYear()
-
setRecurrenceMonthOfYear
public void setRecurrenceMonthOfYear(String recurrenceMonthOfYear)
-
setRecurrenceMonthOfYear
protected void setRecurrenceMonthOfYear(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecurrenceStartDate
public Calendar getRecurrenceStartDate()
-
setRecurrenceStartDate
public void setRecurrenceStartDate(Calendar recurrenceStartDate)
-
setRecurrenceStartDate
protected void setRecurrenceStartDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecurrenceType
public String getRecurrenceType()
-
setRecurrenceType
public void setRecurrenceType(String recurrenceType)
-
setRecurrenceType
protected void setRecurrenceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStartTime
public Time getStartTime()
-
setStartTime
public void setStartTime(Time startTime)
-
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
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
-
-