Class UserType

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

.

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


 <complexType name="UserType">
   <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="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="realName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="alias" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="salt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="groupList" type="{http://xml.vidispine.com/schema/vidispine}GroupListType" 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="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="accessPreserved" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="remove" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • UserType

      public UserType()
  • 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()
    • getUserName

      public String getUserName()
      Gets the value of the userName property.
      Returns:
      possible object is String
    • setUserName

      public void setUserName(String value)
      Sets the value of the userName property.
      Parameters:
      value - allowed object is String
    • isSetUserName

      public boolean isSetUserName()
    • getRealName

      public String getRealName()
      Gets the value of the realName property.
      Returns:
      possible object is String
    • setRealName

      public void setRealName(String value)
      Sets the value of the realName property.
      Parameters:
      value - allowed object is String
    • isSetRealName

      public boolean isSetRealName()
    • getAlias

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

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

       getAlias().add(newItem);
       

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

      Returns:
      The value of the alias property.
    • isSetAlias

      public boolean isSetAlias()
    • unsetAlias

      public void unsetAlias()
    • getPassword

      public String getPassword()
      Gets the value of the password property.
      Returns:
      possible object is String
    • setPassword

      public void setPassword(String value)
      Sets the value of the password property.
      Parameters:
      value - allowed object is String
    • isSetPassword

      public boolean isSetPassword()
    • getSalt

      public String getSalt()
      Gets the value of the salt property.
      Returns:
      possible object is String
    • setSalt

      public void setSalt(String value)
      Sets the value of the salt property.
      Parameters:
      value - allowed object is String
    • isSetSalt

      public boolean isSetSalt()
    • getGroupList

      public GroupListType getGroupList()
      Gets the value of the groupList property.
      Returns:
      possible object is GroupListType
    • setGroupList

      public void setGroupList(GroupListType value)
      Sets the value of the groupList property.
      Parameters:
      value - allowed object is GroupListType
    • isSetGroupList

      public boolean isSetGroupList()
    • 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()
    • isDisabled

      public boolean isDisabled()
      Gets the value of the disabled property.
      Returns:
      possible object is Boolean
    • setDisabled

      public void setDisabled(boolean value)
      Sets the value of the disabled property.
      Parameters:
      value - allowed object is Boolean
    • isSetDisabled

      public boolean isSetDisabled()
    • unsetDisabled

      public void unsetDisabled()
    • isAccessPreserved

      public boolean isAccessPreserved()
      Gets the value of the accessPreserved property.
      Returns:
      possible object is Boolean
    • setAccessPreserved

      public void setAccessPreserved(boolean value)
      Sets the value of the accessPreserved property.
      Parameters:
      value - allowed object is Boolean
    • isSetAccessPreserved

      public boolean isSetAccessPreserved()
    • unsetAccessPreserved

      public void unsetAccessPreserved()
    • 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 UserType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLoc

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

      public UserType withUserName(String value)
      Sets the value of the userName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRealName

      public UserType withRealName(String value)
      Sets the value of the realName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAlias

      public UserType withAlias(String... values)
      Adds objects to the list of Alias using add method
      Parameters:
      values - objects to add to the list Alias
      Returns:
      The class instance
    • withAlias

      public UserType withAlias(Collection<String> values)
      Adds objects to the list of Alias using addAll method
      Parameters:
      values - objects to add to the list Alias
      Returns:
      The class instance
    • withPassword

      public UserType withPassword(String value)
      Sets the value of the password property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSalt

      public UserType withSalt(String value)
      Sets the value of the salt property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withGroupList

      public UserType withGroupList(GroupListType value)
      Sets the value of the groupList property.
      Parameters:
      value - allowed object is GroupListType
      Returns:
      The class instance
    • withMetadata

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

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

      public UserType withDisabled(boolean value)
      Sets the value of the disabled property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withAccessPreserved

      public UserType withAccessPreserved(boolean value)
      Sets the value of the accessPreserved property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withRemove

      public UserType 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 UserType 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