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"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceType

        public ResourceType()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • isSetId

        public boolean isSetId()
      • getState

        public String getState()
        Gets the value of the state property.
        Returns:
        possible object is String
      • setState

        public void setState​(String value)
        Sets the value of the state property.
        Parameters:
        value - allowed object is String
      • isSetState

        public boolean isSetState()
      • getNetwork

        public NetworkType getNetwork()
        Gets the value of the network property.
        Returns:
        possible object is NetworkType
      • setNetwork

        public void setNetwork​(NetworkType value)
        Sets the value of the network property.
        Parameters:
        value - allowed object is NetworkType
      • isSetNetwork

        public boolean isSetNetwork()
      • getTranscoder

        public TranscoderType getTranscoder()
        Gets the value of the transcoder property.
        Returns:
        possible object is TranscoderType
      • setTranscoder

        public void setTranscoder​(TranscoderType value)
        Sets the value of the transcoder property.
        Parameters:
        value - allowed object is TranscoderType
      • isSetTranscoder

        public boolean isSetTranscoder()
      • isSetExternalTranscoder

        public boolean isSetExternalTranscoder()
      • getCerify

        public CerifyType getCerify()
        Gets the value of the cerify property.
        Returns:
        possible object is CerifyType
      • setCerify

        public void setCerify​(CerifyType value)
        Sets the value of the cerify property.
        Parameters:
        value - allowed object is CerifyType
      • isSetCerify

        public boolean isSetCerify()
      • isSetThumbnail

        public boolean isSetThumbnail()
      • setFinalcutserver

        public void setFinalcutserver​(FinalCutServerType value)
        Sets the value of the finalcutserver property.
        Parameters:
        value - allowed object is FinalCutServerType
      • isSetFinalcutserver

        public boolean isSetFinalcutserver()
      • isSetMxfserver

        public boolean isSetMxfserver()
      • getSigniant

        public SigniantType getSigniant()
        Gets the value of the signiant property.
        Returns:
        possible object is SigniantType
      • setSigniant

        public void setSigniant​(SigniantType value)
        Sets the value of the signiant property.
        Parameters:
        value - allowed object is SigniantType
      • isSetSigniant

        public boolean isSetSigniant()
      • isSetLdap

        public boolean isSetLdap()
      • getUnknown

        public String getUnknown()
        Gets the value of the unknown property.
        Returns:
        possible object is String
      • setUnknown

        public void setUnknown​(String value)
        Sets the value of the unknown property.
        Parameters:
        value - allowed object is String
      • isSetUnknown

        public boolean isSetUnknown()
      • setCloudconvert

        public void setCloudconvert​(CloudConvertType value)
        Sets the value of the cloudconvert property.
        Parameters:
        value - allowed object is CloudConvertType
      • isSetCloudconvert

        public boolean isSetCloudconvert()
      • isSetVidinet

        public boolean isSetVidinet()
      • getEidr

        public EidrType getEidr()
        Gets the value of the eidr property.
        Returns:
        possible object is EidrType
      • setEidr

        public void setEidr​(EidrType value)
        Sets the value of the eidr property.
        Parameters:
        value - allowed object is EidrType
      • isSetEidr

        public boolean isSetEidr()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.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 interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public ResourceType 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 interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object