
public interface PropertyType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
propertyType xsd type| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getName()
Returns the
name element |
java.lang.String |
getValue()
Returns the
value element |
PropertyType<T> |
id(java.lang.String id)
Sets the
id attribute |
PropertyType<T> |
name(java.lang.String name)
Sets the
name element |
PropertyType<T> |
removeId()
Removes the
id attribute |
PropertyType<T> |
removeName()
Removes the
name element |
PropertyType<T> |
removeValue()
Removes the
value element |
PropertyType<T> |
value(java.lang.String value)
Sets the
value element |
PropertyType<T> name(java.lang.String name)
name elementname - the value for the element namePropertyTypejava.lang.String getName()
name elementnamePropertyType<T> removeName()
name elementPropertyTypePropertyType<T> value(java.lang.String value)
value elementvalue - the value for the element valuePropertyTypejava.lang.String getValue()
value elementvaluePropertyType<T> removeValue()
value elementPropertyTypePropertyType<T> id(java.lang.String id)
id attributeid - the value for the attribute idPropertyTypejava.lang.String getId()
id attributeidPropertyType<T> removeId()
id attributePropertyTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)