public class GroupSynchronizeType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for GroupSynchronizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupSynchronizeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="removedUser" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="removedGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="removedRole" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="delete" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="create" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="group" type="{http://xml.vidispine.com/schema/vidispine}GroupType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
GroupSynchronizeType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected boolean |
create |
protected boolean |
delete |
protected GroupType |
group |
protected List<String> |
removedGroup |
protected List<String> |
removedRole |
protected List<String> |
removedUser |
Constructor and Description |
---|
GroupSynchronizeType() |
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() |
GroupType |
getGroup()
Gets the value of the group property.
|
List<String> |
getRemovedGroup()
Gets the value of the removedGroup property.
|
List<String> |
getRemovedRole()
Gets the value of the removedRole property.
|
List<String> |
getRemovedUser()
Gets the value of the removedUser property.
|
boolean |
isCreate()
Gets the value of the create property.
|
boolean |
isDelete()
Gets the value of the delete property.
|
boolean |
isSetCreate() |
boolean |
isSetDelete() |
boolean |
isSetGroup() |
boolean |
isSetRemovedGroup() |
boolean |
isSetRemovedRole() |
boolean |
isSetRemovedUser() |
void |
setCreate(boolean value)
Sets the value of the create property.
|
void |
setDelete(boolean value)
Sets the value of the delete property.
|
void |
setGroup(GroupType value)
Sets the value of the group property.
|
void |
unsetRemovedGroup() |
void |
unsetRemovedRole() |
void |
unsetRemovedUser() |
GroupSynchronizeType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
GroupSynchronizeType |
withCreate(boolean value) |
GroupSynchronizeType |
withDelete(boolean value) |
GroupSynchronizeType |
withGroup(GroupType value) |
GroupSynchronizeType |
withRemovedGroup(Collection<String> values) |
GroupSynchronizeType |
withRemovedGroup(String... values) |
GroupSynchronizeType |
withRemovedRole(Collection<String> values) |
GroupSynchronizeType |
withRemovedRole(String... values) |
GroupSynchronizeType |
withRemovedUser(Collection<String> values) |
GroupSynchronizeType |
withRemovedUser(String... values) |
protected boolean delete
protected boolean create
protected GroupType group
public List<String> getRemovedUser()
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 removedUser property.
For example, to add a new item, do as follows:
getRemovedUser().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetRemovedUser()
public void unsetRemovedUser()
public List<String> getRemovedGroup()
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 removedGroup property.
For example, to add a new item, do as follows:
getRemovedGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetRemovedGroup()
public void unsetRemovedGroup()
public List<String> getRemovedRole()
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 removedRole property.
For example, to add a new item, do as follows:
getRemovedRole().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetRemovedRole()
public void unsetRemovedRole()
public boolean isDelete()
public void setDelete(boolean value)
public boolean isSetDelete()
public boolean isCreate()
public void setCreate(boolean value)
public boolean isSetCreate()
public GroupType getGroup()
GroupType
public void setGroup(GroupType value)
value
- allowed object is
GroupType
public boolean isSetGroup()
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 GroupSynchronizeType withRemovedUser(String... values)
public GroupSynchronizeType withRemovedUser(Collection<String> values)
public GroupSynchronizeType withRemovedGroup(String... values)
public GroupSynchronizeType withRemovedGroup(Collection<String> values)
public GroupSynchronizeType withRemovedRole(String... values)
public GroupSynchronizeType withRemovedRole(Collection<String> values)
public GroupSynchronizeType withDelete(boolean value)
public GroupSynchronizeType withCreate(boolean value)
public GroupSynchronizeType withGroup(GroupType value)
public GroupSynchronizeType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.