public interface PartialResponseAttributesType<T> extends Child<T>
partial-response-attributesType
xsd typeModifier 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.attribute
Attribute<PartialResponseAttributesType<T>> createAttribute()
attribute
elementAttribute>
List<Attribute<PartialResponseAttributesType<T>>> getAllAttribute()
attribute
elementsattribute
PartialResponseAttributesType<T> removeAllAttribute()
attribute
elementsAttribute>
PartialResponseAttributesType<T> id(String id)
id
attributeid
- the value for the attribute id
PartialResponseAttributesType
String getId()
id
attributeid
PartialResponseAttributesType<T> removeId()
id
attributePartialResponseAttributesType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.