org.jboss.shrinkwrap.descriptor.api.connector10
Interface License<T>

All Superinterfaces:
Child<T>

public interface License<T>
extends Child<T>

This interface defines the contract for the license xsd type

Since:
Generation date :2013-01-26T19:26:58.219+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 License<T> description(String description)
          Sets the description element
 String getDescription()
          Returns the description element
 String getLicenseRequired()
          Returns the license-required element
 License<T> licenseRequired(String licenseRequired)
          Sets the license-required element
 License<T> removeDescription()
          Removes the description element
 License<T> removeLicenseRequired()
          Removes the license-required element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

License<T> description(String description)
Sets the description element

Parameters:
description - the value for the element description
Returns:
the current instance of License

getDescription

String getDescription()
Returns the description element

Returns:
the node defined for the element description

removeDescription

License<T> removeDescription()
Removes the description element

Returns:
the current instance of License

licenseRequired

License<T> licenseRequired(String licenseRequired)
Sets the license-required element

Parameters:
licenseRequired - the value for the element license-required
Returns:
the current instance of License

getLicenseRequired

String getLicenseRequired()
Returns the license-required element

Returns:
the node defined for the element license-required

removeLicenseRequired

License<T> removeLicenseRequired()
Removes the license-required element

Returns:
the current instance of License


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.