Class GroupSynchronizeType

java.lang.Object
com.vidispine.generated.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

public class GroupSynchronizeType extends Object implements 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:
  • Field Details

    • removedUser

      protected List<String> removedUser
    • removedGroup

      protected List<String> removedGroup
    • removedRole

      protected List<String> removedRole
    • delete

      protected boolean delete
    • create

      protected boolean create
    • group

      protected GroupType group
  • Constructor Details

    • GroupSynchronizeType

      public GroupSynchronizeType()
  • Method Details

    • getRemovedUser

      public List<String> 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 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

      Returns:
      The value of the removedUser property.
    • isSetRemovedUser

      public boolean isSetRemovedUser()
    • unsetRemovedUser

      public void unsetRemovedUser()
    • getRemovedGroup

      public List<String> 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 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

      Returns:
      The value of the removedGroup property.
    • isSetRemovedGroup

      public boolean isSetRemovedGroup()
    • unsetRemovedGroup

      public void unsetRemovedGroup()
    • getRemovedRole

      public List<String> 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 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

      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

      public GroupType getGroup()
      Gets the value of the group property.
      Returns:
      possible object is GroupType
    • setGroup

      public void setGroup(GroupType value)
      Sets the value of the group property.
      Parameters:
      value - allowed object is GroupType
    • isSetGroup

      public boolean isSetGroup()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withRemovedUser

      public GroupSynchronizeType withRemovedUser(String... values)
      Adds objects to the list of RemovedUser using add method
      Parameters:
      values - objects to add to the list RemovedUser
      Returns:
      The class instance
    • withRemovedUser

      public GroupSynchronizeType withRemovedUser(Collection<String> values)
      Adds objects to the list of RemovedUser using addAll method
      Parameters:
      values - objects to add to the list RemovedUser
      Returns:
      The class instance
    • withRemovedGroup

      public GroupSynchronizeType withRemovedGroup(String... values)
      Adds objects to the list of RemovedGroup using add method
      Parameters:
      values - objects to add to the list RemovedGroup
      Returns:
      The class instance
    • withRemovedGroup

      public GroupSynchronizeType withRemovedGroup(Collection<String> values)
      Adds objects to the list of RemovedGroup using addAll method
      Parameters:
      values - objects to add to the list RemovedGroup
      Returns:
      The class instance
    • withRemovedRole

      public GroupSynchronizeType withRemovedRole(String... values)
      Adds objects to the list of RemovedRole using add method
      Parameters:
      values - objects to add to the list RemovedRole
      Returns:
      The class instance
    • withRemovedRole

      public GroupSynchronizeType withRemovedRole(Collection<String> values)
      Adds objects to the list of RemovedRole using addAll method
      Parameters:
      values - objects to add to the list RemovedRole
      Returns:
      The class instance
    • withDelete

      public GroupSynchronizeType withDelete(boolean value)
      Sets the value of the delete property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withCreate

      public GroupSynchronizeType withCreate(boolean value)
      Sets the value of the create property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withGroup

      public GroupSynchronizeType withGroup(GroupType value)
      Sets the value of the group property.
      Parameters:
      value - allowed object is GroupType
      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:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public GroupSynchronizeType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString