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
Stringpublic boolean isSetId()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getUpdateMode()
Stringpublic void setUpdateMode(String value)
value - allowed object is
Stringpublic boolean isSetUpdateMode()
public Boolean isAutoRefresh()
Booleanpublic void setAutoRefresh(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAutoRefresh()
public Integer getUpdateFrequency()
Integerpublic void setUpdateFrequency(Integer value)
value - allowed object is
Integerpublic boolean isSetUpdateFrequency()
public XMLGregorianCalendar getLastUpdate()
XMLGregorianCalendarpublic void setLastUpdate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastUpdate()
public ItemSearchType getQuery()
ItemSearchTypepublic void setQuery(ItemSearchType value)
value - allowed object is
ItemSearchTypepublic boolean isSetQuery()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.Equalspublic LibrarySettingsType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.