public class AccessControlSynchronizeType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for AccessControlSynchronizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessControlSynchronizeType"> <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="document" type="{http://xml.vidispine.com/schema/vidispine}AccessControlType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AccessControlSynchronizeType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected boolean |
create |
protected boolean |
delete |
protected AccessControlType |
document |
Constructor and Description |
---|
AccessControlSynchronizeType() |
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) |
AccessControlType |
getDocument()
Gets the value of the document property.
|
boolean |
isCreate()
Gets the value of the create property.
|
boolean |
isDelete()
Gets the value of the delete property.
|
boolean |
isSetCreate() |
boolean |
isSetDelete() |
boolean |
isSetDocument() |
void |
setCreate(boolean value)
Sets the value of the create property.
|
void |
setDelete(boolean value)
Sets the value of the delete property.
|
void |
setDocument(AccessControlType value)
Sets the value of the document property.
|
AccessControlSynchronizeType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AccessControlSynchronizeType |
withCreate(boolean value) |
AccessControlSynchronizeType |
withDelete(boolean value) |
AccessControlSynchronizeType |
withDocument(AccessControlType value) |
protected boolean delete
protected boolean create
protected AccessControlType document
public boolean isDelete()
public void setDelete(boolean value)
public boolean isSetDelete()
public boolean isCreate()
public void setCreate(boolean value)
public boolean isSetCreate()
public AccessControlType getDocument()
AccessControlType
public void setDocument(AccessControlType value)
value
- allowed object is
AccessControlType
public boolean isSetDocument()
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 AccessControlSynchronizeType withDelete(boolean value)
public AccessControlSynchronizeType withCreate(boolean value)
public AccessControlSynchronizeType withDocument(AccessControlType 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 AccessControlSynchronizeType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.