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 |
---|---|
PartialResponseAttributesType<PartialResponseChangesType<T>> |
PartialResponseChangesType.createAttributes()
Creates a new
attributes element |
PartialResponseAttributesType<PartialResponseChangesType<T>> |
PartialResponseChangesType.getOrCreateAttributes()
If not already created, a new
attributes element will be created and returned. |
PartialResponseAttributesType<T> |
PartialResponseAttributesType.id(String id)
Sets the
id attribute |
PartialResponseAttributesType<T> |
PartialResponseAttributesType.removeAllAttribute()
Removes all
attribute elements |
PartialResponseAttributesType<T> |
PartialResponseAttributesType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
Attribute<PartialResponseAttributesType<T>> |
PartialResponseAttributesType.createAttribute()
Creates a new
attribute element |
List<Attribute<PartialResponseAttributesType<T>>> |
PartialResponseAttributesType.getAllAttribute()
Returns all
attribute elements |
List<PartialResponseAttributesType<PartialResponseChangesType<T>>> |
PartialResponseChangesType.getAllAttributes()
Returns all
attributes elements |
Attribute<PartialResponseAttributesType<T>> |
PartialResponseAttributesType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.