Class AccessControlMergedGroupType.Access

java.lang.Object
com.vidispine.generated.AccessControlMergedGroupType.Access
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
Enclosing class:
AccessControlMergedGroupType

public static class AccessControlMergedGroupType.Access 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 anonymous complex type

.

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


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="group" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="grantor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="permission" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="extradata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="collection" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="library" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="originalDisabledGrantor" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="rank" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" />
       <attribute name="effectivePermission" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • group

      protected String group
    • grantor

      protected String grantor
    • permission

      protected String permission
    • type

      protected String type
    • extradata

      protected String extradata
    • collection

      protected String collection
    • library

      protected String library
    • originalDisabledGrantor

      protected List<String> originalDisabledGrantor
    • rank

      protected Integer rank
    • id

      protected String id
    • effectivePermission

      protected String effectivePermission
  • Constructor Details

    • Access

      public Access()
  • Method Details

    • getGroup

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

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

      public boolean isSetGroup()
    • getGrantor

      public String getGrantor()
      Gets the value of the grantor property.
      Returns:
      possible object is String
    • setGrantor

      public void setGrantor(String value)
      Sets the value of the grantor property.
      Parameters:
      value - allowed object is String
    • isSetGrantor

      public boolean isSetGrantor()
    • getPermission

      public String getPermission()
      Gets the value of the permission property.
      Returns:
      possible object is String
    • setPermission

      public void setPermission(String value)
      Sets the value of the permission property.
      Parameters:
      value - allowed object is String
    • isSetPermission

      public boolean isSetPermission()
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isSetType

      public boolean isSetType()
    • getExtradata

      public String getExtradata()
      Gets the value of the extradata property.
      Returns:
      possible object is String
    • setExtradata

      public void setExtradata(String value)
      Sets the value of the extradata property.
      Parameters:
      value - allowed object is String
    • isSetExtradata

      public boolean isSetExtradata()
    • getCollection

      public String getCollection()
      Gets the value of the collection property.
      Returns:
      possible object is String
    • setCollection

      public void setCollection(String value)
      Sets the value of the collection property.
      Parameters:
      value - allowed object is String
    • isSetCollection

      public boolean isSetCollection()
    • getLibrary

      public String getLibrary()
      Gets the value of the library property.
      Returns:
      possible object is String
    • setLibrary

      public void setLibrary(String value)
      Sets the value of the library property.
      Parameters:
      value - allowed object is String
    • isSetLibrary

      public boolean isSetLibrary()
    • getOriginalDisabledGrantor

      public List<String> getOriginalDisabledGrantor()
      Gets the value of the originalDisabledGrantor 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 originalDisabledGrantor property.

      For example, to add a new item, do as follows:

       getOriginalDisabledGrantor().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the originalDisabledGrantor property.
    • isSetOriginalDisabledGrantor

      public boolean isSetOriginalDisabledGrantor()
    • unsetOriginalDisabledGrantor

      public void unsetOriginalDisabledGrantor()
    • getRank

      public int getRank()
      Gets the value of the rank property.
      Returns:
      possible object is Integer
    • setRank

      public void setRank(int value)
      Sets the value of the rank property.
      Parameters:
      value - allowed object is Integer
    • isSetRank

      public boolean isSetRank()
    • unsetRank

      public void unsetRank()
    • 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()
    • getEffectivePermission

      public String getEffectivePermission()
      Gets the value of the effectivePermission property.
      Returns:
      possible object is String
    • setEffectivePermission

      public void setEffectivePermission(String value)
      Sets the value of the effectivePermission property.
      Parameters:
      value - allowed object is String
    • isSetEffectivePermission

      public boolean isSetEffectivePermission()
    • 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
    • withGroup

      public AccessControlMergedGroupType.Access withGroup(String value)
      Sets the value of the group property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withGrantor

      public AccessControlMergedGroupType.Access withGrantor(String value)
      Sets the value of the grantor property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPermission

      public AccessControlMergedGroupType.Access withPermission(String value)
      Sets the value of the permission property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withType

      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExtradata

      public AccessControlMergedGroupType.Access withExtradata(String value)
      Sets the value of the extradata property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCollection

      public AccessControlMergedGroupType.Access withCollection(String value)
      Sets the value of the collection property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLibrary

      public AccessControlMergedGroupType.Access withLibrary(String value)
      Sets the value of the library property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withOriginalDisabledGrantor

      public AccessControlMergedGroupType.Access withOriginalDisabledGrantor(String... values)
      Adds objects to the list of OriginalDisabledGrantor using add method
      Parameters:
      values - objects to add to the list OriginalDisabledGrantor
      Returns:
      The class instance
    • withOriginalDisabledGrantor

      public AccessControlMergedGroupType.Access withOriginalDisabledGrantor(Collection<String> values)
      Adds objects to the list of OriginalDisabledGrantor using addAll method
      Parameters:
      values - objects to add to the list OriginalDisabledGrantor
      Returns:
      The class instance
    • withRank

      public AccessControlMergedGroupType.Access withRank(int value)
      Sets the value of the rank property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withId

      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withEffectivePermission

      public AccessControlMergedGroupType.Access withEffectivePermission(String value)
      Sets the value of the effectivePermission property.
      Parameters:
      value - allowed object is String
      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 AccessControlMergedGroupType.Access 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