public class UserType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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="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="remove" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
disabled |
protected GroupListType |
groupList |
protected String |
id |
protected String |
loc |
protected SimpleMetadataType |
metadata |
protected String |
origin |
protected String |
password |
protected String |
realName |
protected Boolean |
remove |
protected String |
salt |
protected String |
userName |
Constructor and Description |
---|
UserType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
GroupListType |
getGroupList()
Gets the value of the groupList property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLoc()
Gets the value of the loc property.
|
SimpleMetadataType |
getMetadata()
Gets the value of the metadata property.
|
String |
getOrigin()
Gets the value of the origin property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getRealName()
Gets the value of the realName property.
|
String |
getSalt()
Gets the value of the salt property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isDisabled()
Gets the value of the disabled property.
|
boolean |
isRemove()
Gets the value of the remove property.
|
boolean |
isSetDisabled() |
boolean |
isSetGroupList() |
boolean |
isSetId() |
boolean |
isSetLoc() |
boolean |
isSetMetadata() |
boolean |
isSetOrigin() |
boolean |
isSetPassword() |
boolean |
isSetRealName() |
boolean |
isSetRemove() |
boolean |
isSetSalt() |
boolean |
isSetUserName() |
void |
setDisabled(boolean value)
Sets the value of the disabled property.
|
void |
setGroupList(GroupListType value)
Sets the value of the groupList property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLoc(String value)
Sets the value of the loc property.
|
void |
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setRealName(String value)
Sets the value of the realName property.
|
void |
setRemove(boolean value)
Sets the value of the remove property.
|
void |
setSalt(String value)
Sets the value of the salt property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
unsetDisabled() |
void |
unsetRemove() |
protected String id
protected String loc
protected String userName
protected String realName
protected String password
protected String salt
protected GroupListType groupList
protected SimpleMetadataType metadata
protected String origin
protected Boolean disabled
protected Boolean remove
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public void setLoc(String value)
value
- allowed object is
String
public boolean isSetLoc()
public String getUserName()
String
public void setUserName(String value)
value
- allowed object is
String
public boolean isSetUserName()
public String getRealName()
String
public void setRealName(String value)
value
- allowed object is
String
public boolean isSetRealName()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public String getSalt()
String
public void setSalt(String value)
value
- allowed object is
String
public boolean isSetSalt()
public GroupListType getGroupList()
GroupListType
public void setGroupList(GroupListType value)
value
- allowed object is
GroupListType
public boolean isSetGroupList()
public SimpleMetadataType getMetadata()
SimpleMetadataType
public void setMetadata(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetMetadata()
public String getOrigin()
String
public void setOrigin(String value)
value
- allowed object is
String
public boolean isSetOrigin()
public boolean isDisabled()
Boolean
public void setDisabled(boolean value)
value
- allowed object is
Boolean
public boolean isSetDisabled()
public void unsetDisabled()
public boolean isRemove()
Boolean
public void setRemove(boolean value)
value
- allowed object is
Boolean
public boolean isSetRemove()
public void unsetRemove()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.