|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.test.impl.connector10.LicenseImpl<T>
public class LicenseImpl<T>
This class implements the license
xsd type
Constructor Summary | |
---|---|
LicenseImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
LicenseImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
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 |
T |
up()
Returns the parent of this Child |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LicenseImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public LicenseImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public License<T> description(String description)
description
element
description
in interface License<T>
description
- the value for the element description
License
public String getDescription()
description
element
getDescription
in interface License<T>
description
public License<T> removeDescription()
description
element
removeDescription
in interface License<T>
License
public License<T> licenseRequired(String licenseRequired)
license-required
element
licenseRequired
in interface License<T>
licenseRequired
- the value for the element license-required
License
public String getLicenseRequired()
license-required
element
getLicenseRequired
in interface License<T>
license-required
public License<T> removeLicenseRequired()
license-required
element
removeLicenseRequired
in interface License<T>
License
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |