Class ResourceType

  • 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 ResourceType
    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 ResourceType complex type.

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

     <complexType name="ResourceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
             <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <choice>
               <element name="network" type="{http://xml.vidispine.com/schema/vidispine}NetworkType"/>
               <element name="transcoder" type="{http://xml.vidispine.com/schema/vidispine}TranscoderType"/>
               <element name="externalTranscoder" type="{http://xml.vidispine.com/schema/vidispine}ExternalTranscoderType"/>
               <element name="cerify" type="{http://xml.vidispine.com/schema/vidispine}CerifyType"/>
               <element name="thumbnail" type="{http://xml.vidispine.com/schema/vidispine}ThumbnailServiceType"/>
               <element name="finalcutserver" type="{http://xml.vidispine.com/schema/vidispine}FinalCutServerType"/>
               <element name="mxfserver" type="{http://xml.vidispine.com/schema/vidispine}MXFServerResourceType"/>
               <element name="signiant" type="{http://xml.vidispine.com/schema/vidispine}SigniantType"/>
               <element name="ldap" type="{http://xml.vidispine.com/schema/vidispine}LDAPResourceType"/>
               <element name="unknown" type="{http://www.w3.org/2001/XMLSchema}string"/>
               <element name="cloudconvert" type="{http://xml.vidispine.com/schema/vidispine}CloudConvertType"/>
               <element name="vidinet" type="{http://xml.vidispine.com/schema/vidispine}VidinetServiceType"/>
               <element name="eidr" type="{http://xml.vidispine.com/schema/vidispine}EidrType"/>
               <element name="callback" type="{http://xml.vidispine.com/schema/vidispine}CallbackLocationResourceType"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form