The LicenseDescriptor Interface contains the following methods:
getDate retrieves the expiration date of the license.
getKey retrieves the license string that is used for validation of the license.
getName retrieves the name of the class, package, or archive licensed by the license file.
getServer retrieves the server where the true license file is stored for this object.
getStyle retrieves the license style.
getType retrieves the type of license from the descriptor object.
getUser retrieves the user that is able to use the license.
setDate sets the expiration date in the license descriptor.
setKey sets the license string that is used to validate the license.
setName sets the name of the class, package, or archive that is licensed by the license descriptor.
setServer sets the server attribute for the license descriptor.
setStyle sets the license style. If style is zero, the method defaults to a design time license.
setType sets the type of license.
setUser sets the valid user for the license.