Package com.vidispine.generated
Class FileSynchronizationRuleType
- java.lang.Object
-
- com.vidispine.generated.FileSynchronizationRuleType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class FileSynchronizationRuleType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileSynchronizationRuleType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected FileSynchronizationMethodType
method
protected FileSynchronizationScheduleType
schedule
protected String
tag
-
Constructor Summary
Constructors Constructor Description FileSynchronizationRuleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileSynchronizationRuleType
withMethod(FileSynchronizationMethodType value)
FileSynchronizationRuleType
withSchedule(FileSynchronizationScheduleType value)
FileSynchronizationRuleType
withTag(String value)
-
-
-
Field Detail
-
tag
protected String tag
-
schedule
protected FileSynchronizationScheduleType schedule
-
method
protected FileSynchronizationMethodType method
-
-
Method Detail
-
getTag
public String getTag()
Gets the value of the tag property.- Returns:
- possible object is
String
-
setTag
public void setTag(String value)
Sets the value of the tag property.- Parameters:
value
- allowed object isString
-
isSetTag
public boolean isSetTag()
-
getSchedule
public FileSynchronizationScheduleType getSchedule()
Gets the value of the schedule property.- Returns:
- possible object is
FileSynchronizationScheduleType
-
setSchedule
public void setSchedule(FileSynchronizationScheduleType value)
Sets the value of the schedule property.- Parameters:
value
- allowed object isFileSynchronizationScheduleType
-
isSetSchedule
public boolean isSetSchedule()
-
getMethod
public FileSynchronizationMethodType getMethod()
Gets the value of the method property.- Returns:
- possible object is
FileSynchronizationMethodType
-
setMethod
public void setMethod(FileSynchronizationMethodType value)
Sets the value of the method property.- Parameters:
value
- allowed object isFileSynchronizationMethodType
-
isSetMethod
public boolean isSetMethod()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withTag
public FileSynchronizationRuleType withTag(String value)
-
withSchedule
public FileSynchronizationRuleType withSchedule(FileSynchronizationScheduleType value)
-
withMethod
public FileSynchronizationRuleType withMethod(FileSynchronizationMethodType value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public FileSynchronizationRuleType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-