
public interface PartialResponseAttributesType<T> extends Child<T>, JavaeePartialResponseAttributesCommonType<T,PartialResponseAttributesType<T>,Attribute<PartialResponseAttributesType<T>>>
partial-response-attributesType xsd type| Modifier and Type | Method and Description |
|---|---|
Attribute<PartialResponseAttributesType<T>> |
createAttribute()
Creates a new
attribute element |
List<Attribute<PartialResponseAttributesType<T>>> |
getAllAttribute()
Returns all
attribute elements |
String |
getId()
Returns the
id attribute |
Attribute<PartialResponseAttributesType<T>> |
getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
PartialResponseAttributesType<T> |
id(String id)
Sets the
id attribute |
PartialResponseAttributesType<T> |
removeAllAttribute()
Removes all
attribute elements |
PartialResponseAttributesType<T> |
removeId()
Removes the
id attribute |
Attribute<PartialResponseAttributesType<T>> getOrCreateAttribute()
attribute element will be created and returned.
Otherwise, the first existing attribute element will be returned.attributeAttribute<PartialResponseAttributesType<T>> createAttribute()
attribute elementAttribute> List<Attribute<PartialResponseAttributesType<T>>> getAllAttribute()
attribute elementsattributePartialResponseAttributesType<T> removeAllAttribute()
attribute elementsAttribute> PartialResponseAttributesType<T> id(String id)
id attributeid - the value for the attribute idPartialResponseAttributesTypeString getId()
id attributeidPartialResponseAttributesType<T> removeId()
id attributePartialResponseAttributesTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.