Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected String
protected XMLGregorianCalendar
protected ItemSearchType
protected SearchType
protected Integer
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getId()
Gets the value of the id property.Gets the value of the lastUpdate property.getQuery()
Gets the value of the query property.Gets the value of the query2 property.Gets the value of the updateFrequency property.Gets the value of the updateMode property.Gets the value of the username property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the autoRefresh property.boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
void
setAutoRefresh
(Boolean value) Sets the value of the autoRefresh property.void
Sets the value of the id property.void
Sets the value of the lastUpdate property.void
setQuery
(ItemSearchType value) Sets the value of the query property.void
setQuery2
(SearchType value) Sets the value of the query2 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.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAutoRefresh
(Boolean value) Sets the value of the autoRefresh property.Sets the value of the id property.Sets the value of the lastUpdate property.withQuery
(ItemSearchType value) Sets the value of the query property.withQuery2
(SearchType value) Sets the value of the query2 property.withUpdateFrequency
(Integer value) Sets the value of the updateFrequency property.withUpdateMode
(String value) Sets the value of the updateMode property.withUsername
(String value) Sets the value of the username property.
-
Field Details
-
id
-
username
-
updateMode
-
autoRefresh
-
updateFrequency
-
lastUpdate
-
query
-
query2
-
-
Constructor Details
-
LibrarySettingsType
public LibrarySettingsType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getUsername
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
Sets the value of the username property.- Parameters:
value
- allowed object isString
-
isSetUsername
public boolean isSetUsername() -
getUpdateMode
Gets the value of the updateMode property.- Returns:
- possible object is
String
-
setUpdateMode
Sets the value of the updateMode property.- Parameters:
value
- allowed object isString
-
isSetUpdateMode
public boolean isSetUpdateMode() -
isAutoRefresh
Gets the value of the autoRefresh property.- Returns:
- possible object is
Boolean
-
setAutoRefresh
Sets the value of the autoRefresh property.- Parameters:
value
- allowed object isBoolean
-
isSetAutoRefresh
public boolean isSetAutoRefresh() -
getUpdateFrequency
Gets the value of the updateFrequency property.- Returns:
- possible object is
Integer
-
setUpdateFrequency
Sets the value of the updateFrequency property.- Parameters:
value
- allowed object isInteger
-
isSetUpdateFrequency
public boolean isSetUpdateFrequency() -
getLastUpdate
Gets the value of the lastUpdate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastUpdate
Sets the value of the lastUpdate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetLastUpdate
public boolean isSetLastUpdate() -
getQuery
Gets the value of the query property.- Returns:
- possible object is
ItemSearchType
-
setQuery
Sets the value of the query property.- Parameters:
value
- allowed object isItemSearchType
-
isSetQuery
public boolean isSetQuery() -
getQuery2
Gets the value of the query2 property.- Returns:
- possible object is
SearchType
-
setQuery2
Sets the value of the query2 property.- Parameters:
value
- allowed object isSearchType
-
isSetQuery2
public boolean isSetQuery2() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUsername
Sets the value of the username property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUpdateMode
Sets the value of the updateMode property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withAutoRefresh
Sets the value of the autoRefresh property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withUpdateFrequency
Sets the value of the updateFrequency property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withLastUpdate
Sets the value of the lastUpdate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withQuery
Sets the value of the query property.- Parameters:
value
- allowed object isItemSearchType
- Returns:
- The class instance
-
withQuery2
Sets the value of the query2 property.- Parameters:
value
- allowed object isSearchType
- 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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-