Class LibrarySettingsType

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

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

     <complexType name="LibrarySettingsType">
       <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="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="updateMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="autoRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="updateFrequency" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="lastUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="query" type="{http://xml.vidispine.com/schema/vidispine}ItemSearchType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • LibrarySettingsType

        public LibrarySettingsType()
    • 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()
      • getUsername

        public String getUsername()
        Gets the value of the username property.
        Returns:
        possible object is String
      • setUsername

        public void setUsername​(String value)
        Sets the value of the username property.
        Parameters:
        value - allowed object is String
      • isSetUsername

        public boolean isSetUsername()
      • getUpdateMode

        public String getUpdateMode()
        Gets the value of the updateMode property.
        Returns:
        possible object is String
      • setUpdateMode

        public void setUpdateMode​(String value)
        Sets the value of the updateMode property.
        Parameters:
        value - allowed object is String
      • isSetUpdateMode

        public boolean isSetUpdateMode()
      • isAutoRefresh

        public Boolean isAutoRefresh()
        Gets the value of the autoRefresh property.
        Returns:
        possible object is Boolean
      • setAutoRefresh

        public void setAutoRefresh​(Boolean value)
        Sets the value of the autoRefresh property.
        Parameters:
        value - allowed object is Boolean
      • isSetAutoRefresh

        public boolean isSetAutoRefresh()
      • getUpdateFrequency

        public Integer getUpdateFrequency()
        Gets the value of the updateFrequency property.
        Returns:
        possible object is Integer
      • setUpdateFrequency

        public void setUpdateFrequency​(Integer value)
        Sets the value of the updateFrequency property.
        Parameters:
        value - allowed object is Integer
      • isSetUpdateFrequency

        public boolean isSetUpdateFrequency()
      • isSetLastUpdate

        public boolean isSetLastUpdate()
      • setQuery

        public void setQuery​(ItemSearchType value)
        Sets the value of the query property.
        Parameters:
        value - allowed object is ItemSearchType
      • isSetQuery

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