public interface LicenseType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
licenseType
xsd typeModifier 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
objectsLicenseType
java.util.List<java.lang.String> getAllDescription()
description
elementsdescription
LicenseType<T> removeAllDescription()
description
elementLicenseType
LicenseType<T> licenseRequired(java.lang.Boolean licenseRequired)
license-required
elementlicenseRequired
- the value for the element license-required
LicenseType
java.lang.Boolean isLicenseRequired()
license-required
elementlicense-required
LicenseType<T> removeLicenseRequired()
license-required
elementLicenseType
LicenseType<T> id(java.lang.String id)
id
attributeid
- the value for the attribute id
LicenseType
java.lang.String getId()
id
attributeid
LicenseType<T> removeId()
id
attributeLicenseType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)