org.apache.geronimo.system.plugin.model
Class LicenseType

java.lang.Object
  extended by org.apache.geronimo.system.plugin.model.LicenseType
All Implemented Interfaces:
Serializable

public class LicenseType
extends Object
implements Serializable

See pluginType/license above

Java class for licenseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="licenseType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="osi-approved" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  boolean osiApproved
           
protected  String value
           
 
Constructor Summary
LicenseType()
           
 
Method Summary
 String getValue()
          Gets the value of the value property.
 boolean isOsiApproved()
          Gets the value of the osiApproved property.
 void setOsiApproved(boolean value)
          Sets the value of the osiApproved property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

osiApproved

protected boolean osiApproved
Constructor Detail

LicenseType

public LicenseType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isOsiApproved

public boolean isOsiApproved()
Gets the value of the osiApproved property.


setOsiApproved

public void setOsiApproved(boolean value)
Sets the value of the osiApproved property.



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.