Class GroupType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class GroupType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for GroupType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="GroupType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="loc" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="role" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="childGroupList" type="{http://xml.vidispine.com/schema/vidispine}GroupListType" minOccurs="0"/>
             <element name="parentGroupList" type="{http://xml.vidispine.com/schema/vidispine}GroupListType" minOccurs="0"/>
             <element name="userList" type="{http://xml.vidispine.com/schema/vidispine}UserListType" minOccurs="0"/>
             <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
             <element name="origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="remove" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupType

        public GroupType()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • isSetId

        public boolean isSetId()
      • getLoc

        public String getLoc()
        Gets the value of the loc property.
        Returns:
        possible object is String
      • setLoc

        public void setLoc​(String value)
        Sets the value of the loc property.
        Parameters:
        value - allowed object is String
      • isSetLoc

        public boolean isSetLoc()
      • getGroupName

        public String getGroupName()
        Gets the value of the groupName property.
        Returns:
        possible object is String
      • setGroupName

        public void setGroupName​(String value)
        Sets the value of the groupName property.
        Parameters:
        value - allowed object is String
      • isSetGroupName

        public boolean isSetGroupName()
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • isSetDescription

        public boolean isSetDescription()
      • isRole

        public Boolean isRole()
        Gets the value of the role property.
        Returns:
        possible object is Boolean
      • setRole

        public void setRole​(Boolean value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is Boolean
      • isSetRole

        public boolean isSetRole()
      • getChildGroupList

        public GroupListType getChildGroupList()
        Gets the value of the childGroupList property.
        Returns:
        possible object is GroupListType
      • setChildGroupList

        public void setChildGroupList​(GroupListType value)
        Sets the value of the childGroupList property.
        Parameters:
        value - allowed object is GroupListType
      • isSetChildGroupList

        public boolean isSetChildGroupList()
      • getParentGroupList

        public GroupListType getParentGroupList()
        Gets the value of the parentGroupList property.
        Returns:
        possible object is GroupListType
      • setParentGroupList

        public void setParentGroupList​(GroupListType value)
        Sets the value of the parentGroupList property.
        Parameters:
        value - allowed object is GroupListType
      • isSetParentGroupList

        public boolean isSetParentGroupList()
      • getUserList

        public UserListType getUserList()
        Gets the value of the userList property.
        Returns:
        possible object is UserListType
      • setUserList

        public void setUserList​(UserListType value)
        Sets the value of the userList property.
        Parameters:
        value - allowed object is UserListType
      • isSetUserList

        public boolean isSetUserList()
      • isSetMetadata

        public boolean isSetMetadata()
      • getOrigin

        public String getOrigin()
        Gets the value of the origin property.
        Returns:
        possible object is String
      • setOrigin

        public void setOrigin​(String value)
        Sets the value of the origin property.
        Parameters:
        value - allowed object is String
      • isSetOrigin

        public boolean isSetOrigin()
      • isRemove

        public boolean isRemove()
        Gets the value of the remove property.
        Returns:
        possible object is Boolean
      • setRemove

        public void setRemove​(boolean value)
        Sets the value of the remove property.
        Parameters:
        value - allowed object is Boolean
      • isSetRemove

        public boolean isSetRemove()
      • unsetRemove

        public void unsetRemove()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • withRemove

        public GroupType withRemove​(boolean value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

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

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object