public class FileSynchronizationScheduleEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileSynchronizationScheduleEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSynchronizationScheduleEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="day" type="{http://xml.vidispine.com/schema/vidispine}WeekDayType" maxOccurs="unbounded" minOccurs="0"/>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<WeekDayType> |
day |
protected String |
end |
protected String |
start |
| Constructor and Description |
|---|
FileSynchronizationScheduleEntryType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
List<WeekDayType> |
getDay()
Gets the value of the day property.
|
String |
getEnd()
Gets the value of the end property.
|
String |
getStart()
Gets the value of the start property.
|
boolean |
isSetDay() |
boolean |
isSetEnd() |
boolean |
isSetStart() |
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setStart(String value)
Sets the value of the start property.
|
void |
unsetDay() |
FileSynchronizationScheduleEntryType |
withDay(Collection<WeekDayType> values) |
FileSynchronizationScheduleEntryType |
withDay(WeekDayType... values) |
FileSynchronizationScheduleEntryType |
withEnd(String value) |
FileSynchronizationScheduleEntryType |
withStart(String value) |
protected List<WeekDayType> day
protected String start
protected String end
public FileSynchronizationScheduleEntryType()
public List<WeekDayType> getDay()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the day property.
For example, to add a new item, do as follows:
getDay().add(newItem);
Objects of the following type(s) are allowed in the list
WeekDayType
public boolean isSetDay()
public void unsetDay()
public String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic boolean isSetStart()
public void setEnd(String value)
value - allowed object is
Stringpublic boolean isSetEnd()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic FileSynchronizationScheduleEntryType withDay(WeekDayType... values)
public FileSynchronizationScheduleEntryType withDay(Collection<WeekDayType> values)
public FileSynchronizationScheduleEntryType withStart(String value)
public FileSynchronizationScheduleEntryType withEnd(String value)
Copyright © 2015. All rights reserved.