Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getAlias()Gets the value of the alias property.Gets the value of the groupList property.getId()Gets the value of the id property.getLoc()Gets the value of the loc property.Gets the value of the metadata property.Gets the value of the origin property.Gets the value of the password property.Gets the value of the realName property.getSalt()Gets the value of the salt property.Gets the value of the userName property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanGets the value of the accessPreserved property.booleanGets the value of the disabled property.booleanisRemove()Gets the value of the remove property.booleanbooleanbooleanbooleanbooleanisSetId()booleanisSetLoc()booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAccessPreserved(boolean value) Sets the value of the accessPreserved property.voidsetDisabled(boolean value) Sets the value of the disabled property.voidsetGroupList(GroupListType value) Sets the value of the groupList property.voidSets the value of the id property.voidSets the value of the loc property.voidsetMetadata(SimpleMetadataType value) Sets the value of the metadata property.voidSets the value of the origin property.voidsetPassword(String value) Sets the value of the password property.voidsetRealName(String value) Sets the value of the realName property.voidsetRemove(boolean value) Sets the value of the remove property.voidSets the value of the salt property.voidsetUserName(String value) Sets the value of the userName property.toString()voidvoidvoidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAccessPreserved(boolean value) Sets the value of the accessPreserved property.Adds objects to the list of Alias using add methodwithAlias(Collection<String> values) Adds objects to the list of Alias using addAll methodwithDisabled(boolean value) Sets the value of the disabled property.withGroupList(GroupListType value) Sets the value of the groupList property.Sets the value of the id property.Sets the value of the loc property.withMetadata(SimpleMetadataType value) Sets the value of the metadata property.withOrigin(String value) Sets the value of the origin property.withPassword(String value) Sets the value of the password property.withRealName(String value) Sets the value of the realName property.withRemove(boolean value) Sets the value of the remove property.Sets the value of the salt property.withUserName(String value) Sets the value of the userName property.
-
Field Details
-
id
-
loc
-
userName
-
realName
-
alias
-
password
-
salt
-
groupList
-
metadata
-
origin
-
disabled
-
accessPreserved
-
remove
-
-
Constructor Details
-
UserType
public UserType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId() -
getLoc
Gets the value of the loc property.- Returns:
- possible object is
String
-
setLoc
Sets the value of the loc property.- Parameters:
value- allowed object isString
-
isSetLoc
public boolean isSetLoc() -
getUserName
Gets the value of the userName property.- Returns:
- possible object is
String
-
setUserName
Sets the value of the userName property.- Parameters:
value- allowed object isString
-
isSetUserName
public boolean isSetUserName() -
getRealName
Gets the value of the realName property.- Returns:
- possible object is
String
-
setRealName
Sets the value of the realName property.- Parameters:
value- allowed object isString
-
isSetRealName
public boolean isSetRealName() -
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
setmethod 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
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
Sets the value of the password property.- Parameters:
value- allowed object isString
-
isSetPassword
public boolean isSetPassword() -
getSalt
Gets the value of the salt property.- Returns:
- possible object is
String
-
setSalt
Sets the value of the salt property.- Parameters:
value- allowed object isString
-
isSetSalt
public boolean isSetSalt() -
getGroupList
Gets the value of the groupList property.- Returns:
- possible object is
GroupListType
-
setGroupList
Sets the value of the groupList property.- Parameters:
value- allowed object isGroupListType
-
isSetGroupList
public boolean isSetGroupList() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isString
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
isSetRemove
public boolean isSetRemove() -
unsetRemove
public void unsetRemove() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLoc
Sets the value of the loc property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withUserName
Sets the value of the userName property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withRealName
Sets the value of the realName property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withAlias
Adds objects to the list of Alias using add method- Parameters:
values- objects to add to the list Alias- Returns:
- The class instance
-
withAlias
Adds objects to the list of Alias using addAll method- Parameters:
values- objects to add to the list Alias- Returns:
- The class instance
-
withPassword
Sets the value of the password property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSalt
Sets the value of the salt property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withGroupList
Sets the value of the groupList property.- Parameters:
value- allowed object isGroupListType- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isSimpleMetadataType- Returns:
- The class instance
-
withOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withDisabled
Sets the value of the disabled property.- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
withAccessPreserved
Sets the value of the accessPreserved property.- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
withRemove
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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-