Class LibrarySettingsType

java.lang.Object
com.vidispine.generated.LibrarySettingsType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class LibrarySettingsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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"/>
         <element name="query2" type="{http://xml.vidispine.com/schema/vidispine}SearchType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • LibrarySettingsType

      public LibrarySettingsType()
  • Method Details

    • 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()
    • getLastUpdate

      public XMLGregorianCalendar getLastUpdate()
      Gets the value of the lastUpdate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastUpdate

      public void setLastUpdate(XMLGregorianCalendar value)
      Sets the value of the lastUpdate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetLastUpdate

      public boolean isSetLastUpdate()
    • getQuery

      public ItemSearchType getQuery()
      Gets the value of the query property.
      Returns:
      possible object is ItemSearchType
    • setQuery

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

      public boolean isSetQuery()
    • getQuery2

      public SearchType getQuery2()
      Gets the value of the query2 property.
      Returns:
      possible object is SearchType
    • setQuery2

      public void setQuery2(SearchType value)
      Sets the value of the query2 property.
      Parameters:
      value - allowed object is SearchType
    • isSetQuery2

      public boolean isSetQuery2()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withId

      public LibrarySettingsType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUsername

      public LibrarySettingsType withUsername(String value)
      Sets the value of the username property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUpdateMode

      public LibrarySettingsType withUpdateMode(String value)
      Sets the value of the updateMode property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAutoRefresh

      public LibrarySettingsType withAutoRefresh(Boolean value)
      Sets the value of the autoRefresh property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withUpdateFrequency

      public LibrarySettingsType withUpdateFrequency(Integer value)
      Sets the value of the updateFrequency property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withLastUpdate

      public LibrarySettingsType withLastUpdate(XMLGregorianCalendar value)
      Sets the value of the lastUpdate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withQuery

      public LibrarySettingsType withQuery(ItemSearchType value)
      Sets the value of the query property.
      Parameters:
      value - allowed object is ItemSearchType
      Returns:
      The class instance
    • withQuery2

      public LibrarySettingsType withQuery2(SearchType value)
      Sets the value of the query2 property.
      Parameters:
      value - allowed object is SearchType
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public LibrarySettingsType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString