public class UpdateUser extends Object
Java class for updateUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateUser">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userSpec" type="{http://ws.coverity.com/v5}userSpecDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
username |
protected UserSpecDataObj |
userSpec |
| Constructor and Description |
|---|
UpdateUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUsername()
Gets the value of the username property.
|
UserSpecDataObj |
getUserSpec()
Gets the value of the userSpec property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
void |
setUserSpec(UserSpecDataObj value)
Sets the value of the userSpec property.
|
protected String username
protected UserSpecDataObj userSpec
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic UserSpecDataObj getUserSpec()
UserSpecDataObjpublic void setUserSpec(UserSpecDataObj value)
value - allowed object is
UserSpecDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.