public class FileSynchronizationRuleType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileSynchronizationRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSynchronizationRuleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="schedule" type="{http://xml.vidispine.com/schema/vidispine}FileSynchronizationScheduleType" minOccurs="0"/>
<element name="method" type="{http://xml.vidispine.com/schema/vidispine}FileSynchronizationMethodType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileSynchronizationMethodType |
method |
protected FileSynchronizationScheduleType |
schedule |
protected String |
tag |
| Constructor and Description |
|---|
FileSynchronizationRuleType() |
| 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() |
FileSynchronizationMethodType |
getMethod()
Gets the value of the method property.
|
FileSynchronizationScheduleType |
getSchedule()
Gets the value of the schedule property.
|
String |
getTag()
Gets the value of the tag property.
|
boolean |
isSetMethod() |
boolean |
isSetSchedule() |
boolean |
isSetTag() |
void |
setMethod(FileSynchronizationMethodType value)
Sets the value of the method property.
|
void |
setSchedule(FileSynchronizationScheduleType value)
Sets the value of the schedule property.
|
void |
setTag(String value)
Sets the value of the tag property.
|
FileSynchronizationRuleType |
withMethod(FileSynchronizationMethodType value) |
FileSynchronizationRuleType |
withSchedule(FileSynchronizationScheduleType value) |
FileSynchronizationRuleType |
withTag(String value) |
protected String tag
protected FileSynchronizationScheduleType schedule
protected FileSynchronizationMethodType method
public void setTag(String value)
value - allowed object is
Stringpublic boolean isSetTag()
public FileSynchronizationScheduleType getSchedule()
FileSynchronizationScheduleTypepublic void setSchedule(FileSynchronizationScheduleType value)
value - allowed object is
FileSynchronizationScheduleTypepublic boolean isSetSchedule()
public FileSynchronizationMethodType getMethod()
FileSynchronizationMethodTypepublic void setMethod(FileSynchronizationMethodType value)
value - allowed object is
FileSynchronizationMethodTypepublic boolean isSetMethod()
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 FileSynchronizationRuleType withTag(String value)
public FileSynchronizationRuleType withSchedule(FileSynchronizationScheduleType value)
public FileSynchronizationRuleType withMethod(FileSynchronizationMethodType value)
Copyright © 2015. All rights reserved.