
public interface PropertyType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
propertyType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name element |
String |
getValue()
Returns the
value element |
PropertyType<T> |
id(String id)
Sets the
id attribute |
PropertyType<T> |
name(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(String value)
Sets the
value element |
PropertyType<T> name(String name)
name elementname - the value for the element namePropertyTypeString getName()
name elementnamePropertyType<T> removeName()
name elementPropertyTypePropertyType<T> value(String value)
value elementvalue - the value for the element valuePropertyTypeString getValue()
value elementvaluePropertyType<T> removeValue()
value elementPropertyTypePropertyType<T> id(String id)
id attributeid - the value for the attribute idPropertyTypeString getId()
id attributeidPropertyType<T> removeId()
id attributePropertyTypeCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)