Package com.sforce.soap.metadata
Class Holiday
- java.lang.Object
-
- com.sforce.soap.metadata.Holiday
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class Holiday extends java.lang.Object implements com.sforce.ws.bind.XMLizableThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description Holiday()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.CalendargetActivityDate()java.lang.String[]getBusinessHours()java.lang.StringgetDescription()com.sforce.ws.types.TimegetEndTime()booleangetIsRecurring()java.lang.StringgetName()intgetRecurrenceDayOfMonth()java.lang.String[]getRecurrenceDayOfWeek()intgetRecurrenceDayOfWeekMask()java.util.CalendargetRecurrenceEndDate()java.lang.StringgetRecurrenceInstance()intgetRecurrenceInterval()java.lang.StringgetRecurrenceMonthOfYear()java.util.CalendargetRecurrenceStartDate()java.lang.StringgetRecurrenceType()com.sforce.ws.types.TimegetStartTime()booleanisIsRecurring()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetActivityDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetActivityDate(java.util.Calendar activityDate)protected voidsetBusinessHours(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetBusinessHours(java.lang.String[] businessHours)protected voidsetDescription(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDescription(java.lang.String description)protected voidsetEndTime(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEndTime(com.sforce.ws.types.Time endTime)voidsetIsRecurring(boolean isRecurring)protected voidsetIsRecurring(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetName(java.lang.String name)voidsetRecurrenceDayOfMonth(int recurrenceDayOfMonth)protected voidsetRecurrenceDayOfMonth(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetRecurrenceDayOfWeek(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRecurrenceDayOfWeek(java.lang.String[] recurrenceDayOfWeek)voidsetRecurrenceDayOfWeekMask(int recurrenceDayOfWeekMask)protected voidsetRecurrenceDayOfWeekMask(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetRecurrenceEndDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRecurrenceEndDate(java.util.Calendar recurrenceEndDate)protected voidsetRecurrenceInstance(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRecurrenceInstance(java.lang.String recurrenceInstance)voidsetRecurrenceInterval(int recurrenceInterval)protected voidsetRecurrenceInterval(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetRecurrenceMonthOfYear(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRecurrenceMonthOfYear(java.lang.String recurrenceMonthOfYear)protected voidsetRecurrenceStartDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRecurrenceStartDate(java.util.Calendar recurrenceStartDate)protected voidsetRecurrenceType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRecurrenceType(java.lang.String recurrenceType)protected voidsetStartTime(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetStartTime(com.sforce.ws.types.Time startTime)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
-
-
Method Detail
-
getActivityDate
public java.util.Calendar getActivityDate()
-
setActivityDate
public void setActivityDate(java.util.Calendar activityDate)
-
setActivityDate
protected void setActivityDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getBusinessHours
public java.lang.String[] getBusinessHours()
-
setBusinessHours
public void setBusinessHours(java.lang.String[] businessHours)
-
setBusinessHours
protected void setBusinessHours(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
setDescription
protected void setDescription(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEndTime
public com.sforce.ws.types.Time getEndTime()
-
setEndTime
public void setEndTime(com.sforce.ws.types.Time endTime)
-
setEndTime
protected void setEndTime(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIsRecurring
public boolean getIsRecurring()
-
isIsRecurring
public boolean isIsRecurring()
-
setIsRecurring
public void setIsRecurring(boolean isRecurring)
-
setIsRecurring
protected void setIsRecurring(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
setName
protected void setName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRecurrenceDayOfMonth
public int getRecurrenceDayOfMonth()
-
setRecurrenceDayOfMonth
public void setRecurrenceDayOfMonth(int recurrenceDayOfMonth)
-
setRecurrenceDayOfMonth
protected void setRecurrenceDayOfMonth(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRecurrenceDayOfWeek
public java.lang.String[] getRecurrenceDayOfWeek()
-
setRecurrenceDayOfWeek
public void setRecurrenceDayOfWeek(java.lang.String[] recurrenceDayOfWeek)
-
setRecurrenceDayOfWeek
protected void setRecurrenceDayOfWeek(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRecurrenceDayOfWeekMask
public int getRecurrenceDayOfWeekMask()
-
setRecurrenceDayOfWeekMask
public void setRecurrenceDayOfWeekMask(int recurrenceDayOfWeekMask)
-
setRecurrenceDayOfWeekMask
protected void setRecurrenceDayOfWeekMask(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRecurrenceEndDate
public java.util.Calendar getRecurrenceEndDate()
-
setRecurrenceEndDate
public void setRecurrenceEndDate(java.util.Calendar recurrenceEndDate)
-
setRecurrenceEndDate
protected void setRecurrenceEndDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRecurrenceInstance
public java.lang.String getRecurrenceInstance()
-
setRecurrenceInstance
public void setRecurrenceInstance(java.lang.String recurrenceInstance)
-
setRecurrenceInstance
protected void setRecurrenceInstance(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRecurrenceInterval
public int getRecurrenceInterval()
-
setRecurrenceInterval
public void setRecurrenceInterval(int recurrenceInterval)
-
setRecurrenceInterval
protected void setRecurrenceInterval(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRecurrenceMonthOfYear
public java.lang.String getRecurrenceMonthOfYear()
-
setRecurrenceMonthOfYear
public void setRecurrenceMonthOfYear(java.lang.String recurrenceMonthOfYear)
-
setRecurrenceMonthOfYear
protected void setRecurrenceMonthOfYear(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRecurrenceStartDate
public java.util.Calendar getRecurrenceStartDate()
-
setRecurrenceStartDate
public void setRecurrenceStartDate(java.util.Calendar recurrenceStartDate)
-
setRecurrenceStartDate
protected void setRecurrenceStartDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRecurrenceType
public java.lang.String getRecurrenceType()
-
setRecurrenceType
public void setRecurrenceType(java.lang.String recurrenceType)
-
setRecurrenceType
protected void setRecurrenceType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getStartTime
public com.sforce.ws.types.Time getStartTime()
-
setStartTime
public void setStartTime(com.sforce.ws.types.Time startTime)
-
setStartTime
protected void setStartTime(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-