Uses of Interface
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20.Attribute

Packages that use Attribute
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of Attribute in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20
 

Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return Attribute
 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return types with arguments of type Attribute
 List<Attribute<PartialResponseAttributesType<T>>> PartialResponseAttributesType.getAllAttribute()
          Returns all attribute elements
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.