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() |
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()
String
public void setStart(String value)
value
- allowed object is
String
public boolean isSetStart()
public void setEnd(String value)
value
- allowed object is
String
public boolean isSetEnd()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.