Class GroupSynchronizeType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getGroup()Gets the value of the group property.Gets the value of the removedGroup property.Gets the value of the removedRole property.Gets the value of the removedUser property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisCreate()Gets the value of the create property.booleanisDelete()Gets the value of the delete property.booleanbooleanbooleanbooleanbooleanbooleanvoidsetCreate(boolean value) Sets the value of the create property.voidsetDelete(boolean value) Sets the value of the delete property.voidSets the value of the group property.toString()voidvoidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withCreate(boolean value) Sets the value of the create property.withDelete(boolean value) Sets the value of the delete property.Sets the value of the group property.withRemovedGroup(String... values) Adds objects to the list of RemovedGroup using add methodwithRemovedGroup(Collection<String> values) Adds objects to the list of RemovedGroup using addAll methodwithRemovedRole(String... values) Adds objects to the list of RemovedRole using add methodwithRemovedRole(Collection<String> values) Adds objects to the list of RemovedRole using addAll methodwithRemovedUser(String... values) Adds objects to the list of RemovedUser using add methodwithRemovedUser(Collection<String> values) Adds objects to the list of RemovedUser using addAll method
-
Field Details
-
removedUser
-
removedGroup
-
removedRole
-
delete
protected boolean delete -
create
protected boolean create -
group
-
-
Constructor Details
-
GroupSynchronizeType
public GroupSynchronizeType()
-
-
Method Details
-
getRemovedUser
Gets the value of the removedUser property.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
setmethod 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- Returns:
- The value of the removedUser property.
-
isSetRemovedUser
public boolean isSetRemovedUser() -
unsetRemovedUser
public void unsetRemovedUser() -
getRemovedGroup
Gets the value of the removedGroup property.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
setmethod 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- Returns:
- The value of the removedGroup property.
-
isSetRemovedGroup
public boolean isSetRemovedGroup() -
unsetRemovedGroup
public void unsetRemovedGroup() -
getRemovedRole
Gets the value of the removedRole property.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
setmethod 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- Returns:
- The value of the removedRole property.
-
isSetRemovedRole
public boolean isSetRemovedRole() -
unsetRemovedRole
public void unsetRemovedRole() -
isDelete
public boolean isDelete()Gets the value of the delete property. -
setDelete
public void setDelete(boolean value) Sets the value of the delete property. -
isSetDelete
public boolean isSetDelete() -
isCreate
public boolean isCreate()Gets the value of the create property. -
setCreate
public void setCreate(boolean value) Sets the value of the create property. -
isSetCreate
public boolean isSetCreate() -
getGroup
Gets the value of the group property.- Returns:
- possible object is
GroupType
-
setGroup
Sets the value of the group property.- Parameters:
value- allowed object isGroupType
-
isSetGroup
public boolean isSetGroup() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withRemovedUser
Adds objects to the list of RemovedUser using add method- Parameters:
values- objects to add to the list RemovedUser- Returns:
- The class instance
-
withRemovedUser
Adds objects to the list of RemovedUser using addAll method- Parameters:
values- objects to add to the list RemovedUser- Returns:
- The class instance
-
withRemovedGroup
Adds objects to the list of RemovedGroup using add method- Parameters:
values- objects to add to the list RemovedGroup- Returns:
- The class instance
-
withRemovedGroup
Adds objects to the list of RemovedGroup using addAll method- Parameters:
values- objects to add to the list RemovedGroup- Returns:
- The class instance
-
withRemovedRole
Adds objects to the list of RemovedRole using add method- Parameters:
values- objects to add to the list RemovedRole- Returns:
- The class instance
-
withRemovedRole
Adds objects to the list of RemovedRole using addAll method- Parameters:
values- objects to add to the list RemovedRole- Returns:
- The class instance
-
withDelete
Sets the value of the delete property.- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
withCreate
Sets the value of the create property.- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
withGroup
Sets the value of the group property.- Parameters:
value- allowed object isGroupType- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-