Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Attribute<PartialResponseAttributesType<T>> |
PartialResponseAttributesType.createAttribute()
Creates a new
attribute element |
Attribute<PartialResponseAttributesType<T>> |
PartialResponseAttributesType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
Attribute<T> |
Attribute.name(String name)
Sets the
name attribute |
Attribute<T> |
Attribute.removeName()
Removes the
name attribute |
Attribute<T> |
Attribute.removeValue()
Removes the
value attribute |
Attribute<T> |
Attribute.value(String value)
Sets the
value attribute |
Modifier and Type | Method and Description |
---|---|
List<Attribute<PartialResponseAttributesType<T>>> |
PartialResponseAttributesType.getAllAttribute()
Returns all
attribute elements |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.