Class FileSynchronizationMethodType

  • 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 FileSynchronizationMethodType
    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 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:
    Serialized Form