Class FileSynchronizationMethodType

java.lang.Object
com.vidispine.generated.FileSynchronizationMethodType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class FileSynchronizationMethodType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Java class for FileSynchronizationMethodType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="FileSynchronizationMethodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="uri" type="{http://xml.vidispine.com/schema/vidispine}FileSynchronizationUriMethodType"/>
         <element name="custom" type="{http://xml.vidispine.com/schema/vidispine}FileSynchronizationCustomMethodType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: