Class GroupType

java.lang.Object
com.vidispine.generated.GroupType
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 GroupType 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 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:
  • Field Details

  • Constructor Details

    • GroupType

      public GroupType()
  • Method Details

    • 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()
    • getMetadata

      public SimpleMetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is SimpleMetadataType
    • setMetadata

      public void setMetadata(SimpleMetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
    • 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()
    • 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
    • withId

      public GroupType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLoc

      public GroupType withLoc(String value)
      Sets the value of the loc property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withGroupName

      public GroupType withGroupName(String value)
      Sets the value of the groupName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDescription

      public GroupType withDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRole

      public GroupType withRole(Boolean value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withChildGroupList

      public GroupType withChildGroupList(GroupListType value)
      Sets the value of the childGroupList property.
      Parameters:
      value - allowed object is GroupListType
      Returns:
      The class instance
    • withParentGroupList

      public GroupType withParentGroupList(GroupListType value)
      Sets the value of the parentGroupList property.
      Parameters:
      value - allowed object is GroupListType
      Returns:
      The class instance
    • withUserList

      public GroupType withUserList(UserListType value)
      Sets the value of the userList property.
      Parameters:
      value - allowed object is UserListType
      Returns:
      The class instance
    • withMetadata

      public GroupType withMetadata(SimpleMetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
      Returns:
      The class instance
    • withOrigin

      public GroupType withOrigin(String value)
      Sets the value of the origin property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRemove

      public GroupType withRemove(boolean value)
      Sets the value of the remove property.
      Parameters:
      value - allowed object is boolean
      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 GroupType 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