public class LibrarySettingsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and Description |
---|---|
static class |
LibrarySettingsType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Boolean |
autoRefresh |
protected String |
id |
protected XMLGregorianCalendar |
lastUpdate |
protected ItemSearchType |
query |
protected Integer |
updateFrequency |
protected String |
updateMode |
protected String |
username |
Constructor and Description |
---|
LibrarySettingsType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.
|
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) |
protected String id
protected String username
protected String updateMode
protected Boolean autoRefresh
protected Integer updateFrequency
protected XMLGregorianCalendar lastUpdate
protected ItemSearchType query
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getUpdateMode()
String
public void setUpdateMode(String value)
value
- allowed object is
String
public boolean isSetUpdateMode()
public Boolean isAutoRefresh()
Boolean
public void setAutoRefresh(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAutoRefresh()
public Integer getUpdateFrequency()
Integer
public void setUpdateFrequency(Integer value)
value
- allowed object is
Integer
public boolean isSetUpdateFrequency()
public XMLGregorianCalendar getLastUpdate()
XMLGregorianCalendar
public void setLastUpdate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastUpdate()
public ItemSearchType getQuery()
ItemSearchType
public void setQuery(ItemSearchType value)
value
- allowed object is
ItemSearchType
public boolean isSetQuery()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public LibrarySettingsType withId(String value)
public LibrarySettingsType withUsername(String value)
public LibrarySettingsType withUpdateMode(String value)
public LibrarySettingsType withAutoRefresh(Boolean value)
public LibrarySettingsType withUpdateFrequency(Integer value)
public LibrarySettingsType withLastUpdate(XMLGregorianCalendar value)
public LibrarySettingsType withQuery(ItemSearchType value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public LibrarySettingsType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.