be.cin.mycarenet.esb.common.v2
Class LicenseType

java.lang.Object
  extended by be.cin.mycarenet.esb.common.v2.LicenseType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:30:08+02:00",
           comments="JAXB RI v2.2.6")
public class LicenseType
extends Object
implements Serializable

Information about the license of a package.

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>
 

See Also:
Serialized Form

Constructor Summary
LicenseType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseType

public LicenseType()
Method Detail

getUsername

public String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getPassword

public String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(String value)
Sets the value of the password property.

Parameters:
value - allowed object is String



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.