public interface LicenseType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
licenseType xsd type| Modifier and Type | Method and Description |
|---|---|
LicenseType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.lang.String |
getId()
Returns the
id attribute |
LicenseType<T> |
id(java.lang.String id)
Sets the
id attribute |
java.lang.Boolean |
isLicenseRequired()
Returns the
license-required element |
LicenseType<T> |
licenseRequired(java.lang.Boolean licenseRequired)
Sets the
license-required element |
LicenseType<T> |
removeAllDescription()
Removes the
description element |
LicenseType<T> |
removeId()
Removes the
id attribute |
LicenseType<T> |
removeLicenseRequired()
Removes the
license-required element |
LicenseType<T> description(java.lang.String... values)
description elements,
a new description elementvalues - list of description objectsLicenseTypejava.util.List<java.lang.String> getAllDescription()
description elementsdescriptionLicenseType<T> removeAllDescription()
description elementLicenseTypeLicenseType<T> licenseRequired(java.lang.Boolean licenseRequired)
license-required elementlicenseRequired - the value for the element license-requiredLicenseTypejava.lang.Boolean isLicenseRequired()
license-required elementlicense-requiredLicenseType<T> removeLicenseRequired()
license-required elementLicenseTypeLicenseType<T> id(java.lang.String id)
id attributeid - the value for the attribute idLicenseTypejava.lang.String getId()
id attributeidLicenseType<T> removeId()
id attributeLicenseTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)