Class TransferType

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

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

     <complexType name="TransferType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="transferred" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="fileId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • state

        protected String state
      • priority

        protected String priority
      • transferred

        protected Long transferred
      • fileId

        protected String fileId
    • Constructor Detail

      • TransferType

        public TransferType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSetName

        public boolean isSetName()
      • 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()
      • getPriority

        public String getPriority()
        Gets the value of the priority property.
        Returns:
        possible object is String
      • setPriority

        public void setPriority​(String value)
        Sets the value of the priority property.
        Parameters:
        value - allowed object is String
      • isSetPriority

        public boolean isSetPriority()
      • getTransferred

        public Long getTransferred()
        Gets the value of the transferred property.
        Returns:
        possible object is Long
      • setTransferred

        public void setTransferred​(Long value)
        Sets the value of the transferred property.
        Parameters:
        value - allowed object is Long
      • isSetTransferred

        public boolean isSetTransferred()
      • getFileId

        public String getFileId()
        Gets the value of the fileId property.
        Returns:
        possible object is String
      • setFileId

        public void setFileId​(String value)
        Sets the value of the fileId property.
        Parameters:
        value - allowed object is String
      • isSetFileId

        public boolean isSetFileId()
      • 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 TransferType 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