public class TaskReasonUser extends TaskReason
Java class for TaskReasonUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskReasonUser">
<complexContent>
<extension base="{urn:vim25}TaskReason">
<sequence>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TaskReasonUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUserName()
Gets the value of the userName property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String userName
Copyright © 2018. All rights reserved.