org.apache.openejb.jee
Class License

java.lang.Object
  extended by org.apache.openejb.jee.License

public class License
extends java.lang.Object

The licenseType specifies licensing requirements for the resource adapter module. This type specifies whether a license is required to deploy and use this resource adapter, and an optional description of the licensing terms (examples: duration of license, number of connection restrictions). It is used by the license element.


Field Summary
protected  java.util.List<Text> description
           
protected  java.lang.String id
           
protected  boolean licenseRequired
           
 
Constructor Summary
License()
           
 
Method Summary
 java.util.List<Text> getDescription()
           
 java.lang.String getId()
           
 boolean isLicenseRequired()
          Gets the value of the licenseRequired property.
 void setId(java.lang.String value)
           
 void setLicenseRequired(boolean value)
          Sets the value of the licenseRequired property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.util.List<Text> description

licenseRequired

protected boolean licenseRequired

id

protected java.lang.String id
Constructor Detail

License

public License()
Method Detail

getDescription

public java.util.List<Text> getDescription()

isLicenseRequired

public boolean isLicenseRequired()
Gets the value of the licenseRequired property.


setLicenseRequired

public void setLicenseRequired(boolean value)
Sets the value of the licenseRequired property.


getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.