public class LibrarySynchronizeType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for LibrarySynchronizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LibrarySynchronizeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="delete" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="create" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/> <element name="complete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="access" type="{http://xml.vidispine.com/schema/vidispine}AccessControlSynchronizeType" maxOccurs="unbounded" minOccurs="0"/> <element name="updateMode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="updateFrequency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="searchXML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="hasItem" type="{http://xml.vidispine.com/schema/vidispine}HasSubEntityType" maxOccurs="unbounded" minOccurs="0"/> <element name="partOfCollection" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<AccessControlSynchronizeType> |
access |
protected Boolean |
complete |
protected boolean |
create |
protected boolean |
delete |
protected List<HasSubEntityType> |
hasItem |
protected String |
id |
protected List<String> |
partOfCollection |
protected String |
searchXML |
protected String |
updateFrequency |
protected String |
updateMode |
Constructor and Description |
---|
LibrarySynchronizeType() |
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() |
List<AccessControlSynchronizeType> |
getAccess()
Gets the value of the access property.
|
List<HasSubEntityType> |
getHasItem()
Gets the value of the hasItem property.
|
String |
getId()
Gets the value of the id property.
|
List<String> |
getPartOfCollection()
Gets the value of the partOfCollection property.
|
String |
getSearchXML()
Gets the value of the searchXML property.
|
String |
getUpdateFrequency()
Gets the value of the updateFrequency property.
|
String |
getUpdateMode()
Gets the value of the updateMode property.
|
Boolean |
isComplete()
Gets the value of the complete property.
|
boolean |
isCreate()
Gets the value of the create property.
|
boolean |
isDelete()
Gets the value of the delete property.
|
boolean |
isSetAccess() |
boolean |
isSetComplete() |
boolean |
isSetCreate() |
boolean |
isSetDelete() |
boolean |
isSetHasItem() |
boolean |
isSetId() |
boolean |
isSetPartOfCollection() |
boolean |
isSetSearchXML() |
boolean |
isSetUpdateFrequency() |
boolean |
isSetUpdateMode() |
void |
setComplete(Boolean value)
Sets the value of the complete property.
|
void |
setCreate(boolean value)
Sets the value of the create property.
|
void |
setDelete(boolean value)
Sets the value of the delete property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSearchXML(String value)
Sets the value of the searchXML property.
|
void |
setUpdateFrequency(String value)
Sets the value of the updateFrequency property.
|
void |
setUpdateMode(String value)
Sets the value of the updateMode property.
|
void |
unsetAccess() |
void |
unsetHasItem() |
void |
unsetPartOfCollection() |
protected boolean delete
protected boolean create
protected String id
protected Boolean complete
protected List<AccessControlSynchronizeType> access
protected String updateMode
protected String updateFrequency
protected String searchXML
protected List<HasSubEntityType> hasItem
public boolean isDelete()
public void setDelete(boolean value)
public boolean isSetDelete()
public boolean isCreate()
public void setCreate(boolean value)
public boolean isSetCreate()
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public Boolean isComplete()
Boolean
public void setComplete(Boolean value)
value
- allowed object is
Boolean
public boolean isSetComplete()
public List<AccessControlSynchronizeType> getAccess()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the access property.
For example, to add a new item, do as follows:
getAccess().add(newItem);
Objects of the following type(s) are allowed in the list
AccessControlSynchronizeType
public boolean isSetAccess()
public void unsetAccess()
public String getUpdateMode()
String
public void setUpdateMode(String value)
value
- allowed object is
String
public boolean isSetUpdateMode()
public String getUpdateFrequency()
String
public void setUpdateFrequency(String value)
value
- allowed object is
String
public boolean isSetUpdateFrequency()
public String getSearchXML()
String
public void setSearchXML(String value)
value
- allowed object is
String
public boolean isSetSearchXML()
public List<HasSubEntityType> getHasItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the hasItem property.
For example, to add a new item, do as follows:
getHasItem().add(newItem);
Objects of the following type(s) are allowed in the list
HasSubEntityType
public boolean isSetHasItem()
public void unsetHasItem()
public List<String> getPartOfCollection()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the partOfCollection property.
For example, to add a new item, do as follows:
getPartOfCollection().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetPartOfCollection()
public void unsetPartOfCollection()
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
Copyright © 2016. All rights reserved.