@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:31:07+02:00", comments="JAXB RI v2.2.11") public class LicenseType extends Object implements Serializable
Java class for LicenseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LicenseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LicenseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the value of the password property.
|
String |
getUsername()
Gets the value of the username property.
|
void |
setPassword(String value)
Sets the value of the password 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 getPassword()
String
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.