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() |
UserType |
withDisabled(boolean value) |
UserType |
withGroupList(GroupListType value) |
UserType |
withId(String value) |
UserType |
withLoc(String value) |
UserType |
withMetadata(SimpleMetadataType value) |
UserType |
withOrigin(String value) |
UserType |
withPassword(String value) |
UserType |
withRealName(String value) |
UserType |
withRemove(boolean value) |
UserType |
withSalt(String value) |
UserType |
withUserName(String value) |
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
Stringpublic boolean isSetId()
public void setLoc(String value)
value - allowed object is
Stringpublic boolean isSetLoc()
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic boolean isSetUserName()
public String getRealName()
Stringpublic void setRealName(String value)
value - allowed object is
Stringpublic boolean isSetRealName()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public String getSalt()
Stringpublic void setSalt(String value)
value - allowed object is
Stringpublic boolean isSetSalt()
public GroupListType getGroupList()
GroupListTypepublic void setGroupList(GroupListType value)
value - allowed object is
GroupListTypepublic boolean isSetGroupList()
public SimpleMetadataType getMetadata()
SimpleMetadataTypepublic void setMetadata(SimpleMetadataType value)
value - allowed object is
SimpleMetadataTypepublic boolean isSetMetadata()
public String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic boolean isSetOrigin()
public boolean isDisabled()
Booleanpublic void setDisabled(boolean value)
value - allowed object is
Booleanpublic boolean isSetDisabled()
public void unsetDisabled()
public boolean isRemove()
Booleanpublic void setRemove(boolean value)
value - allowed object is
Booleanpublic boolean isSetRemove()
public void unsetRemove()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic UserType withGroupList(GroupListType value)
public UserType withMetadata(SimpleMetadataType value)
public UserType withDisabled(boolean value)
public UserType withRemove(boolean value)
Copyright © 2015. All rights reserved.