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