Package com.vidispine.generated
Class LibrarySettingsType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LibrarySettingsType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
autoRefresh
protected String
id
protected XMLGregorianCalendar
lastUpdate
protected ItemSearchType
query
protected Integer
updateFrequency
protected String
updateMode
protected String
username
-
Constructor Summary
Constructors Constructor Description LibrarySettingsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getId()
Gets the value of the id property.XMLGregorianCalendar
getLastUpdate()
Gets the value of the lastUpdate property.ItemSearchType
getQuery()
Gets the value of the query property.Integer
getUpdateFrequency()
Gets the value of the updateFrequency property.String
getUpdateMode()
Gets the value of the updateMode property.String
getUsername()
Gets the value of the username property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Boolean
isAutoRefresh()
Gets the value of the autoRefresh property.boolean
isSetAutoRefresh()
boolean
isSetId()
boolean
isSetLastUpdate()
boolean
isSetQuery()
boolean
isSetUpdateFrequency()
boolean
isSetUpdateMode()
boolean
isSetUsername()
void
setAutoRefresh(Boolean value)
Sets the value of the autoRefresh property.void
setId(String value)
Sets the value of the id property.void
setLastUpdate(XMLGregorianCalendar value)
Sets the value of the lastUpdate property.void
setQuery(ItemSearchType value)
Sets the value of the query property.void
setUpdateFrequency(Integer value)
Sets the value of the updateFrequency property.void
setUpdateMode(String value)
Sets the value of the updateMode property.void
setUsername(String value)
Sets the value of the username property.LibrarySettingsType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
LibrarySettingsType
withAutoRefresh(Boolean value)
LibrarySettingsType
withId(String value)
LibrarySettingsType
withLastUpdate(XMLGregorianCalendar value)
LibrarySettingsType
withQuery(ItemSearchType value)
LibrarySettingsType
withUpdateFrequency(Integer value)
LibrarySettingsType
withUpdateMode(String value)
LibrarySettingsType
withUsername(String value)
-
-
-
Field Detail
-
id
protected String id
-
username
protected String username
-
updateMode
protected String updateMode
-
autoRefresh
protected Boolean autoRefresh
-
updateFrequency
protected Integer updateFrequency
-
lastUpdate
protected XMLGregorianCalendar lastUpdate
-
query
protected ItemSearchType query
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-
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 isBoolean
-
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 isInteger
-
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 isXMLGregorianCalendar
-
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 isItemSearchType
-
isSetQuery
public boolean isSetQuery()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withId
public LibrarySettingsType withId(String value)
-
withUsername
public LibrarySettingsType withUsername(String value)
-
withUpdateMode
public LibrarySettingsType withUpdateMode(String value)
-
withAutoRefresh
public LibrarySettingsType withAutoRefresh(Boolean value)
-
withUpdateFrequency
public LibrarySettingsType withUpdateFrequency(Integer value)
-
withLastUpdate
public LibrarySettingsType withLastUpdate(XMLGregorianCalendar value)
-
withQuery
public LibrarySettingsType withQuery(ItemSearchType value)
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public LibrarySettingsType 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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-