Class 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