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